Wiki source code of Macro Space

Version 1.1 by Admin on 2010/04/07 18:15

Show last authors
1 This space contains all custom XWiki-wide macros.
2 Here is the list of currently available custom macros
3 {{velocity}}
4 #set($hql = "where doc.space='Macro' and doc.name!='WebHome' order by doc.date asc")
5 #set($results = $xwiki.searchDocuments($hql, 0, 0))
6 #foreach ($item in $results)
7 * [[$item]]
8 #end
9 {{/velocity}}