slitaz-dev-tools view tazwikiss/rootfs/var/www/wiki/pages/HelpTables.txt @ rev 257

slitaz-dev-tools/tazwikiss: small fix
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 26 09:49:07 2016 +0200 (2016-05-26)
parents
children
line source
1 ! Help on the table syntax
3 !! Table creation
4 Tables are defined with the pipe character |
6 Basically you just need to draw the table :
8 {{|cell 1|cell 2|
9 |cell 3|cell 4|
10 }}
12 will be displayed as :
13 |cell 1|cell 2|
14 |cell 3|cell 4|
16 You can also format your cell. For that, add some characters at the beginning :
18 * a '''h''' if the cell is a header
19 * more letters followed by a space to defined alignment :
20 ** t : vertically aligned on top
21 ** b : vertically aligned on bottom
22 ** l : horizontally aligned on left
23 ** r : horizontally aligned on right
24 * two numbers can be added to connect cells
25 ** first one to give how many columns has to be connected
26 ** second one, after a comma connects lines
28 {{
29 |hl Title on left|hr Title on right|
30 |r right |l left |
31 |2 Two columns |
32 |t ,2 Two lines | A |
33 | B |
34 |,2 two lines | C |
35 | D |}}
37 |hl Title on left|hr title on right|
38 |r right |l left |
39 |2 Two columns |
40 |t ,2 Two lines | A |
41 | B |
42 |,2 two lines | C |
43 | D |
45 !! Other syntax included in a table
47 |h 3 Supported wiki syntax |
48 |ht ,7 Formatting | ^''italic^'' | ''italic'' |
49 | '^''bold'^'' | '''bold''' |
50 |'^'^'^''bold italic'^'^'^''|'''''bold italic'''''|
51 |^'--stroked--'|'--stroked--'|
52 |^'__underlined__'|'__underlined__'|
53 | Special chars | (c) (r) --> &lt;-- |
54 |^{{code}}|{{code}}|
55 |ht ,3 Links |^[WikiLink] | [WikiLink] |
56 |^[Link 2^|?page=Link]| [Link 2|?page=Link] |
57 |^[?Wikipedia]| [?Wikipedia] |
58 |ht ,4 Images |^[^http://wikiss.tuxfamily.org/img/logo_100.png]|[http://wikiss.tuxfamily.org/img/logo_100.png]|
59 |^[/logo_100.png^|^http://wikiss.tuxfamily.org/]|[http://wikiss.tuxfamily.org/img/logo_100.png|http://wikiss.tuxfamily.org/]|
60 |^[^http://wikiss.tuxfamily.org/img/logo_100.png^|right] | [http://wikiss.tuxfamily.org/img/logo_100.png|right]|
61 |^[/logo_100.png^|^http://wikiss.tuxfamily.org/^|left] | [http://wikiss.tuxfamily.org/img/logo_100.png|http://wikiss.tuxfamily.org/|left]|
63 and
65 |h 2 Not supported syntax|
66 |Titles | !! Titles|
67 |,2 Lists | * non ordered |
68 | # ordered |
69 |Lines |----|