Changes for page Weapons

Last modified by test user on 2026/05/27 13:00

From version 4.1
edited by Espen Solbu
on 2020/12/25 15:12
Change comment: There is no comment for this version
To version 6.1
edited by test user
on 2026/05/23 10:16
Change comment: There is no comment for this version

Summary

Details

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