Changes for page Bow

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

From version 4.1
edited by test user
on 2026/05/23 20:17
Change comment: There is no comment for this version
To version 2.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,7 +1,8 @@
1 +## xwiki-migration: livetable-begin
1 1  {{liveData
2 2   id="mud-weapons-bow"
3 3   source="liveTable"
4 - sourceParameters="className=MUD.Code.WeaponClass&translationPrefix=mud.weapons.&location=MUD.Items.Weapons.Bow"
5 + 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 7  }}
... ... @@ -38,9 +38,23 @@
38 38   "editable": false
39 39   }
40 40   ]
42 + },
43 + "query": {
44 + "filters": [
45 + {
46 + "property": "doc.location",
47 + "constraints": [
48 + {
49 + "operator": "startsWith",
50 + "value": "MUD.Items.Weapons.Bow"
51 + }
52 + ]
53 + }
54 + ]
41 41   }
42 42  }
43 43  {{/liveData}}
58 +## xwiki-migration: livetable-end
44 44  
45 45  ----
46 46