Von Version < 3.6 >
bearbeitet von nlo
am 25.03.2021, 11:44
Auf Version < 3.5 >
bearbeitet von nlo
am 25.03.2021, 11:37
< >
Änderungskommentar: Es gibt keinen Kommentar für diese Version

Zusammenfassung

Details

XWiki.WikiMacroClass[0]
Macro code
... ... @@ -20,7 +20,7 @@
20 20  #if ("true" == "$xcontext.macro.params.capitalize")
21 21   #set($word = $word.substring(0,1).toUpperCase() + $word.substring(1))
22 22  #end
23 -#if ("true" == "$xcontext.macro.params.uppercase")
23 +#if ("true" == "$xcontext.macro.params.upperCase")
24 24   #set($word = $word.toUpperCase())
25 25  #end
26 26  $word
Copyright 2000-2025