RefactorMe -- pages need to be renamed
In addition to the simple styles represented by the Wiki.Markup, JSPWiki also allows you to put in your own styles, which are defined in the jspwiki.css file. These may vary from site to site, and it is up to the site administrator to define a style.
Following styles are supported by the standard jspwiki.css file:
- %%small -- Smaller then normal font, like this
- %%sub -- Subscript, like aij = aji
- %%sup -- Superscript, like 23 = 8
- %%strike -- Strikethrough text, like this text is hardly readable
- %%center -- Center your text. See also How To Center Text
- %%ltr -- left-to-right text formatting
- %%rtl -- right-to-left text formatting
- %%commenbox -- comment box floating at the right margin
Special block markers :
Use %%information ... %% for informational messages
Use %%warning ... %% for warning blocks
Use %%error ... %% for error blocks
Some other, more dynamic styles are supported as well, powered by client-side ~JavaScript
- %%collapsable -- Turn ordinary lists into collapsable trees. See Wiki.How To.Create Collapsable Lists
- %%collapsebox -- Turn text section into a collapsable box. See How To Create Collapsable Boxes
- %%sortable -- Turn ordinary wiki tables into sortable tables. See How To Create Sortable Tables
- %%tabbedSection, %%tab -- Create pages with tabular sections. See How To Create Tabbed Sections
- %%graphBar, %%gBar -- Turn lists of values in horizontal grapghical bars. See How To Create GraphBars
- %%zebra-table -- Odd/even colouring of tables. See Wiki.How To.Create Zebra Tables
Add new attachment
Only authorized users are allowed to upload new attachments.
. Use this wiki only for improving the documentation.