Select by namespace-related criteria (examples)

From DynamicPageList3 Manual
Revision as of 23:35, 16 January 2023 by imported>FrozenPlum (Remove {{purgenote}} (no longer needed))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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¦ }}