Changes for page Featured
Last modified by Tobias Wintrich on 2025/06/04 09:20
From version 7.1
edited by Tobias Wintrich
on 2021/10/05 08:58
on 2021/10/05 08:58
Change comment:
There is no comment for this version
To version 8.1
edited by Tobias Wintrich
on 2021/10/05 08:59
on 2021/10/05 08:59
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.WikiMacroClass[0]
-
- Macro code
-
... ... @@ -4,13 +4,13 @@ 4 4 elements(prop.list) order by doc.name asc") 5 5 #set ($results= $xwiki.searchDocuments($sql)) 6 6 {{html}} 7 -#if($wikimacro.parameters.bold) 7 +#if($wikimacro.parameters.bold == 'true') 8 8 <b> 9 9 #end 10 10 #foreach ($result in $results) 11 11 #set($doc= $xwiki.getDocument($result)) 12 12 <a href="$doc.getURL()">$escapetool.xml($doc.plainTitle)</a> 13 -#if($wikimacro.parameters.bold) 13 +#if($wikimacro.parameters.bold == 'true') 14 14 </b> 15 15 #end 16 16 #end