Testseite SDMS-Dokuportal

Testseite im Wurzelverzeichnis des neuen DokuWiki für das Starke-DMS®

test-root in namespace


Ein kurzer Testsatz mit Auszeichnungen in fett, kursiv, unterstrichen sowie mit hoch- und tiefgestelltem Text …


Verschiedene Plugin Tests ...

nspages Plugin

Cloud Plugin

Test des Cloud Plugin, welches eine Wortwolke aus verschiedenen Quellen (verwendete Wörter, Tags, gesuchte Wörter) zeigt …

  • ~~CLOUD~~ shows a cloud of the most frequently used words
  • This plugin can also make a ~~TAGCLOUD~~ (tag plugin must be installed).

Tag Plugin

Test des Tag Plugin

  • :!: Auch hier werden die Rechte des eingeloggten Benutzers berücksichtigt!
  • List all tags with related occurrences:
    TagMenge
    Leere Ausgabe
  • List all tags with occurrences of "customisation":
    TagMenge
    Leere Ausgabe
  • Displays a list of all pages that contain "dokuwiki":

Variable Plugin

https://www.dokuwiki.org/plugin:var
⇒ Displays some dynamic info about the current page, user or date. It uses exactly the same syntax and variables as namespace templates.

  • Manchmal gibt es (PHP-) Fehlermeldungen…
  • Insbesondere, wenn Seiten extern (d.h. z.B. im VS-Code Editor) verändert wurden…

Mit einem Refresh (Strg + F5) der jeweiligen Seite lässt sich das i.d.R. beheben bzw. die Fehlermeldungen verschwinden

VAR Value Description
@ID@ test-root full ID of the page
@NS@ namespace of the page
@NSL@ ''@NSL@'' :!: full external link to current namespace
@PAGE@ test-root page name (ID without namespace and underscores replaced by spaces)
@PAGEL@ ''@PAGEL@'' :!: full external link to current page
@USER@ ID of current user
@NAME@ ''@NAME@'' :!: full name of current user
@MAIL@ ''@MAIL@'' :!: mail address of current user
@DATE@ 2025-05-21 22:21 current date
@YEAR@ 2025 current year in YYYY format
@MONTH@ 05 current month in MM format
@SMONTH@ 5 current month in M format (without leading zero)
@DAY@ 21 current day in DD format
@SDAY@ 21 current day in D format (without leading zero)
@TITLE@ ''@TITLE@'' :!: first heading of the current page
@WIKI@ SDMS Doku title of the wikis as configured in title
@SERVER@ doku.starke-dms.de the content of $_SERVER['SERVER_NAME']
@VER@ Release 2024-02-06b "Kaos" the contents returned by getVersion(), such as 'Release 2013-12-08 "Binky"'
@VERR@ 2024-02-06b the release date as extracted from getVersion()
@VERN@ Kaos the release name as extracted from getVersion()