Zmeny dokumentu Available Macros
Naposledy upravil Admin MetaIS 2025/02/10 15:12
Z verzie 1.1
upravil admin admin
-
-
Zmeniť komentár:
Install extension [org.xwiki.platform:xwiki-platform-help-ui/15.6]
Do verzie 2.1
upravil Admin MetaIS
-
-
Zmeniť komentár:
Install extension [org.xwiki.platform:xwiki-platform-help-ui/15.10.12]
Súhrn
-
Vlastnosti stránky (2 modified, 0 added, 0 removed)
Podrobnosti
- Vlastnosti stránky
-
- Autor dokumentu
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. xwiki1 +XWiki.metais@mirri\.gov\.sk-0 - Obsah
-
... ... @@ -1,10 +1,10 @@ 1 1 {{velocity}} 2 2 ## If the translation key exists, use its value, otherwise use to the provided fallback value. 3 3 #macro (translateOrElse $translationKey $fallback) 4 - #if($services.localization.get($translationKey)) 4 + #if($services.localization.get($translationKey)) 5 5 $services.rendering.escape($services.localization.render($translationKey), 'xwiki/2.1')## 6 6 #else 7 - $fallback## 7 + $services.rendering.escape($fallback, 'xwiki/2.1')## 8 8 #end 9 9 #end 10 10