Syntax-Plugins
Die Syntax von DokuWiki kann durch Plugins erweitert werden. Wie die einzelnen Plugins benutzt werden, steht auf den zugehörigen Beschreibungsseiten. Die folgenden Plugins sind auf dieser DokuWiki Installation verfügbar:
- Command Line Interface (CLI) Plugin 2020-08-18 von Schplurtz le Déboulonné
Renders transcripts of command line interactions, e.g. for shell and dynamic language interpretor tutorials - comment 2023-08-18 von Gina Häußge, Michael Klier
Add comments/notes to your wiki source that won't be shown on the page. - ifauthex plugin 2023-02-08 von Pietro Saccardi
Toggle DokuWiki page content based on users and groups with arbitrary boolean expressions. - Plugin imagebox 2023-08-21 von Lukas Rademacher, CvH, Dr-Yukon, FFTiger & myst6re
Syntax for display an image with a caption, like Wikipedia.org - include plugin 2023-09-22 von Michael Hamann, Gina Häussge, Christopher Smith, Michael Klier, Esther Brunner
Functions to include another page in a wiki page - keyboard 2023-02-23 von Gina Häußge
The keyboard plugin provides a combined syntax and action plugin in order to markup text as keyboard keys, similar to (and making use of) the existing (X)HTML tag <kbd>…</kbd>. A quick button for the markup is automatically inserted into the toolbar of the edit form. - nspages plugin 2024-10-07 von Guillaume Turri
Presents a toc of the selected namespace using <nspages> - Wrap Plugin 2023-08-13 von Anika Henke
Universal plugin which combines functionalities of many other plugins. Wrap wiki text inside containers (divs or spans) and give them a class (choose from a variety of preset classes), a width and/or a language with its associated text direction.
Beispiel: Menu
für das Menu auf der linken Seite (sidebar) verwenden wir hier eine ungegliederte Liste mit internen Links und die Navigation über das <nav>-Tag aus dem Bootstrap-Wrapper-Plugin.
~~NOCACHE~~ <nav type="pills" stacked="true"> **Übersicht** * [[pagename|Seiten]] * [[namespaces|Namensräume]] ... **DokuWiki Syntax** * [[syntax_texte|Texte]] * [[syntax_links|Links]] ... </nav>