Select by namespace-related criteria (examples)

From DynamicPageList3 Manual
Revision as of 04:34, 7 April 2022 by imported>FrozenPlum (Migrate other examples here, they may get parceled out as subpages later, for now they are new/different examples that need a home)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This page is in-progress for development and may be incorrect, non-working, or incomplete.
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¦ }}