Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Nächste Überarbeitung
Vorhergehende Überarbeitung
plugins:var [05.03.2024 12:35] – angelegt - Externe Bearbeitung 127.0.0.1plugins:var [14.08.2024 10:36] (aktuell) Nikolaus Müller-Büchele
Zeile 1: Zeile 1:
 ====== variable ====== ====== variable ======
-^ Label  ^ aktueller Wert  ^ Inhalt  +<callout type="warning" icon="true"> 
-| %%@ID@%%      @ID@      | full ID of the page                                                                                                                                      +nur aktivieren, wenn nötig (Cache für Seiten wird ausgeschaltet, daher geringere Performance des DokuWiki)</callout> 
-| %%@NS@%%      @NS@      | namespace of the page                                                                                                                                    +Zeigt den Wert interner DokuWiki-Variablen an. Im Handbuch-Wiki nicht aktiviert! 
-| %%@NSL@%%     @NSL@     | full external link to current namespace                                                                                                                  + 
-| %%@PAGE@%%    @PAGE@    | page name (ID without namespace and underscores replaced by spaces)                                                                                      +^ Label         ^ Inhalt                                                                                                                                                                                         ^ 
-| %%@PAGEL@%%   @PAGEL@   | full external link to current page                                                                                                                       +| %%@ID@%%      | full ID of the page                                                                                                                                                                            | 
-| %%@USER@%%    @USER@    | ID of current user                                                                                                                                       +| %%@NS@%%      | namespace of the page                                                                                                                                                                          | 
-| %%@NAME@%%    @NAME@    | full name of current user                                                                                                                                +| %%@NSL@%%     | full external link to current namespace                                                                                                                                                        | 
-| %%@MAIL@%%    @MAIL@    | mail address of current user                                                                                                                             +| %%@PAGE@%%    | page name (ID without namespace and underscores replaced by spaces)                                                                                                                            | 
-| %%@DATE@%%    @DATE@    | current date                                                                                                                                             +| %%@PAGEL@%%   | full external link to current page                                                                                                                                                             | 
-| %%@YEAR@%%    @YEAR@    | current year in YYYY format                                                                                                                              +| %%@USER@%%    | ID of current user                                                                                                                                                                             | 
-| %%@MONTH@%%   @MONTH@   | current month in MM format                                                                                                                               +| %%@NAME@%%    | full name of current user                                                                                                                                                                      | 
-| %%@SMONTH@%%  @SMONTH@  | current month in M format (without leading zero)                                                                                                         +| %%@MAIL@%%    | mail address of current user                                                                                                                                                                   | 
-| %%@DAY@%%     @DAY@     | current day in DD format                                                                                                                                 +| %%@DATE@%%    | current date                                                                                                                                                                                   | 
-| %%@SDAY@%%    @SDAY@    | current day in D format (without leading zero)                                                                                                           +| %%@YEAR@%%    | current year in YYYY format                                                                                                                                                                    | 
-| %%@TITLE@%%   @TITLE@   | first heading of the current page                                                                                                                        +| %%@MONTH@%%   | current month in MM format                                                                                                                                                                     | 
-| %%@WIKI@%%    @WIKI@    | title of the wikis as configured in [[config:title]]                                                                                                     +| %%@SMONTH@%%  | current month in M format (without leading zero)                                                                                                                                               | 
-| %%@SERVER@%%  @SERVER@  | the content of ''$_SERVER['SERVER_NAME']''                                                                                                               +| %%@DAY@%%     | current day in DD format                                                                                                                                                                       | 
-| %%@VER@%%     @VER@     | the contents returned by ''getVersion()'', such as “//Release 2013-12-08 "Binky"//”                                                                      +| %%@SDAY@%%    | current day in D format (without leading zero)                                                                                                                                                 | 
-| %%@VERR@%%    @VERR@    | the release date as extracted from ''getVersion()''                                                                                                      +| %%@TITLE@%%   | first heading of the current page                                                                                                                                                              | 
-| %%@VERN@%%    @VERN@    | the release name as extracted from ''getVersion()''                                                                                                      +| %%@WIKI@%%    | title of the wikis as configured in ''config:title''                                                                                                                               | 
-| %%@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_@**%% (**@ALIAS_@**) or %%**@ALIAS-@**%% (**@ALIAS-@**)  |+| %%@SERVER@%%  | the content of ''$_SERVER['SERVER_NAME']''                                                                                                                                                     | 
 +| %%@VER@%%     | the contents returned by ''getVersion()'', such as “//Release 2013-12-08 "Binky"//”                                                                                                            | 
 +| %%@VERR@%%    | the release date 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-@**%% 
 + 
 + 
 +/* 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-@**%%  
 +*/