Tables

Table syntax helps creating tables with rich content.

The markup

Wiki

Result

||<

Starts a long table header. Left aligned.

||>

Starts a long table header. Right aligned.

|-<

Starts a long table row. Left aligned.

|->

Starts a long table row. Right aligned.

|<

Starts a long table column. Left aligned.

|>

Starts a long table column. Right aligned.

-||

Ends a long table

An example

In order to get those tags executed they need to be at line's start. To make text more readable let them take the whole line, giving as much spaces as needed. See an example:

||< Header 1 
|< Header 2
|< Header 3
|-< Cell 1,1
|< Cell 2,1
|< Cell 3,1
|-< Cell 1,2
|< Cell 2,2
|< Cell 3,2
|-< Cell 1,3
|< Cell 2,3
|< Cell 3,3
-||

creates:

Header 1

Header 2

Header 3

Cell 1,1

Cell 2,1

Cell 3,1

Cell 1,2

Cell 2,2

Cell 3,2

Cell 1,3

Cell 2,3

Cell 3,3

An example with populated cells

||< Name
|< Description
|> Value
|-< Elephant
|<
Portal framework running in any J2EE container. Features:

 * Contents management.
 * Wiki syntax.
 * Knowledge base.
 * etc.
|> 0
-||

creates:

Name

Description

Value

Elephant

Portal framework running in any J2EE container. Features:

  • Contents management.
  • Wiki syntax.
  • Knowledge base.
  • etc.

0

Printer version
English01/01/13 20:33Lluís Turró Cutiller
English01/08/18 10:56Lluís Turró Cutiller
English01/09/18 13:25Lluís Turró Cutiller
English02/07/18 12:09Lluís Turró Cutiller