Difference between revisions of "Test shownamespace"

From FollowTheScore
Jump to: navigation, search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
{{Type Test
 +
|parameter = shownamespace
 +
}}
 
== show articles from several namespaces ==
 
== show articles from several namespaces ==
 
article name must contain an "e".
 
article name must contain an "e".
Line 30: Line 33:
 
   shownamespace=false
 
   shownamespace=false
 
</DPL>
 
</DPL>
 +
 +
<dpl>reset=all</dpl>

Latest revision as of 12:27, 28 January 2008

Test shownamespace

show articles from several namespaces

article name must contain an "e". This will show normal articles, templates, images, categories etc.

<DPL> 
   titlematch=%e% 
   shownamespace=true
</DPL>

Extension:DynamicPageList (DPL), version 3.2.1: Warning: No parameter option supplied for ' '. (Missing '=')

show templates, skip namespace prefix

<DPL>
   resultsheader= Templates available in this wiki 
   namespace=Template 
   shownamespace=false
</DPL>

Extension:DynamicPageList (DPL), version 3.2.1: Warning: No parameter option supplied for ' '. (Missing '=')

Templates available in this wiki

Extension:DynamicPageList (DPL), version 3.2.1: Error: No selection criteria found! You must use at least one of the following parameters: category, namespace, titlematch, linksto, uses, createdby, modifiedby, lastmodifiedby, or their 'not' variants


Extension:DynamicPageList (DPL), version 3.2.1: Warning: No results.