From version 5.1
edited by Espen Solbu
on 2021/05/16 16:41
on 2021/05/16 16:41
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.es o1 +XWiki.TestUser - Content
-
... ... @@ -1,3 +1,47 @@ 1 +{{velocity}} 2 +{{html clean="false"}} 3 +<p class="xm-create-button xm-create-button-scrolls"><a class="btn btn-primary" href="$doc.getURL('create', 'templateprovider=MUD.Code.Templates.ScrollTemplateProvider')"><span class="fa fa-plus"></span> New Scroll</a></p> 4 +{{/html}} 5 +{{/velocity}} 6 + 7 +{{liveData 8 + id="mud-scrolls" 9 + source="liveTable" 10 + sourceParameters="className=MUD.Code.ScrollClass&translationPrefix=mud.scrolls." 11 + properties="doc.title,spell,learnable,guilds,source" 12 + sort="doc.title" 13 +}} 14 +{ 15 + "meta": { 16 + "propertyDescriptors": [ 17 + { 18 + "id": "doc.title", 19 + "name": "Scroll", 20 + "editable": false 21 + }, 22 + { 23 + "id": "spell", 24 + "editable": false 25 + }, 26 + { 27 + "id": "learnable", 28 + "editable": false 29 + }, 30 + { 31 + "id": "guilds", 32 + "editable": false 33 + }, 34 + { 35 + "id": "source", 36 + "editable": false 37 + } 38 + ] 39 + } 40 +} 41 +{{/liveData}} 42 + 43 +---- 44 + 1 1 {{detailssummary pageSize="999" cql="label = ~"scroll~" and space = currentSpace() and ancestor = currentContent()"/}} 2 2 3 3 {{children/}}