| At line 18 added one line |
| *MicKI ( use |# to separate headers) |
| At line 203 added one line |
|
| At line 307 added 16 lines |
| !![ProWiki] |
|
| The simple example uses the "|" as default separator string which can be redefined. ProWiki uses CDML syntax for tables. |
|
| {{{ |
| [[table] |
| January | February | March | April |
| Max | 37.5 | 32.7 | 28.0 | 25.3 |
| Min | 31.3 | 26.8 | 25.1 | 18.7 |
| ] |
| }}} |
|
| More complex examples can be created by adding parameters that work for the table or specifying properties of cells individually. |
|
| [ProWiki 17 table parameters|http://www.prowiki.org/prowiki/wiki.cgi?CdmlTable] |
|
| At line 308 removed one line |
| With Table plugin: [http://confluence.atlassian.com/display/CONFEXT/Table-plus+macro] |
| At line 311 changed 2 lines |
| {table-plus} |
| || || January || February || March || April || |
| || || January || February || March || April || |
| At line 315 changed one line |
| {table-plus} |
|
| The double pipes are only required if you'd like nice grey backgrounds as table headers |
|
| At line 333 changed 2 lines |
| !![WikkaWiki] |
| [WikkaWiki table syntax|http://www.wikicreole.org/wiki/Talk.Tables#section-Talk.Tables-WikkaMarkupForAccessibleTables]: |
| !![MicKI] |
| [MicKI help|http://michai.dyndns.org/cgi-bin/micki?help] (including [table syntax and examples|http://michai.dyndns.org/cgi-bin/micki?help#21]) |
| {{{ |
| |# Heading 1 |# Heading 2 | |
| | Cell 1.1 | Cell 1.2 | |
| | Cell 2.1 | Cell 2.2 | |
| }}} |
| At line 359 added 2 lines |
| Note that '|#' notation is not exclusively reserved for headers; use it on any cell to make it stand out from the rest. Color schemes are defined through configuration file. |
|
| At line 371 added 3 lines |
| !![WikkaWiki] |
| [WikkaWiki table syntax|http://www.wikicreole.org/wiki/Talk.Tables#section-Talk.Tables-WikkaMarkupForAccessibleTables]: |
|
| At line 381 added 35 lines |
|
| !!Org-mode (Emacs) |
| {{{ |
| | Name | Phone | Age | |
| |-------+-------+-----| |
| | Peter | 1234 | 17 | |
| | Anna | 4321 | 25 | |
| }}} |
|
| [Org-mode|http://staff.science.uva.nl/~dominik/Tools/org/]'s table editor is available as a "minor mode" that can be used in just about any text document. |
|
| !!Emacs-wiki and Muse mode |
| {{{ |
| Double bars || Separate header fields |
| Single bars | Separate body fields |
| Here are more | body fields |
| Triple bars ||| Separate footer fields |
| }}} |
|
| [Emacs wiki|http://www.emacswiki.org/cgi-bin/wiki/EmacsWikiMode] has been superceded by [Muse|http://www.emacswiki.org/cgi-bin/wiki/EmacsMuse]. |
|
| !!Comma-Separated Values (CSV) |
|
| Defined at [RFC:4189]. |
|
| Very popular and widespread markup. Practically every spreadsheet has an option of importing/exporting it. MoinMoin wiki supports in default configuration (Note: Name implies commas as the field separators. In practice any predefined character can be used including pipe "|" -- but the semicolon is most common and widespread). See also [Wikipedia:Comma-separated_values]. |
|
| Example: |
| {{{ |
| Heading 1, Heading 2 |
| Cell 1.1, "Cell 1.2 containing a , comma" |
| Cell 2.1, "Cell 2.2 containing a "" double quote" |
| "Cell 3.1 containing a |
| line break", "Cell 3.2 containing a trailing space " |
| }}} |