Difference between revisions of "Template:Eval"

From blackwiki
Jump to navigation Jump to search
imported>Zenexer
(Control over evaluation of templates.)
 
imported>Zenexer
(More dynamic parameters. Breaking.)
Line 1: Line 1:
<noinclude>Delays evaluation of a template by one include/subst.</noinclude><includeonly>{{#if:{{{6|}}}|{{{{{1}}}|{{{2}}}|{{{3}}}|{{{4}}}|{{{5}}}|{{{6}}}}}|{{#if:{{{5|}}}|{{{{{1}}}|{{{2}}}|{{{3}}}|{{{4}}}|{{{5}}}}}|{{#if:{{{4|}}}|{{{{{1}}}|{{{2}}}|{{{3}}}|{{{4}}}}}|{{#if:{{{3|}}}|{{{{{1}}}|{{{2}}}|{{{3}}}}}|{{#if:{{{2|}}}|{{{{{1}}}|{{{2}}}}}|{{#if:{{{1|}}}|{{{{{1}}}}}|<strong class="error">No template specified.</strong>}}}}}}}}}}}}</includeonly>
+
<noinclude>Delays evaluation of a template by one include/subst. Use <code><nowiki>{{!}}</nowiki></code> to separate arguments.</noinclude><includeonly>{{#if:{{{1|}}}|{{{{{1}}}{{#if:{{{2|}}}|{{!}}{{{2}}}}}}}}}</includeonly>

Revision as of 21:45, 9 November 2012

Delays evaluation of a template by one include/subst. Use {{!}} to separate arguments.