Examples/Parameter: notnamespace (example 1): Difference between revisions

From DynamicPageList3 Manual
Content added Content deleted
imported>FrozenPlum
m (the note makes the comment redundant)
imported>FrozenPlum
m (Limit the results to 3 now that there are additional number pages (I should have count-limited the result and will need to check that other results are adequately count-limited))
Line 10: Line 10:
<pre>
<pre>
{{#dpl:
{{#dpl:
|category=Number examples
|category = Number examples
|notnamespace=Talk
|notnamespace = Talk
|notnamespace=Help_talk
|notnamespace = Help_talk
|count = 3
}}
}}
</pre>
</pre>
Line 19: Line 20:


{{#dpl:
{{#dpl:
|category=Number examples
|category = Number examples
|notnamespace=Talk
|notnamespace = Talk
|notnamespace=Help_talk
|notnamespace = Help_talk
|count = 3
}}
}}


Line 28: Line 30:
[[Category:Uses category parameter]]
[[Category:Uses category parameter]]
[[Category:Uses notnamespace parameter]]
[[Category:Uses notnamespace parameter]]
[[Category:Uses count parameter]]
</noinclude>
</noinclude>

Revision as of 22:19, 22 April 2022

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 list will output pages that are NEITHER in the "Talk" (Talk:Pagename) namespace NOR in the "Help talk" namespace (Help:Pagename).

Namespaces have underscores in their proper names. Currently, to exclude a namespace containing a space such as "Help talk", an underscore must be used to replace the space. Putting a space in this example causes a different result, Help talk:Three is displayed, which is not intended (test in sandbox to view the difference).
{{#dpl:
|category     = Number examples
|notnamespace = Talk
|notnamespace = Help_talk
|count        = 3
}}

Result

{{#dpl: |category = Number examples |notnamespace = Talk |notnamespace = Help_talk |count = 3 }}