Inhaltsverzeichnis

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

Test des nspages Plugin, welches alle verfügbaren Seiten anzeigt …


Cloud Plugin

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


Tag Plugin

Test des Tag Plugin


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.

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 14:25 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()