This page (revision-7) was last changed on 03-Feb-2017 10:35 by JianSun

This page was created on 23-Apr-2007 15:02 by JianSun

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
7 03-Feb-2017 10:35 2 KB JianSun to previous
6 23-Apr-2007 15:13 2 KB JianSun to previous | to last
5 23-Apr-2007 15:12 2 KB JianSun to previous | to last
4 23-Apr-2007 15:10 2 KB JianSun to previous | to last
3 23-Apr-2007 15:08 2 KB JianSun to previous | to last
2 23-Apr-2007 15:05 4 KB JianSun to previous | to last
1 23-Apr-2007 15:02 1 KB JianSun to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 changed 2 lines
%%tab-TableSyntax
! Basic markup
[{ALLOW edit EISMainUsers}]
[{ALLOW view Anonymous}]
[{TableOfContents}]
!! Basic markup
At line 4 removed 7 lines
* a new line of text starting with a pipe sign '|' indicates the start of
a new table row.
* every line corresponds with a horizontal row of the table, containing one
or more table cells.
** a single pipe signs ('|') starts a new data cell.
** a double pipe signs ('||') starts a header cell with different formatting.
* end the table with a line which does not start with a pipe sign.
At line 12 removed 9 lines
! Extended markup
Following syntax is also supported:
* use '|<' or '||<' to collapse a cell with the previous cell so
it __spans multiple columns__.
* use '|^' or '||^' to collapse a cell with the cell above so that
it __spans multiple rows__.
* use '|( <css-style> ) ' to add specific __formatting__ to a cell.
* use '#' inside a table cell to display the current row number.
(__auto row numbering__)
At line 22 changed 7 lines
Example:
{{{
|Nr |A |< |C |<
|# |a |b |c |(background:yellow;)d
|# |^ |b |^ |(background:yellow;)d
}}}
becomes (simulated)
!! Multi-line table editing
At line 30 removed 11 lines
{{
&nbsp;&nbsp;+----+-------+-------+\\
&nbsp;&nbsp;| Nr | A &nbsp; &nbsp; | C &nbsp; &nbsp; |\\
&nbsp;&nbsp;+----+---+---+---+---+\\
&nbsp;&nbsp;| 1&nbsp; | a | b | c |%%(background:yellow;) d %%|\\
&nbsp;&nbsp;+----+ &nbsp; +---+ &nbsp; +---+\\
&nbsp;&nbsp;| 2&nbsp; | &nbsp; | b | &nbsp; |%%(background:yellow;) d %%|\\
&nbsp;&nbsp;+----+---+---+---+---+\\
}}
! Multi-line table editing
At line 74 changed 4 lines
Example:
{{{
|| Heading 1
|| Heading 2
!!Table Examples
At line 79 changed 6 lines
| ''Gobble'' starts a new row!
* and some more text with wiki markup, all in the same table cell
|(background:yellow;) Bar
| [{Image src='some-nice-picture'}]
|<
* Example 1 : table with row and column spans
{{{
[{Table
|Nr |A |< |C |<
|# |a |b |c |(background:yellow;)d
|# |^ |b |^ |(background:yellow;)d
}]
At line 86 changed 2 lines
%%
gives you:
At line 95 removed one line
[{Table oddRowStyle='background:#f0f0f0;' rowNumber='-1'
At line 97 changed 3 lines
|| [THE 15 MOST POPULAR ICE CREAM FLAVORS|http://www.sendicecream.com/15mospopicec.html]
||<
||<
* Example 2: table with multi-line editing
At line 101 changed 17 lines
|| ||Flavor|| percent preferring
|#. |Vanilla| 29%
|#. |Chocolate| 8.9%
|#. |Butter pecan| 5.3%
|#. |Strawberry| 5.3%
|#. |Neapolitan| 4.2%
|#. |Chocolate chip| 3.9%
|#. |French vanilla| 3.8%
|#. |Cookies and cream| 3.6%
|#. |Vanilla fudge ripple| 2.6%
|#. |Praline pecan| 1.7%
|#. |Cherry| 1.6%
|#. |Chocolate almond| 1.6%
|#. |Coffee| 1.6%
|#. |Rocky road| 1.5%
|#. |Chocolate marshmallow| 1.3%
|All others|< | 23.7%
{{{[{Table style='border:3px solid #cccccc;'
|(text-align:center;font-weight:bold; background:#cccccc;) Hi dear Wiki.
|<
|<
| Date: [{CurrentTimePlugin format='dd:MMM:yyyy'}]
| Time: [{CurrentTimePlugin format='hh:mm:ss'}]
| This page: [{$pagename}]
| [{Table
| Nested table | Nested table
| Nested table | Nested table
At line 119 changed one line
Source: International Ice Cream Association, 888 16th St. Washington, D.C., 20006
|<
|<
At line 83 added 3 lines
}]}}}
gives you: