Difference between revisions of "Articles in Category namespace"

From Organic Design wiki
(info)
Line 1: Line 1:
 
{{#dpl:namespace=Category|mode=category|ordermethod=titlewithoutnamespace|shownamespace=false}}
 
{{#dpl:namespace=Category|mode=category|ordermethod=titlewithoutnamespace|shownamespace=false}}
 +
This is an example of using [[DPL:|Dynamic Page List]] to create a page that looks just like a normal category page, except that it contains the results of a DPL query. In this case the query selects all the items in the "Category" namespace. The DPL query syntax is:
 +
<pre>
 +
{{#dpl:namespace=Category|mode=category|ordermethod=titlewithoutnamespace|shownamespace=false}}
 +
</pre>
 
[[Category:Examples]]
 
[[Category:Examples]]

Revision as of 04:20, 24 July 2007

This is an example of using Dynamic Page List to create a page that looks just like a normal category page, except that it contains the results of a DPL query. In this case the query selects all the items in the "Category" namespace. The DPL query syntax is:

{{#dpl:namespace=Category|mode=category|ordermethod=titlewithoutnamespace|shownamespace=false}}