Difference between revisions of "Template:Testslash"

From TestWiki
Jump to: navigation, search
(Try a variable with / in and a tag that doesn't do anything particularly clever (I don't think).)
m (Not enough braces)
 
(5 intermediate revisions by the same user not shown)
Line 5: Line 5:
  
 
== Markup ==
 
== Markup ==
<repeat table="Slash" criteria="stage={{{arg1}}},department={{{arg2}}}">
+
<repeat table="Slash" criteria="stage={{{arg1}}},department={{{arg2}}}" sort="{{{arg3/arg3}}}">
 
</repeat>
 
</repeat>
 
<show_source>{{{arg3/arg3}}}</show_source>
 
  
 
== Result ==
 
== Result ==
<repeat table="Slash" criteria="stage={{{arg1}}},department={{{arg2}}}">
+
<repeat table="Slash" criteria="stage={{{arg1}}},department={{{arg2}}}" sort="{{{arg3/arg3}}}">
 
</repeat>
 
</repeat>
 
<show_source>{{{arg3/arg3}}}</show_source>
 
 
<small>(show_source is a tag which doesn't do anything particularly clever with its inputs - I want to see if it handles the argument differently)</small>
 

Latest revision as of 11:28, 9 March 2012

Inputs[edit]

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

Markup[edit]

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

Result[edit]

department stage