Changes for page Weapons

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

From version 9.1
edited by test user
on 2026/05/23 16:19
Change comment: There is no comment for this version
To version 12.1
edited by test user
on 2026/05/23 18:48
Change comment: There is no comment for this version

Summary

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"
... ... @@ -4,15 +4,9 @@
4 4   sourceParameters="className=MUD.Code.WeaponClass&translationPrefix=mud.weapons."
5 5   properties="doc.title,judge,hands,damage_type,quality,source,quest_required"
6 6   sort="doc.title"
7 - editable="false"
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",
... ... @@ -21,34 +21,19 @@
21 21   },
22 22   {
23 23   "id": "judge",
24 - "editable": false,
25 - "filter": {
26 - "id": "list"
27 - }
19 + "editable": false
28 28   },
29 29   {
30 30   "id": "hands",
31 - "editable": false,
32 - "filter": {
33 - "id": "list",
34 - "multiSelect": true
35 - }
23 + "editable": false
36 36   },
37 37   {
38 38   "id": "damage_type",
39 - "editable": false,
40 - "filter": {
41 - "id": "list",
42 - "multiSelect": true
43 - }
27 + "editable": false
44 44   },
45 45   {
46 46   "id": "quality",
47 - "editable": false,
48 - "filter": {
49 - "id": "list",
50 - "multiSelect": true
51 - }
31 + "editable": false
52 52   },
53 53   {
54 54   "id": "source",
... ... @@ -62,9 +62,56 @@
62 62   }
63 63  }
64 64  {{/liveData}}
45 +## xwiki-migration: livetable-end
65 65  
66 66  ----
67 67  
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 +
68 68  {{info}}Legacy macros below.{{/info}}
69 69  
70 70  {{children/}}