Wiki source code of Macro Space
                  Last modified by teamwire004 on 2025/06/16 09:12
              
      Show last authors
| author | version | line-number | content | 
|---|---|---|---|
| 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}} | 
 
  