Help:Editing: Difference between revisions
m Removed protection from "Help:Wiki help" |
→Tables: formatting, minor changes |
||
| Line 68: | Line 68: | ||
{| class="wikitable" | {| class="wikitable" | ||
|+ The Title | |+ The Title | ||
! | ! head A | ||
! | ! head B | ||
|- | |- | ||
| cell A1 | | cell A1 | ||
| Line 80: | Line 80: | ||
! what you get | ! what you get | ||
| | | | ||
<!-- begin result --> | |||
{| class="wikitable" | |||
|+ The Title | |||
! head A | |||
! head B | |||
|- | |||
| cell A1 | |||
| cell B1 | |||
|- | |||
| cell A2 | |||
| cell B2 | |||
|} | |||
<!-- end result --> | |||
|} | |} | ||
| Line 137: | Line 139: | ||
| G | | G | ||
| H | | H | ||
|} | |}</nowiki> | ||
</nowiki> | |||
will be rendered into this table: | will be rendered into this table: | ||