Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,3 +1,4 @@ 1 +## xwiki-migration: livetable-begin 1 1 {{liveData 2 2 id="mud-weapons" 3 3 source="liveTable" ... ... @@ -41,9 +41,56 @@ 41 41 } 42 42 } 43 43 {{/liveData}} 45 +## xwiki-migration: livetable-end 44 44 45 45 ---- 46 46 49 +{{liveData 50 + id="mud-weapons" 51 + source="liveTable" 52 + sourceParameters="className=MUD.Code.WeaponClass&translationPrefix=mud.weapons." 53 + properties="doc.title,judge,hands,damage_type,quality,source,quest_required" 54 + sort="doc.title" 55 +}} 56 +{ 57 + "meta": { 58 + "propertyDescriptors": [ 59 + { 60 + "id": "doc.title", 61 + "name": "Weapon", 62 + "editable": false 63 + }, 64 + { 65 + "id": "judge", 66 + "editable": false 67 + }, 68 + { 69 + "id": "hands", 70 + "editable": false 71 + }, 72 + { 73 + "id": "damage_type", 74 + "editable": false 75 + }, 76 + { 77 + "id": "quality", 78 + "editable": false 79 + }, 80 + { 81 + "id": "source", 82 + "editable": false 83 + }, 84 + { 85 + "id": "quest_required", 86 + "editable": false 87 + } 88 + ] 89 + } 90 +} 91 +{{/liveData}} 92 + 93 +---- 94 + 47 47 {{info}}Legacy macros below.{{/info}} 48 48 49 49 {{children/}}