Difference between revisions of "Talk:DPL Example 007"

From FollowTheScore
Jump to: navigation, search
("Recursivability")
 
("Recursivability")
Line 1: Line 1:
 
== "Recursivability" ==
 
== "Recursivability" ==
 
+
[[Template:DPL Example 007 sub 2]] creates a template loop error for third tier subcategories.  I seem to have been able to fix it by changing
*[[Template:DPL Example 007 sub 2]] creates a template loop error for third tier subcategories.  I seem to have been able to fix it by changing
 
 
<pre> |format=,²{DPL Example 007 sub {{#expr:{{{level|1}}} + 1}}¦%TITLE%}²,</pre>
 
<pre> |format=,²{DPL Example 007 sub {{#expr:{{{level|1}}} + 1}}¦%TITLE%}²,</pre>
 
to
 
to

Revision as of 20:45, 30 April 2009

"Recursivability"

Template:DPL Example 007 sub 2 creates a template loop error for third tier subcategories. I seem to have been able to fix it by changing

 |format=,²{DPL Example 007 sub {{#expr:{{{level|1}}} + 1}}¦%TITLE%}²,

to

 |format=,²{DPL Example 007 sub {{#expr:{{{level|2}}} + 1}}¦%TITLE%}²,

in my version of Template:DPL Example 007 sub 2, and to

 |format=,²{DPL Example 007 sub {{#expr:{{{level|3}}} + 1}}¦%TITLE%}²,

in my version of Template:DPL Example 007 sub 3, etc. --PerkinsTaylor 18:37, 30 April 2009 (UTC)