Adding Tables
From CometWiki
(Difference between revisions)
(One intermediate revision not shown) | |||
Line 10: | Line 10: | ||
Each element is preceded by a '''|''' | Each element is preceded by a '''|''' | ||
+ | |||
+ | All of the formatting icons can be used within each element. | ||
You need a '''|''' for each element of the array, even if the field is blank. | You need a '''|''' for each element of the array, even if the field is blank. | ||
Line 29: | Line 31: | ||
|'''{-''' | |'''{-''' | ||
|Start Table | |Start Table | ||
- | | | + | |Basic formatting code can be used within tables- this is bold |
|- | |- | ||
- | |''' | + | |'''''pipe''-''' |
|New Row Following | |New Row Following | ||
- | | | + | |Bold Itallics |
|- | |- | ||
- | |''' | + | |'''''pipe''''' |
|Element identifier | |Element identifier | ||
- | | | + | |THere is a way of dislaying special characters, |
+ | but I cant work it out | ||
|- | |- | ||
- | |''' | + | |'''''pipe'''}'' |
|Table End Delimiter | |Table End Delimiter | ||
- | | | + | |Don't forget this one |
|} | |} |
Latest revision as of 19:08, 3 September 2009
Tables
Adding tables is fairly simple but time consuming.
To add a a table you need a {|
To have the boxes visible add Border=1 to the above line
Then the first element of each row is preceded by |- on a separate line.
Each element is preceded by a |
All of the formatting icons can be used within each element.
You need a | for each element of the array, even if the field is blank.
At the end of the table you need a |-
followed by a |}
There are many many more instructions that can be found in the Wiki Help Documentation (GoodLuck)
So:-
Character | Function | Discussion |
{- | Start Table | Basic formatting code can be used within tables- this is bold |
pipe- | New Row Following | Bold Itallics |
pipe | Element identifier | THere is a way of dislaying special characters,
but I cant work it out |
pipe} | Table End Delimiter | Don't forget this one |