Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
plugins:var [26.04.2024 19:51] Nikolaus Müller-Bücheleplugins:var [14.08.2024 10:36] (aktuell) Nikolaus Müller-Büchele
Zeile 26: Zeile 26:
 | %%@VERN@%%    | the release name as extracted from ''getVersion()''                                                                                                                                            | | %%@VERN@%%    | the release name as extracted from ''getVersion()''                                                                                                                                            |
 | %%@ALIAS@%%   | the e-mail alias of the current user e.g. ''john.doe''. If a different separator than the dot is required you can also use %%**@ALIAS_@**%% or %%**@ALIAS-@**%%  | | %%@ALIAS@%%   | the e-mail alias of the current user e.g. ''john.doe''. If a different separator than the dot is required you can also use %%**@ALIAS_@**%% or %%**@ALIAS-@**%%  |
 +
 +
 +/* mit aktiviertem Plugin:
 +^ Label         | Wert         ^ Inhalt                                                                                                                                                           ^
 +| %%@ID@%%      | @ID@      | full ID of the page                                                                                                                                         |
 +| %%@NS@%%      | @NS@      | namespace of the page                                                                                                                                            |
 +| %%@NSL@%%     | @NSL@     | full external link to current namespace                                                                                                                          |
 +| %%@PAGE@%%    | @PAGE@    | page name (ID without namespace and underscores replaced by spaces)                                                                                              |
 +| %%@PAGEL@%%   | @PAGEL@   | full external link to current page                                                                                                                               |
 +| %%@USER@%%    | @USER@    | ID of current user                                                                                                                                               |
 +| %%@NAME@%%    | @NAME@    | full name of current user                                                                                                                                        |
 +| %%@MAIL@%%    | @MAIL@    | mail address of current user                                                                                                                                     |
 +| %%@DATE@%%    | @DATE@    | current date                                                                                                                                                     |
 +| %%@YEAR@%%    | @YEAR@    | current year in YYYY format                                                                                                                                      |
 +| %%@MONTH@%%   | @MONTH@   | current month in MM format                                                                                                                                       |
 +| %%@SMONTH@%%  | @SMONTH@  | current month in M format (without leading zero)                                                                                                                 |
 +| %%@DAY@%%     | @DAY@     | current day in DD format                                                                                                                                         |
 +| %%@SDAY@%%    | @SDAY@    | current day in D format (without leading zero)                                                                                                                   |
 +| %%@TITLE@%%   | @TITLE@   | first heading of the current page                                                                                                                                |
 +| %%@WIKI@%%    | @WIKI@    | title of the wikis as configured in ''config:title''                                                                                                             |
 +| %%@SERVER@%%  | @SERVER@  | the content of ''$_SERVER['SERVER_NAME']''                                                                                                                       |
 +| %%@VER@%%     | @VER@     | the contents returned by ''getVersion()'', such as “//Release 2013-12-08 "Binky"//”                                                                              |
 +| %%@VERR@%%    | @VERR@    | the release date as extracted from ''getVersion()''                                                                                                              |
 +| %%@VERN@%%    | @VERN@    | the release name as extracted from ''getVersion()''                                                                                                              |
 +| %%@ALIAS@%%   | @ALIAS@   | the e-mail alias of the current user e.g. ''john.doe''. If a different separator than the dot is required you can also use %%**@ALIAS_@**%% or %%**@ALIAS-@**%% 
 +*/