Template:Escape template list/doc: Difference between revisions

ArrowHead294 (talk | contribs)
mNo edit summary
ArrowHead294 (talk | contribs)
mNo edit summary
Line 6: Line 6:
For example, to include a table within another table:
For example, to include a table within another table:


<pre>
<pre<includeonly/>>
{| class="wikitable" style="text-align: center;"
<nowiki>{| class="wikitable" style="text-align: center;"
|+ style="font-size: 105%;" | Caption text
|+ style="font-size: 105%;" | Caption text
|-
|-
Line 16: Line 16:
| Example 3 || Example 4
| Example 3 || Example 4
|-
|-
| colspan="2" |
| colspan="2" |</nowiki>
{{(!}} class{{=}}"wikitable" style{{=}}"text-align: center;"
{{tlx|(!|plaincode}} class{{tlx|{{=}}|plaincode}}"wikitable" style{{tlx|{{=}}|plaincode}}"text-align: center;"
{{!+}} style{{=}}"font-size: 105%;" {{!}} Caption text
{{tlx|!+|plaincode}} style{{tlx|{{=}}|plaincode}}"font-size: 105%;" {{tlx|!|plaincode}} Caption text
{{!-}}
{{tlx|!-|plaincode}}
! Header text !! Header text
! Header text !! Header text
{{!-}}
{{tlx|!-|plaincode}}
{{!}} Example 5 {{!!}} Example 6
{{tlx|!|plaincode}} Example 5 {{tlx|!!|plaincode}} Example 6
{{!-}}
{{tlx|!-|plaincode}}
{{!}} Example 7 {{!!}} Example 8
{{tlx|!|plaincode}} Example 7 {{tlx|!!|plaincode}} Example 8
{{!)}}
{{tlx|!)|plaincode}}
|}
|}
</pre>
</pre>