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></...)
 
m
 
(9 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Type:Test
+
{{TOCright}}
 +
{{Type Test
 
  |parameter = goal
 
  |parameter = goal
 
}}
 
}}
  
== show the categories of all pages starting which have a "y" in their name ==
+
== show all pages which have a "rs" in their name ==
 +
 
 +
<dpl>
 +
  titlematch=%rs%
 +
  columns=3
 +
</dpl>
 +
 
 +
== now show the categories of all these pages ==
  
 
<pre><nowiki>
 
<pre><nowiki>
 
<dpl>
 
<dpl>
 
   goal=categories
 
   goal=categories
   titlematch=%y%
+
   titlematch=%rs%
 
</dpl>
 
</dpl>
 
</nowiki></pre>
 
</nowiki></pre>
Line 14: Line 22:
 
<dpl>
 
<dpl>
 
   goal=categories
 
   goal=categories
   titlematch=%y%
+
   titlematch=%rs%
 
</dpl>
 
</dpl>
 +
 +
== show the categories of a certain page (Oktoberfest) ==
 +
{{#dpl:debug=1|title=Oktoberfest|goal=categories|format=,\n:[[%PAGE%¦%TITLE%]]\n²{Test subgoal¦%TITLE%}²}}

Latest revision as of 17:46, 19 July 2009

Test goal

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


now show the categories of all these pages

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

show the categories of a certain page (Oktoberfest)

Oktoberfest