Changes for page Contribute

Last modified by test user on 2026/05/26 17:29

From version 4.1
edited by Espen Solbu
on 2026/05/25 19:02
Change comment: There is no comment for this version
To version 5.1
edited by Espen Solbu
on 2026/05/25 19:05
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -36,8 +36,49 @@
36 36  
37 37  
38 38  
39 -= Walkthrough on High Priority Quests =
39 += Missing Walkthrough =
40 40  
41 +{{liveData id="mud-quests" source="liveTable" sourceParameters="className=MUD.Code.QuestClass&translationPrefix=mud.quests." properties="doc.title,id_,tier,suited_for,walkthrough,quest_level,quest_points,domain" sort="doc.title"}}
42 +{
43 + "meta": {
44 + "propertyDescriptors": [
45 + {
46 + "id": "doc.title",
47 + "name": "Quest",
48 + "editable": false
49 + },
50 + {
51 + "id": "id_",
52 + "editable": false
53 + },
54 + {
55 + "id": "tier",
56 + "editable": false
57 + },
58 + {
59 + "id": "suited_for",
60 + "editable": false
61 + },
62 + {
63 + "id": "walkthrough",
64 + "editable": false
65 + },
66 + {
67 + "id": "quest_level",
68 + "editable": false
69 + },
70 + {
71 + "id": "quest_points",
72 + "editable": false
73 + },
74 + {
75 + "id": "domain",
76 + "editable": false
77 + }
78 + ]
79 + }
80 +}
81 +{{/liveData}}
41 41  
42 42  = Walkthrough on any Quests =
43 43