Difference between revisions of "DPL Example 009"
From FollowTheScore
								
												
				| Line 20: | Line 20: | ||
{{#tree:  | {{#tree:  | ||
| − | {{DPL Example 009 sub|DPL Example   | + | {{DPL Example 009 sub|DPL Example 007 main cat|*|#ffff77}}  | 
| − | {{DPL Example 009 sub|DPL Example   | + | {{DPL Example 009 sub|DPL Example 007 sub cat 1|**|eeccff}}  | 
| − | {{DPL Example 009 sub|DPL Example   | + | {{DPL Example 009 sub|DPL Example 007 sub cat 2|**|ccffee}}  | 
}}  | }}  | ||
Revision as of 08:01, 11 March 2009
back to list of examples
Category tree
This is a slightly improved version of DPL Example 008.
{{#tree:
* Pages in category     '' DPL Example 007 main cat ''
{{#dpl:debug=1|notnamespace=Category|format=,\n** [[%PAGE%|%TITLE%]]|category=DPL Example 007 main cat}}
** Pages in category     '' DPL Example 007 sub cat 1''
{{#dpl:debug=1|notnamespace=Category|format=,\n*** [[%PAGE%|%TITLE%]]|category=DPL Example 007 sub cat 1}}
** Pages in category     '' DPL Example 007 sub cat 2''
{{#dpl:debug=1|notnamespace=Category|format=,\n*** [[%PAGE%|%TITLE%]]|category=DPL Example 007 sub cat 2}}
}}
The above DPL command produces the following output:
{{#tree:
- DPL Example 007 main cat
 
- DPL Example 007 main page 1
 - DPL Example 007 main page 2
 - DPL Example 007 sub cat 1
 
- DPL Example 007 sub cat 2
 
}}