Metainformationen zur Seite
Testseite SDMS-Dokuportal
Testseite im Wurzelverzeichnis des neuen DokuWiki für das Starke-DMS®
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 …
Die Anzeige erfolgt in Abhängigkeit von den Rechten des eingeloggten Benutzer!
- Date: 2025-05-21 22:42
All my content as a tree!
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:
Tag Menge Leere Ausgabe - List all tags with occurrences of "customisation":
Tag Menge 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@'' | |
@PAGE@ | test-root | page name (ID without namespace and underscores replaced by spaces) |
@PAGEL@ | ''@PAGEL@'' | |
@USER@ | | ID of current user |
@NAME@ | ''@NAME@'' | |
@MAIL@ | ''@MAIL@'' | |
@DATE@ | 2025-05-21 22:42 | 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@'' | |
@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() |