Changes for page Macro Space
Last modified by Helge Dahl on 2018/01/22 10:41
From empty
To version 1.1
edited by Helge Dahl
on 2018/01/22 10:41
on 2018/01/22 10:41
Change comment: Install extension [org.xwiki.contrib:xwiki-macro-tabs/1.0.2]
Summary
-
Page properties (6 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,0 +1,1 @@ 1 +Macro Space - Parent
-
... ... @@ -1,0 +1,1 @@ 1 +Main.WebHome - Author
-
... ... @@ -1,1 +1,1 @@ 1 - XWiki.XWikiGuest1 +xwiki:XWiki.hde - Syntax
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki 2. 11 +XWiki 2.0 - Content
-
... ... @@ -1,0 +1,9 @@ 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}}