Changes for page Shirt

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

From version 7.1
edited by test user
on 2026/05/24 21:56
Change comment: There is no comment for this version
To version 3.1
edited by test user
on 2026/05/23 18:48
Change comment: There is no comment for this version

Summary

Details

Page properties
Tags
... ... @@ -1,1 +1,0 @@
1 -needs-paste
Content
... ... @@ -1,8 +1,9 @@
1 +## xwiki-migration: livetable-begin
1 1  {{liveData
2 2   id="mud-armour-shirt"
3 3   source="liveTable"
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"
5 + sourceParameters="className=MUD.Code.ArmourClass&translationPrefix=mud.armour."
6 + properties="doc.title,judge,location,ac,material,type_,quality,source"
6 6   sort="doc.title"
7 7  }}
8 8  {
... ... @@ -18,7 +18,7 @@
18 18   "editable": false
19 19   },
20 20   {
21 - "id": "slot",
22 + "id": "location",
22 22   "editable": false
23 23   },
24 24   {
... ... @@ -42,9 +42,23 @@
42 42   "editable": false
43 43   }
44 44   ]
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 + ]
45 45   }
46 46  }
47 47  {{/liveData}}
62 +## xwiki-migration: livetable-end
48 48  
49 49  ----
50 50