Wiki source code of Waist

Version 8.1 by test user on 2026/05/25 13:05

Show last authors
1 {{velocity}}
2 {{html clean="false"}}
3 <p class="xm-create-button xm-create-button-armour"><a class="btn btn-primary" href="$doc.getURL('create', 'templateprovider=MUD.Code.Templates.ArmourTemplateProvider')"><span class="fa fa-plus"></span> New Armour</a></p>
4 {{/html}}
5 {{/velocity}}
6
7 {{liveData
8 id="mud-armour-waist"
9 source="liveTable"
10 sourceParameters="className=MUD.Code.ArmourClass&translationPrefix=mud.armour.&location=MUD.Items.Armour.Waist"
11 properties="doc.title,judge,slot,ac,material,type_,quality,source"
12 sort="doc.title"
13 }}
14 {
15 "meta": {
16 "propertyDescriptors": [
17 {
18 "id": "doc.title",
19 "name": "Armour",
20 "editable": false
21 },
22 {
23 "id": "judge",
24 "editable": false
25 },
26 {
27 "id": "slot",
28 "editable": false
29 },
30 {
31 "id": "ac",
32 "editable": false
33 },
34 {
35 "id": "material",
36 "editable": false
37 },
38 {
39 "id": "type_",
40 "editable": false
41 },
42 {
43 "id": "quality",
44 "editable": false
45 },
46 {
47 "id": "source",
48 "editable": false
49 }
50 ]
51 }
52 }
53 {{/liveData}}
54
55 ----
56
57 {{create-from-template templateName="17858566" templateId="17858566" buttonLabel="Create new Armour"/}}
58
59 {{detailssummary cql="label = ~"equipment~" and space = currentSpace() and ancestor = currentContent()"/}}