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
Change comment: There is no comment for this version
To version 2.2
edited by Tobias Wintrich
on 2021/10/05 08:48
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,5 +1,1 @@
1 1  {{Feratured}}{{/Feratured}}
2 -
3 -
4 -
5 -
XWiki.WikiMacroClass[0]
Macro code
... ... @@ -1,18 +1,12 @@
1 1  {{velocity}}
2 +#panelheader("Featured")
2 2  #set($sql = ", BaseObject as obj, DBStringListProperty as prop where obj.name=doc.fullName and
3 3  obj.className='XWiki.TagClass' and obj.id=prop.id.id and prop.id.name='tags' and 'Featured' in
4 4  elements(prop.list) order by doc.name asc")
5 5  #set ($results= $xwiki.searchDocuments($sql))
6 -{{html}}
7 -#if($wikimacro.parameters.bold)
8 -<b>
9 -#end
10 10  #foreach ($result in $results)
11 11  #set($doc= $xwiki.getDocument($result))
12 -<a href="$doc.getURL()">$escapetool.xml($doc.plainTitle)</a>
13 -#if($wikimacro.parameters.bold)
14 -</b>
9 +{{html}}<a href="$doc.getURL()">$escapetool.xml($doc.plainTitle)</a>{{/html}}
15 15  #end
16 -#end
17 -{{/html}}
11 +#panelfooter()
18 18  {{/velocity}}
Macro content availability
... ... @@ -1,1 +1,0 @@
1 -No content
XWiki.WikiMacroParameterClass[0]
Parameter default value
... ... @@ -1,1 +1,0 @@
1 -false
Parameter description
... ... @@ -1,1 +1,0 @@
1 -Fett gedruck
Parameter mandatory
... ... @@ -1,1 +1,0 @@
1 -No
Parameter name
... ... @@ -1,1 +1,0 @@
1 -bold