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