Difference between revisions of "Template:Eval"

From blackwiki
Jump to navigation Jump to search
imported>Zenexer
(More dynamic parameters. Breaking.)
imported>Zenexer
(Properly delay evaluation. Might need to edit so as to remove nowiki tags.)
Line 1: Line 1:
<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>
+
<noinclude>Delays evaluation of a template by one include/subst.  Use <code><nowiki>{{!}}</nowiki></code> to separate arguments.</noinclude><includeonly>{{#if:{{{1|}}}|<nowiki>{{</nowiki>{{{1}}}{{#if:{{{2|}}}|{{!}}{{{2}}}}}<nowiki>}}</nowiki>}}</includeonly>

Revision as of 21:58, 9 November 2012

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