User:FrozenPlum/Sandbox/Issues: Difference between revisions

m
no edit summary
imported>FrozenPlum
m (Yeah, the issue is only with imagecontainer, remove that bit so I can use this page to link to for another github issue/ticket)
imported>FrozenPlum
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
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==
Line 5:
{{#dpl:
|category=+Countries in Europe¦Countries in North America
|category=*Part of NATO
|headingmode=ordered
|ordermethod=category,pagetouchedfirstedit
|noresultsheader=<br>''no result returned''
}}
</pre>
 
The docs{{DPL|category}} statesection states, that adding before the category "a '+' (before the category) 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? Also, no results appear.'''):
 
'''Result:'''<br>
 
{{#dpl:
|category=+Countries in Europe¦Countries in North America
|category=*Part of NATO
|headingmode=ordered
|ordermethod=category,pagetouchedfirstedit
|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)." Plus, categories are appearing as headings in the output that aren't included in the OR statement.
 
<pre>
{{#dpl:
|category=-Countries in Europe¦Countries in North America
|category=*Part of NATO
|headingmode=ordered
|ordermethod=category,pagetouchedfirstedit
|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,pagetouchedfirstedit
|noresultsheader=<br>''no result returned''
}}
Anonymous user