| ... |
... |
@@ -1,7 +1,7 @@ |
| 1 |
1 |
{{liveData |
| 2 |
2 |
id="mud-weapons" |
| 3 |
3 |
source="liveTable" |
| 4 |
|
- sourceParameters="className=MUD.Code.WeaponClass&translationPrefix=mud.weapons." |
|
4 |
+ sourceParameters="className=MUD.Code.WeaponClass" |
| 5 |
5 |
properties="doc.title,judge,hands,damage_type,quality,source,quest_required" |
| 6 |
6 |
sort="doc.title" |
| 7 |
7 |
editable="false" |
| ... |
... |
@@ -8,55 +8,55 @@ |
| 8 |
8 |
}} |
| 9 |
9 |
{ |
| 10 |
10 |
"meta": { |
| 11 |
|
- "actions": [], |
| 12 |
|
- "entryDescriptor": { |
| 13 |
|
- "idProperty": "doc.fullName", |
| 14 |
|
- "propertyDescriptors": [] |
| 15 |
|
- }, |
| 16 |
16 |
"propertyDescriptors": [ |
| 17 |
17 |
{ |
| 18 |
18 |
"id": "doc.title", |
| 19 |
19 |
"name": "Weapon", |
| 20 |
|
- "editable": false |
|
15 |
+ "displayer": { |
|
16 |
+ "id": "doc" |
|
17 |
+ }, |
|
18 |
+ "filterable": true, |
|
19 |
+ "sortable": true |
| 21 |
21 |
}, |
| 22 |
22 |
{ |
| 23 |
23 |
"id": "judge", |
| 24 |
|
- "editable": false, |
|
23 |
+ "name": "Judge", |
| 25 |
25 |
"filter": { |
| 26 |
|
- "id": "list" |
|
25 |
+ "id": "list", |
|
26 |
+ "multiple": true |
| 27 |
27 |
} |
| 28 |
28 |
}, |
| 29 |
29 |
{ |
| 30 |
30 |
"id": "hands", |
| 31 |
|
- "editable": false, |
|
31 |
+ "name": "Hands", |
| 32 |
32 |
"filter": { |
| 33 |
33 |
"id": "list", |
| 34 |
|
- "multiSelect": true |
|
34 |
+ "multiple": true |
| 35 |
35 |
} |
| 36 |
36 |
}, |
| 37 |
37 |
{ |
| 38 |
38 |
"id": "damage_type", |
| 39 |
|
- "editable": false, |
|
39 |
+ "name": "Damage Type", |
| 40 |
40 |
"filter": { |
| 41 |
41 |
"id": "list", |
| 42 |
|
- "multiSelect": true |
|
42 |
+ "multiple": true |
| 43 |
43 |
} |
| 44 |
44 |
}, |
| 45 |
45 |
{ |
| 46 |
46 |
"id": "quality", |
| 47 |
|
- "editable": false, |
|
47 |
+ "name": "Quality", |
| 48 |
48 |
"filter": { |
| 49 |
49 |
"id": "list", |
| 50 |
|
- "multiSelect": true |
|
50 |
+ "multiple": true |
| 51 |
51 |
} |
| 52 |
52 |
}, |
| 53 |
53 |
{ |
| 54 |
54 |
"id": "source", |
| 55 |
|
- "editable": false |
|
55 |
+ "name": "Source" |
| 56 |
56 |
}, |
| 57 |
57 |
{ |
| 58 |
58 |
"id": "quest_required", |
| 59 |
|
- "editable": false |
|
59 |
+ "name": "Quest Required" |
| 60 |
60 |
} |
| 61 |
61 |
] |
| 62 |
62 |
} |
| ... |
... |
@@ -65,7 +65,11 @@ |
| 65 |
65 |
|
| 66 |
66 |
---- |
| 67 |
67 |
|
| 68 |
|
-{{info}}Legacy macros below.{{/info}} |
|
68 |
+{{info}}Legacy macros below (currently unrendered): keep, adjust, or remove.{{/info}} |
| 69 |
69 |
|
|
70 |
+{{create-from-template templateName="17858610" templateId="17858610" buttonLabel="Add new Weapon"/}} |
|
71 |
+ |
| 70 |
70 |
{{children/}} |
| 71 |
71 |
|
|
74 |
+{{detailssummary pageSize="99" cql="label = ~\"equipment~\" and space = currentSpace() and ancestor = currentContent()"/}} |
|
75 |
+ |