Table of contents ▼▲
Tables
Simple tables can be added by using the double pipe characters.|| border=1 width=100%
| left align | centered | right align | ||||
| spanned cell | last one | |||||
|| border=1 width=100%
||left align|| centered || right align||
||||spanned cell||last one||
The first line of any table can pass in table parameters as in HTML. (This is an optional line)
Text is aligned in cells according to where it is in relation to the || characters.
- Left aligned text is positioned next to the staring ||, ie '''||text||'''
- Right aligned text has at least one space between the starting || and is next to the ending || '''|| text||'''
- Centered text has at least one space either side of the text. '''|| text ||'''
cells can be merged by joining || || together.