Examples/Parameter: category (example 3): Difference between revisions

From DynamicPageList3 Manual
Content added Content deleted
imported>FrozenPlum
m (FrozenPlum moved page Criteria for page selection/Parameter: category (example 3) to Examples/Parameter: category (example 3): Simplifying how things are structured)
imported>FrozenPlum
m (formatting)
 
Line 7: Line 7:
==Example==
==Example==


This will select pages in [[:Category:Countries in Europe]] OR [[:Category:Countries in North America]], AND in [[:Category:Part of NATO]] or a direct subcategory or a second level subcategory of the latter. The list will be ordered ({{tt|ol}} tag) in two main headings (matching the categories specified). Under each heading, a sublist of pages appears, ordered by ''pagetouched''.
This will select pages in [[:Category:Countries in Europe]] {{tt|OR}} [[:Category:Countries in North America]], {{tt|AND}} in [[:Category:Part of NATO]] or a direct subcategory or a second level subcategory of the latter. The list will be ordered ({{tt|ol}} tag) in two main headings (matching the categories specified). Under each heading, a sublist of pages appears, ordered by {{tt|category,pagetouched}}.


<pre>
<pre>

Latest revision as of 06:52, 1 April 2023

Please do not edit this page unless you're wanting to edit the manual itself, it is an example included in the manual.

Example

This will select pages in Category:Countries in Europe OR Category:Countries in North America, AND in Category:Part of NATO or a direct subcategory or a second level subcategory of the latter. The list will be ordered (ol tag) in two main headings (matching the categories specified). Under each heading, a sublist of pages appears, ordered by category,pagetouched.

{{#dpl:
|category=+Countries in Europe¦Countries in North America
|headingmode=ordered
|ordermethod=category,pagetouched
|noresultsheader=\n''no result returned''
}}

Result

{{#dpl: |category=+Countries in Europe¦Countries in North America |headingmode=ordered |ordermethod=category,pagetouched |noresultsheader=\nno result returned }}

This example is currently non-working, it may be replaced or removed at a later date to improve the clarity of this manual. As this needs to be done at a deliberate pace, the Gamepedia DPL3 Manual can be used in the interim, keeping in mind some functions may have changed.