Difference between revisions for Playground / Table Markup Guide




← Previous edit
Next edit →

Version1 Version2 Differences
1   As of ##6.2##, Wacko introduces a flexible markup for data tables. Any kind of tables allowed by HTML5 can be created using this markup, from the most basic examples (e.g. simple rows of cells) to complex tables with full support for accessibility options.
  1 As of ##6.2##, WackoWiki introduces a flexible markup for data tables. Any kind of tables allowed by HTML5 can be created using this markup, from the most basic examples (e.g. simple rows of cells) to complex tables with full support for accessibility options.
2 2
3 3 {{toc numerate=1}}
4  
  4  
5 5 ===Table basics: cells, rows, columns===
6 6
7 7 The most basic element of a table is a **cell**. Single cells can be created using the standard delimiter ##""||""##, e.g.:
173 173 %%
174 174 #|
175 175 *| | Mon | Tue | Wed | Thu | Fri |*
176   || 8-9 | |(y=9) Outreach| |(y=9) Outreach | ||
  176 || 8-9 | |(y=9) Outreach | |(y=9) Outreach | ||
177 177 || 9-10 | | | || <-- reduced by two columns
178 178 || 10-11 | | | ||
179 179 || 11-12 | | | ||
187 187
188 188 #|
189 189 *| | Mon | Tue | Wed | Thu | Fri |*
190   || 8-9 | |(y=9) Outreach| |(y=9) Outreach | ||
  190 || 8-9 | |(y=9) Outreach | |(y=9) Outreach | ||
191 191 || 9-10 | | | ||
192 192 || 10-11 | | | ||
193 193 || 11-12 | | | ||