Examples/Parameter: mode (example 1)
Appearance
< Examples
Example
[edit source]These create abbreviated lists of pages in category Category:Fruit examples, that have a titlematch of "a" in them, meaning their page name contains that letter anywhere. The results must nottitlematch pages with "pl" OR "go" in them.
The mode set to ordered (first example) makes the list numbered, where unordered (second example) results in bullets, and none (third example) results in no list formatting. The results of all three examples are limited to a count of 3.
- Code
{{#dpl:
|category = Fruit examples
|titlematch = %a%
|nottitlematch = %pl%¦%go%
|mode = ordered
|count = 3
}}
- Result
- Code
{{#dpl:
|category = Fruit examples
|titlematch = %a%
|nottitlematch = %pl%¦%go%
|mode = unordered
|count = 3
}}
- Result
- Code
{{#dpl:
|category = Fruit examples
|titlematch = %a%
|nottitlematch = %pl%¦%go%
|mode = none
|count = 3
}}
- Result