Changes for page Necromantic
Last modified by test user on 2026/05/27 13:00
From version 2.1
edited by Espen Solbu
on 2020/10/20 05:23
on 2020/10/20 05:23
Change comment:
There is no comment for this version
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.es o1 +XWiki.TestUser - Tags
-
... ... @@ -1,0 +1,1 @@ 1 +needs-paste - Content
-
... ... @@ -1,3 +1,65 @@ 1 +## xwiki-migration:create-button-begin 2 +{{velocity}} 3 +{{html clean="false"}} 4 +<p class="xm-create-button"><a class="btn btn-primary" href="$doc.getURL('create', 'templateprovider=MUD.Code.Templates.SpellTemplateProvider')"><span class="fa fa-plus"></span> New Spell</a></p> 5 +{{/html}} 6 +{{/velocity}} 7 +## xwiki-migration:create-button-end 8 + 9 +{{liveData 10 + id="mud-spells-divine-necromantic" 11 + source="liveTable" 12 + sourceParameters="className=MUD.Code.SpellClass&translationPrefix=mud.spells.&location=MUD.Spells.Divine.Necromantic" 13 + properties="doc.title,spell_type,sphere,category,level,target_type,gp_cost,cast_time,source" 14 + sort="doc.title" 15 +}} 16 +{ 17 + "meta": { 18 + "propertyDescriptors": [ 19 + { 20 + "id": "doc.title", 21 + "name": "Spell", 22 + "editable": false 23 + }, 24 + { 25 + "id": "spell_type", 26 + "editable": false 27 + }, 28 + { 29 + "id": "sphere", 30 + "editable": false 31 + }, 32 + { 33 + "id": "category", 34 + "editable": false 35 + }, 36 + { 37 + "id": "level", 38 + "editable": false 39 + }, 40 + { 41 + "id": "target_type", 42 + "editable": false 43 + }, 44 + { 45 + "id": "gp_cost", 46 + "editable": false 47 + }, 48 + { 49 + "id": "cast_time", 50 + "editable": false 51 + }, 52 + { 53 + "id": "source", 54 + "editable": false 55 + } 56 + ] 57 + } 58 +} 59 +{{/liveData}} 60 + 61 +---- 62 + 1 1 {{create-from-template templateName="17858564" templateId="17858564" buttonLabel="Add new spell"/}} 2 2 3 3 {{detailssummary headings="Category,Sphere,Level,Source" cql="label = ~"spell~" and space = currentSpace() and ancestor = currentContent()"/}}