Difference between revisions of "Testslash"

From TestWiki
Jump to: navigation, search
m (Fix to match tidied template.)
(Put a box round the template, for clarity.)
Line 1: Line 1:
 +
== Template output: ==
 +
<div style="border: 1px dashed #6666FF; padding: 1em; margin: 1em 0; background-color: #FFFFE0;">
 
{{testslash|
 
{{testslash|
 
|arg1=test/me
 
|arg1=test/me
 
|arg2=football
 
|arg2=football
 
}}
 
}}
 +
</div>
  
 
== What we expect to see: ==
 
== What we expect to see: ==
  
 
<repeat table="Slash" criteria="stage=test/me,department=football"> </repeat>
 
<repeat table="Slash" criteria="stage=test/me,department=football"> </repeat>

Revision as of 22:27, 8 March 2012

Template output:

Inputs

  • {{{arg1}}}: test/me
  • {{{arg2}}}: football
  • {{{arg3/arg3}}}: {{{arg3/arg3}}}

Markup

<repeat table="Slash" criteria="stage=test/me,department=football" sort="{{{arg3/arg3}}}"> </repeat>

Result

department stage
football test/me

What we expect to see:

department stage
football test/me