Difference between revisions of "Test goal"

From FollowTheScore
Jump to: navigation, search
(New page: {{Type:Test |parameter = goal }} == show the categories of all pages starting which have a "y" in their name == <pre><nowiki> <dpl> goal=categories titlematch=%y% </dpl> </nowiki></...)
 
Line 3: Line 3:
 
}}
 
}}
  
== show the categories of all pages starting which have a "y" in their name ==
+
== show all pages which have a "y" in their name ==
 +
 
 +
<dpl>
 +
  titlematch=%y%
 +
  columns=3
 +
</dpl>
 +
 
 +
== now show the categories of all these pages ==
  
 
<pre><nowiki>
 
<pre><nowiki>

Revision as of 11:02, 12 May 2007

Template:Type:Test

show all pages which have a "y" in their name


now show the categories of all these pages

<dpl>
  goal=categories
  titlematch=%y%
</dpl>