Help:Table: Difference between revisions
ArrowHead294 (talk | contribs) mNo edit summary |
ArrowHead294 (talk | contribs) |
||
| Line 240: | Line 240: | ||
! Rendered output | ! Rendered output | ||
|- | |- | ||
| < | | <pre> | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
| Line 247: | Line 247: | ||
|| 1|2 ||| 3|4 | || 1|2 ||| 3|4 | ||
|} | |} | ||
</ | </pre> | ||
| | | {{(!}} class{{=}}"wikitable" style{{=}}"margin: auto auto auto auto;" | ||
{ | {{!-}} | ||
!{{!}} A|X !!{{!}} B|Y | |||
! | |||
|- | |- | ||
{{!!}} 1|2 {{!}}{{!!}} 3|4 | |||
{{!)}} | |||
|} | |} | ||
| Line 263: | Line 262: | ||
! Rendered output | ! Rendered output | ||
|- | |- | ||
| < | | <pre> | ||
{| class="wikitable" | {| class="wikitable" | ||
!| A|X | !| A|X | ||
| Line 280: | Line 270: | ||
|| 3|4 | || 3|4 | ||
|} | |} | ||
</pre> | |||
| {{(!}} class{{=}}"wikitable" | |||
!{{!}} A{{!}}X | |||
!{{!}} B{{!}}Y | |||
{{!-}} | |||
{{!!}} 1{{!}}2 | |||
{{!!}} 3{{!}}4 | |||
{{!)}} | |||
|} | |} | ||
Alternatively, pipe characters can be escaped using {{tlx|!}} or {{tlx|pipe}}. | |||
== Combining table cells == | == Combining table cells == | ||