Difference between revisions of "Testslash"

From TestWiki
Jump to: navigation, search
(+ what we expect to see)
(Update to test arg3/arg3)
 
(3 intermediate revisions by the same user not shown)
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
 +
|arg3/arg3=stage
 
}}
 
}}
 +
</div>
  
 
== What we expect to see: ==
 
== What we expect to see: ==
  
<repeat table="Slash" criteria="stage=test/me,department={{{arg2/arg2}}}"> </repeat>
+
<repeat table="Slash" criteria="stage=test/me,department=football" sort="stage"> </repeat>

Latest revision as of 11:28, 9 March 2012

Template output:[edit]

Inputs[edit]

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

Markup[edit]

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

Result[edit]

department stage
football test/me

What we expect to see:[edit]

department stage
football test/me