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

From DynamicPageList3 Manual
Content added Content deleted
imported>FrozenPlum
(Created page with "<noinclude>{{note|Please '''do not edit''' this page unless you're wanting to edit the manual itself, it is an example included in the manual.|error}}</noinclude><!-- This is the example preloaded for testing, press "Show Preview" to see the example working (at the bottom of the page). If you save this page, it saves as a new section at the bottom of your '''User:Username/Sandbox''' --> ==Example== This list will output pages that are NEITHER in the "Talk" (Talk:Pagena...")
 
imported>FrozenPlum
m (fix typo, add another note)
Line 6: Line 6:
==Example==
==Example==


This list will output pages that are NEITHER in the "Talk" (Talk:Pagename) namespace NOR in the "Help" namespace (Help:Pagename, though it would still display pages in the "Help talk" namespace).
This list will output pages that are NEITHER in the "Talk" (Talk:Pagename) namespace NOR in the "Help talk" namespace (Help:Pagename).


<pre>
<pre>
Line 12: Line 12:
|category=Number examples
|category=Number examples
|notnamespace=Talk
|notnamespace=Talk
|notnamespace=Help_talk
|notnamespace=Help_talk <!-- underscore in place of space required -->
}}
}}
</pre>
</pre>
Line 21: Line 21:
|category=Number examples
|category=Number examples
|notnamespace=Talk
|notnamespace=Talk
|notnamespace=Help_talk
|notnamespace=Help_talk <!-- underscore in place of space required -->
}}
}}
{{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.|warn}}
{{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.|warn}}

Revision as of 02:02, 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).

{{#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 }}

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.