Jump to content
This wiki has been automatically closed because there have been no edits or log actions made within the last 60 days. If you are a user (who is not the bureaucrat) that wishes for this wiki to be reopened, please request that at Requests for reopening wikis. If this wiki is not reopened within 6 months it may be deleted. Note: If you are a bureaucrat on this wiki, you can go to Special:ManageWiki and uncheck the "Closed" box to reopen it.

User:FrozenPlum/Sandbox/Issues: Difference between revisions

m
Fleshed out another issue
imported>FrozenPlum
(Tracking issues)
 
imported>FrozenPlum
m (Fleshed out another issue)
Line 1:
This is a space for me to track issues as I work through the examples to determine if what's stated to work as stated in the docs works as expected (or if they need adjustment).
 
==Issue 1==
 
The following causes an error (and page can't be saved):
{{note|[b337d46f656ee147c376d1de] 2022-04-03 02:31:36: Fatal exception of type "TypeError"|error}}
 
<pre>
{{#dpl:
Line 8 ⟶ 13:
}}
</pre>
 
==Issue 2==
<pre>
{{#dpl:
|category=+Countries in Europe¦Countries in North America
|category=*Part of NATO
|headingmode=ordered
|ordermethod=category,pagetouched
|noresultsheader=<br>''no result returned''
}}
</pre>
 
The docs state, that adding before the category "a '+' means that only the categories listed in that statement are allowed to appear as headings in the output," yet when this is done there are no category headings in the result ('''are these inverted or am I misunderstanding their docs?'''):
'''Result:'''<br>
{{#dpl:
|category=+Countries in Europe¦Countries in North America
|category=*Part of NATO
|headingmode=ordered
|ordermethod=category,pagetouched
|noresultsheader=<br>''no result returned''
}}
 
 
Where if a <code>-</code> dash is used instead, headings appear in the result, yet the documents state: "a '-' means that the categories listed in that statement are '''NOT allowed to appear as headings in the output''' (but all others)"
<pre>
{{#dpl:
|category=-Countries in Europe¦Countries in North America
|category=*Part of NATO
|headingmode=ordered
|ordermethod=category,pagetouched
|noresultsheader=<br>''no result returned''
}}
</pre>
'''Result:'''<br>
{{#dpl:
|category=-Countries in Europe¦Countries in North America
|category=*Part of NATO
|headingmode=ordered
|ordermethod=category,pagetouched
|noresultsheader=<br>''no result returned''
}}
 
==Issue 3==
placeholder
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.