Help:Editing: Difference between revisions

ArrowHead294 (talk | contribs)
mNo edit summary
ArrowHead294 (talk | contribs)
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 A
! head B
! Head B
! Head C
|-
|-
| cell A1
| Cell A1
| cell B1
| Cell B1
| Cell C1
|-
|-
| cell A2
| Cell A2
| cell B2
| 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
|-
|-
! You get <br /> (rendered)
| Cell A2 || Cell B2 || Cell C2
|
<!-- begin result -->
{| class="wikitable"
! head A
! head B
|-
|-
| cell A1
| Cell A3 || Cell B3 || Cell C3
| cell B1
|}</nowiki>
|-
|-
| cell A2
! You get <br /> (rendered)
| cell B2
<!-- Begin result -->
|}
| colspan="2" |
<!-- end result -->
{{(!}} 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 -->
|}
|}