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

From DynamicPageList3 Manual
Content added Content deleted
imported>FrozenPlum
m (I forgot this was on my list of example descriptions that needed to be refined.)
imported>FrozenPlum
m (Add mw link, and a couple formatting fixes (I now better understand what convention is being used where and when), and a wording fix to accommodate changed pages in results.)
Line 6: Line 6:
==Example==
==Example==


This will list articles from [[:Category:Number examples]] that are NEITHER in the "Talk" (Talk:Pagename) namespace NOR in the "Help talk" namespace (Help:Pagename), with results limited to a count of three.
This will list articles from [[:Category:Number examples]] that are NEITHER in the ''Talk'' [[mw:Help:Namespaces|namespace]] NOR in 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 a different result, [[Help talk:Three]] '''is displayed''', which is not intended (test in sandbox to view the difference).|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 different results.|warn}}
<pre>
<pre>
{{#dpl:
{{#dpl:

Revision as of 02:42, 23 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 will list articles from Category:Number examples that are NEITHER in the Talk namespace NOR in 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 }}