Select by namespace-related criteria (examples)

From DynamicPageList3 Manual
Revision as of 06:41, 18 April 2022 by imported>FrozenPlum (swap note, the other examples can wait until I have them done in my user space)

Page Template:Purgenote/style.css must have content model "Sanitized CSS" for TemplateStyles (current model is "plain text").

Note: If the examples don't appear embedded within the page, please purge this page.
Manual Examples Select by namespace-related criteria (examples)


The examples on this page, all select articles based on NAMESPACE for output.


namespace parameter

Main namespace

{{#dpl:
|category=Fruit examples
|namespace=
|count=3
}}

Since the "Main" namespace has no prefix (it is technically blank), specifying a blank value for namespace gives articles in the main namespace that have the category Category:Fruit examples.

Result:
{{#dpl: |category=Fruit examples |namespace= |count=3 }}


Multiple Namespaces

{{#dpl:
|category=Number examples
|namespace=Help_talk¦
}}

The example gives articles that belong to Category:Number examples that are in the Help talk or the Main namespace.

Result:
{{#dpl: |category=Number examples |namespace=Help_talk¦ }}