[{ALLOW edit EISMainUsers}]
[{ALLOW view Anonymous}]
In addition to the simple styles represented by the ~WikiMarkup, 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 %%small this %%
* %~%sub -- Subscript, like a%%sub ij %%= a%%sub ji%%
* %~%sup -- Superscript, like 2%%sup 3 %%= 8
* %~%strike -- Strikethrough text, like %%strike this text is hardly readable %%
* %~%center -- Center your text
* %~%ltr -- left-to-right text formatting
* %~%rtl -- right-to-left text formatting
* %~%commentbox -- comment box floating at the right margin

Special block markers :
%%information
Use %~%information ... %~% for informational messages
%%
%%warning
Use %~%warning ... %~% for warning blocks
%%
%%error
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 [WikiStyleCollapse|BrushedTemplateCollapse]
* %~%collapsebox -- Make a section of text collapsable. See [BrushedTemplateCollapseBox]
* %~%sortable -- Turn ordinary wiki tables into sortable tables. See [WikiStyleSortable|BrushedTemplateSortableTables] 
* %~%tabbedSection, %~%tab -- Create pages with tabular sections. See [WikiStyleTabbedSections|BrushedTemplateTabbedSections]