Template:Testslash

From TestWiki
Revision as of 11:25, 9 March 2012 by HappyDog (Talk | contribs) (Result: Doesn't work, as it doesn't expand args in <php> block.)

Jump to: navigation, search

Inputs

  • {{{arg1}}}: {{{arg1}}}
  • {{{arg2}}}: {{{arg2}}}
  • {{{arg3/arg3}}}: {{{arg3/arg3}}}

Markup

<repeat table="Slash" criteria="stage={{{arg1}}},department={{{arg2}}}"> </repeat>

<php> $arg1 = "{{{arg1}}}" $arg2 = "{{{arg2}}}" $arg3 = "{{{arg3/arg3}}}" </php>

Result

department stage