Difference between revisions of "Test category listing"

From FollowTheScore
Jump to: navigation, search
 
Line 17: Line 17:
 
== using the & operator (syntax variant 1) ==
 
== using the & operator (syntax variant 1) ==
 
<dpl>
 
<dpl>
   category=Test&DPL manual
+
   category=Test&DPL Manual
 
</dpl>
 
</dpl>
  
Line 23: Line 23:
 
<dpl>
 
<dpl>
 
   category=Test
 
   category=Test
   category=DPL manual
+
   category=DPL Manual
 
</dpl>
 
</dpl>

Latest revision as of 23:50, 8 March 2008

Test category listing

This test query allows the listing of every article in a category. In this example, the category 'Test'. using the skipthispage parameter, the query can list every page in a category excluding any which are calling it, or including all including this page.

{{#dpl: category=Test }}

Produces the listing:


Note that Test category listing is excluded from this result. If you want the current page to be included:

{{#dpl: category=Test |skipthispage=no }}

using the & operator (syntax variant 1)

using the & operator (syntax variant 2