Test shownamespace

From FollowTheScore
Revision as of 14:02, 16 February 2007 by Gero (talk | contribs) (New page: == show articles from several namespaces == article name must contain an "e". This will show normal articles, templates, images, categories etc. <pre><nowiki> <DPL> titlematch=%e% ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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> 
   namespace=Template 
   shownamespace=false
</DPL>

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