Hier sind einige Konfigurationen des JSPWiki beschrieben.

Plugins#

  • Code Format
  • Math-Plugin: Aktualisierte Version als Maven Artifact com.intersult:math-plugin

Formatierungen#

Stylesheet#

Das Stylesheet befindet sich unter /templates/default/jspwiki.css

Tabellenzelle rechtsbündig (align right)#

ÜberschriftÜberschrift
Stanrdard LinksRechts13

Mehrere Spalten#

Erste Spalte#

Text

Zweite Spalte#

Text

Beliebige Styles#

%%(<Style>)
<Content>
%%

Zum Beispiel eine Image mit Label:

%%(
    float: right;
    text-align: center;
    font-weight: bold;
    padding: 0 0 5px 5px;
)
<Image>
<Label>
%%

Images#

[{Image src='<Seite/Attachement>' width='<Width>' height='<Height>' style='<CSS>' link='<Wiki/URL>'}]

Code#

Inline Code: Intersult : JSPWiki - Plugin insertion failed: Could not find plugin CodeIntersult : JSPWiki - Plugin insertion failed: Could not find plugin Code

Attachement:

Intersult : JSPWiki - Plugin insertion failed: Could not find plugin CodeIntersult : JSPWiki - Plugin insertion failed: Could not find plugin Code

Sicherheit#

Seite nur lesbar/editierbar für eine Gruppe machen:

[{ALLOW modify Intersult}]

Formular#

Text
Textarea
Drop-Down
Radio First Option
Second Option
Checkbox Reply

Es kann auch mit dem JSPWiki:FormMailerPlugin abgeschickt werden.

Inhaltsverzeichnis#

[{TableOfContents}]
[{TableOfContents title='Page contents' numbered='true' prefix='Chap. '}]