Template:Currency cell/doc: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(Add documentation for all args)
mNo edit summary
Line 93: Line 93:
|}
|}


<table class="wikitable">
<table class="wikitable"><!--
<thead>
--><tr><!--
--><th colspan="10">Head</th><!--
<tr>
--></tr><!--
<th colspan="10">Head</th>
-->{{Currency cell|1,000|html=yes}}<!-- Will output some text starting "<tr" and ending "</tr>"
</tr>
</thead>
--></table>
<tbody>
{{Currency cell|1,000|html=yes}} <!-- Will output some text starting "<th" and ending "</th>"
</tbody>
</table>
</syntaxhighlight>
</syntaxhighlight>


Line 112: Line 108:
|}
|}


<table class="wikitable">
<table class="wikitable"><!--
<thead>
--><tr><!--
--><th colspan="10">Head</th><!--
<tr>
--></tr><!--
<th colspan="10">Head</th>
-->{{Currency cell|1,000|html=yes}}<!-- Will output some text starting "<tr" and ending "</tr>"
</tr>
</thead>
--></table>
<tbody>
{{Currency cell|1,000|html=yes}} <!-- Will output some text starting "<th" and ending "</th>"
</tbody>
</table>