Wiki Formatting: Stylesheet Support
Abstract: This text describes the wiki markup stylesheet support.
Wiki Formatting
The wiki markup language supports stylesheet formatting in two basic ways: first style class options that is integrated into the wiki markup and can be changed with an additional style sheet, and second with style option that appear directly infront the wiki markup, surrounded by double curly braces:
{{ style-defintions }} wiki-markup
adds style-definitions to the following wiki-markup.
{{ text-align: center; border: 1px solid red; }} %none= centered text %=
returns some centered text in a red border without having anything defined for the class none.
Such direct style definitions are supported for the markups
| Markup | Group |
| %class- %class= | text and paragraph style classes |
| # - : | numbered, unnumbered and definition lists |
| |: |= || |+ | tables, table rows and cells |
Notice that double curly braces are also used for Javascript code when used with FORM sequences or angle bracket hyperlinks.
Style class parameters
The following markups support an optional style class name.
| Markup | Class parameter |
| %class- %class= | text and paragraph style classes |
| # - | numbered und unnumbered list, the class parameter must be preceded by a percent and followed by an equal sign. |
| |: |= || |+ | tables, table rows and cells, the style class is given in a leading equal sign. |