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

From DynamicPageList3 Manual
Content added Content deleted
imported>FrozenPlum
m (Forgot note needs to go in first section)
imported>FrozenPlum
m (formatting)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>{{noedit}}</noinclude><!--
<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
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,
the example working (at the bottom of the page). If you save this page,
Line 6: Line 6:
==Example==
==Example==


This list will output pages that are NEITHER in the "Talk" (Talk:Pagename) namespace NOR in the "Help talk" namespace (Help:Pagename).
This will list articles from [[:Category:Number examples]] that are '''neither''' in the ''Talk'' [[mw:Help:Namespaces|namespace]] '''nor''' the ''Help talk'' namespace. The results are limited to a count of three.
{{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 different results.|warn}}

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


==Result==
==Result==


{{#dpl:
{{#dpl:
|category=Number examples
|category = Number examples
|notnamespace=Talk
|notnamespace = Talk
|notnamespace=Help_talk <!-- underscore in place of space required -->
|notnamespace = Help_talk
|count = 3
}}
}}


<noinclude>
<noinclude>
[[Category:Select by namespace-related criteria‎]]
[[Category:Uses category parameter]]
[[Category:Uses category parameter]]
[[Category:Uses notnamespace parameter]]
[[Category:Uses notnamespace parameter]]
[[Category:Uses count parameter]]
</noinclude>
</noinclude>

Latest revision as of 07:17, 1 April 2023

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 will list articles from Category:Number examples that are neither in the Talk namespace nor the Help talk namespace. The results are limited to a count of three.

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 different results.
{{#dpl:
|category     = Number examples
|notnamespace = Talk
|notnamespace = Help_talk
|count        = 3
}}

Result

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