Wiki source code of Macro Space

Last modified by Eugen Colesnicov on 2014/01/24 13:03

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}}