Changes for page Shirt

Last modified by test user on 2026/05/27 12:59

From version 3.1
edited by test user
on 2026/05/23 18:48
Change comment: There is no comment for this version
To version 6.1
edited by test user
on 2026/05/23 20:41
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,9 +2,8 @@
1 -## xwiki-migration: livetable-begin
2 2  {{liveData
3 3   id="mud-armour-shirt"
4 4   source="liveTable"
5 - sourceParameters="className=MUD.Code.ArmourClass&translationPrefix=mud.armour."
6 - properties="doc.title,judge,location,ac,material,type_,quality,source"
4 + sourceParameters="className=MUD.Code.ArmourClass&translationPrefix=mud.armour.&location=MUD.Items.Armour.Shirt"
5 + properties="doc.title,judge,slot,ac,material,type_,quality,source"
7 7   sort="doc.title"
8 8  }}
9 9  {
... ... @@ -19,7 +19,7 @@
19 19   "editable": false
20 20   },
21 21   {
22 - "id": "location",
21 + "id": "slot",
23 23   "editable": false
24 24   },
25 25   {
... ... @@ -43,23 +43,9 @@
43 43   "editable": false
44 44   }
45 45   ]
46 - },
47 - "query": {
48 - "filters": [
49 - {
50 - "property": "doc.location",
51 - "constraints": [
52 - {
53 - "operator": "startsWith",
54 - "value": "MUD.Items.Armour.Shirt"
55 - }
56 - ]
57 - }
58 - ]
59 59   }
60 60  }
61 61  {{/liveData}}
62 -## xwiki-migration: livetable-end
63 63  
64 64  ----
65 65