Help:Editing: Difference between revisions
ArrowHead294 (talk | contribs) mNo edit summary |
ArrowHead294 (talk | contribs) m →Tables |
||
| Line 96: | Line 96: | ||
{| class="wikitable" | {| class="wikitable" | ||
! You write <br /> in <br /> [[Help:Wikitext editor|wikitext]] | ! You write <br /> in <br /> [[Help:Wikitext editor|wikitext]] | ||
| | | | ||
<nowiki> | <nowiki> | ||
{| class="wikitable" | {| class="wikitable" | ||
! | ! Head A | ||
! | ! Head B | ||
! Head C | |||
|- | |- | ||
| | | Cell A1 | ||
| | | Cell B1 | ||
| Cell C1 | |||
|- | |- | ||
| | | Cell A2 | ||
| | | Cell B2 | ||
| Cell C2 | |||
|- | |||
| Cell A3 | |||
| Cell B3 | |||
| Cell C3 | |||
|}</nowiki> | |}</nowiki> | ||
| | |||
<nowiki> | |||
{| class="wikitable" | |||
! Head A !! Head B !! Head C | |||
|- | |||
| Cell A1 || Cell B1 || Cell C1 | |||
|- | |- | ||
| Cell A2 || Cell B2 || Cell C2 | |||
| | |||
|- | |- | ||
| | | Cell A3 || Cell B3 || Cell C3 | ||
| | |}</nowiki> | ||
|- | |- | ||
| | ! You get <br /> (rendered) | ||
<!-- Begin result --> | |||
| colspan="2" | | |||
<!-- | {{(!}} class{{=}}"wikitable" style{{=}}"margin: 10px auto 10px auto;" | ||
! Head A !! Head B !! Head C | |||
{{!-}} | |||
{{!}} Cell A1 {{!!}} Cell B1 {{!!}} Cell C1 | |||
{{!-}} | |||
{{!}} Cell A2 {{!!}} Cell B2 {{!!}} Cell C2 | |||
{{!-}} | |||
{{!}} Cell A3 {{!!}} Cell B3 {{!!}} Cell C3 | |||
{{!)}} | |||
<!-- End result --> | |||
|} | |} | ||