AideTables

Last modification : 2012/07/01 03:00

Help on the table syntax

Table creation

Tables are defined with the pipe character |

Basically you just need to draw the table :

|cell 1|cell 2|
|cell 3|cell 4|
will be displayed as :
cell 1cell 2
cell 3cell 4

You can also format your cell. For that, add some characters at the beginning :

  • a h if the cell is a header
  • more letters followed by a space to defined alignment :
    • t : vertically aligned on top
    • b : vertically aligned on bottom
    • l : horizontally aligned on left
    • r : horizontally aligned on right
  • two numbers can be added to connect cells
    • first one to give how many columns has to be connected
    • second one, after a comma connects lines

|hl Title on left|hr Title on right|
|r right         |l    left    |
|2 Two columns                 |
|t ,2 Two lines  | A |
                 | B |
|,2 two lines    | C |
                 | D |
Title on lefttitle on right
right left
2 Two columns
Two lines A
B
two lines C
D

Other syntax included in a table

3 Supported wiki syntax
Formatting ''italic'' italic
'''bold''' bold
'''''bold italic'''''bold italic
'--stroked--'stroked
'__underlined__'underlined
Special chars © ® → ←
{{code}}
code
Links [WikiLink] WikiLink
[Link 2|?page=Link]Link 2
[?Wikipedia]Wikipedia
Images [http://wikiss.tuxfamily.org/img/logo_100.png]http://wikiss.tuxfamily.org/img/logo_100.png
[/logo_100.png|http://wikiss.tuxfamily.org/]http://wikiss.tuxfamily.org/
[http://wikiss.tuxfamily.org/img/logo_100.png|right] http://wikiss.tuxfamily.org/img/logo_100.png
[/logo_100.png|http://wikiss.tuxfamily.org/|left] http://wikiss.tuxfamily.org/

and

2 Not supported syntax
Titles  !! Titles
Lists * non ordered
# ordered
Lines ----