1====== Examples for the Extended Table ======
2[[doku>plugin:exttab3]]
3  * http://www.mediawiki.org/wiki/Help:Tables
4  * http://meta.wikimedia.org/wiki/Help:Table
5
6===== Quick example =====
7<WRAP col2>
8=== Source Text===
9<file>
10{| title="Extended Table Example"
11|+//Extended Table Example//
12! style="width: 12em;"| A1 Header
13! style="width: 10em;"| B1 Header
14|- style="background-color: MistyRose;"
15|
16{| title="nested table"
17|+ //nested table//
18|
19{{ wiki:dokuwiki-128.png?50&nolink}}
20**Lorem** ipsum dolor sit amet,
21//consetetur// sadipscing elitr,
22sed diam nonumy eirmod tempor invidunt
23ut labore et dolore magna aliquyam erat,
24sed diam voluptua.
25|}
26|
27List in Cell
28  * //italic// and **bold**
29  * ''monospace''
30  * [[:start|page link]]
31
32> quoting
33
34**ATTENTION:**\\
35Needs an extra empty line
36after lists and quoting syntax!
37|}
38</file>
39
40=== Visual Output ===
41{| title="Extended Table Example"
42|+//Extended Table Example//
43! style="width: 12em;"| A1 Header
44! style="width: 10em;"| B1 Header
45|- style="background-color: MistyRose;"
46|
47{| title="nested table"
48|+ //nested table//
49|
50{{ wiki:dokuwiki-128.png?50&nolink}}
51**Lorem** ipsum dolor sit amet,
52//consetetur// sadipscing elitr,
53sed diam nonumy eirmod tempor invidunt
54ut labore et dolore magna aliquyam erat,
55sed diam voluptua.
56|}
57|
58List in Cell
59  * //italic// and **bold**
60  * ''monospace''
61  * [[:start|page link]]
62
63> quoting
64
65**ATTENTION:**\\
66Needs an extra empty line
67after lists and quoting syntax!
68|}
69</WRAP> /* col2 */
70
71
72\\
73===== Sections in Table =====
74<WRAP col2>
75=== Source Text===
76<file>
77{| title="Example : Using Section markup in Table"
78|
79<WRAP info>[[doku>plugin:wrap]] box
80====Sections in Wrap block====
81The headline will be shown in TOC.
82</WRAP>
83===== Sections in a Cell =====
84
85Section markup does not work.
86|}
87</file>
88
89=== Visual Output ===
90{| title="Example : Using Section markup in Table"
91|
92<WRAP info>[[doku>plugin:wrap]] box
93====Sections in Wrap block====
94The headline will be shown in TOC.
95</WRAP>
96===== Sections in a Cell =====
97
98Section markup does not work.
99|}
100</WRAP>
101