Difference between revisions of "DPL Example 009"

From FollowTheScore
Jump to: navigation, search
(New page: __NOTOC__ {{Example|Category tree}} This is a slightly improved version of DPL Example 008. <pre><nowiki> {{#tree: * Pages in category     '' DPL Example 007 main cat '' {{...)
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
{{Example|Category tree}}
+
{{Example|Category tree (improved)}}
  
 
This is a slightly improved version of [[DPL Example 008]].
 
This is a slightly improved version of [[DPL Example 008]].
Line 6: Line 6:
 
<pre><nowiki>
 
<pre><nowiki>
 
{{#tree:
 
{{#tree:
* Pages in category &nbsp; &nbsp; '' DPL Example 007 main cat ''
+
{{DPL Example 009 sub|DPL Example 007 main cat |*|#ffff77}}
{{#dpl:debug=1|notnamespace=Category|format=,\n** [[%PAGE%|%TITLE%]]|category=DPL Example 007 main cat}}
+
{{DPL Example 009 sub|DPL Example 007 sub cat 1|**|#eeccff}}
** Pages in category &nbsp; &nbsp; '' DPL Example 007 sub cat 1''
+
{{DPL Example 009 sub|DPL Example 007 sub cat 2|**|#ccffee}}
{{#dpl:debug=1|notnamespace=Category|format=,\n*** [[%PAGE%|%TITLE%]]|category=DPL Example 007 sub cat 1}}
 
** Pages in category &nbsp; &nbsp; '' DPL Example 007 sub cat 2''
 
{{#dpl:debug=1|notnamespace=Category|format=,\n*** [[%PAGE%|%TITLE%]]|category=DPL Example 007 sub cat 2}}
 
 
}}
 
}}
 
</nowiki></pre>
 
</nowiki></pre>
Line 20: Line 17:
  
 
{{#tree:
 
{{#tree:
{{DPL Example 009 sub|DPL Example 008 main cat|*}}
+
{{DPL Example 009 sub|DPL Example 007 main cat |*|#ffff77}}
{{DPL Example 009 sub|DPL Example 008 sub cat 1|**}}
+
{{DPL Example 009 sub|DPL Example 007 sub cat 1|**|#eeccff}}
{{DPL Example 009 sub|DPL Example 008 sub cat 2|**}}
+
{{DPL Example 009 sub|DPL Example 007 sub cat 2|**|#ccffee}}
 
}}
 
}}

Latest revision as of 09:03, 11 March 2009

back to list of examples

Category tree (improved)

This is a slightly improved version of DPL Example 008.

{{#tree:
{{DPL Example 009 sub|DPL Example 007 main cat |*|#ffff77}}
{{DPL Example 009 sub|DPL Example 007 sub cat 1|**|#eeccff}}
{{DPL Example 009 sub|DPL Example 007 sub cat 2|**|#ccffee}}
}}

The above DPL command produces the following output:


{{#tree:

  • DPL Example 007 main cat

}}