Difference between revisions of "Talk:DPL Example 007"

From FollowTheScore
Jump to: navigation, search
("Recursivability")
 
("Recursivability")
 
(One intermediate revision by the same user not shown)
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
Line 8: Line 7:
 
<pre> |format=,²{DPL Example 007 sub {{#expr:{{{level|3}}} + 1}}¦%TITLE%}²,</pre>
 
<pre> |format=,²{DPL Example 007 sub {{#expr:{{{level|3}}} + 1}}¦%TITLE%}²,</pre>
 
in my version of ''Template:DPL Example 007 sub '''3''''', etc.
 
in my version of ''Template:DPL Example 007 sub '''3''''', etc.
 +
 
--[[User:PerkinsTaylor|PerkinsTaylor]] 18:37, 30 April 2009 (UTC)
 
--[[User:PerkinsTaylor|PerkinsTaylor]] 18:37, 30 April 2009 (UTC)

Latest revision as of 20:47, 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)