Template:Tlc/doc: Difference between revisions
Template page
More actions
Some see also for starters. |
Tables mess with code-tag colouring. |
||
| Line 3: | Line 3: | ||
This is the {{tlc|tlc}} template. | This is the {{tlc|tlc}} template. | ||
=== Examples === | |||
<table border=1 t_class="wikitable" t_style="background:transparent;"> | |||
<tr><th>Code<th>Result<th>Comment | |||
<tr><td>{{tlc|tlc}} <td>{{tlc}} <td>Shows its own syntax | |||
<tr><td>{{tlc|tlc|name}} <td>{{tlc|name}} <td> | |||
<tr><td>{{tlc|tlc|name|one}} <td>{{tlc|name|one}} <td> | |||
<tr><td>{{tlc|tlc|name|one|two}} <td>{{tlc|name|one|two}} <td> | |||
<tr><td>{{tlc|tlc|name|a|b|c|d|e}} <td>{{tlc|name|a|b|c|d|e}} <td> | |||
</table> | |||