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

From DynamicPageList3 Manual
Content added Content deleted
imported>FrozenPlum
m (Update to match the other example, I'm not sure this behavior is intended, if it is it went undocumented. If it isn't it probably needs fixing, and the note will serve as a reminder)
imported>FrozenPlum
m (position of note, so as not to interfere with sandbox buttons)
Line 7: Line 7:


This list will output pages that are NEITHER in the "Talk" (Talk:Pagename) namespace NOR in the "Help talk" namespace (Help:Pagename).
This list will output pages that are NEITHER in the "Talk" (Talk:Pagename) namespace NOR in the "Help talk" namespace (Help:Pagename).
{{note|Namespaces [[mw:Extensiondefaultnamespaces#MediaWikiCore|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).|warn}}

<pre>
<pre>
{{#dpl:
{{#dpl:
Line 15: Line 15:
}}
}}
</pre>
</pre>
{{note|Namespaces [[mw:Extensiondefaultnamespaces#MediaWikiCore|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).|warn}}


==Result==
==Result==

Revision as of 02:16, 7 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 <!-- underscore in place of space required -->
}}

Result

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