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
on 2026/05/25 19:02
Change comment:
There is no comment for this version
To version 12.1
edited by Espen Solbu
on 2026/05/25 19:51
on 2026/05/25 19:51
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -36,8 +36,23 @@ 36 36 37 37 38 38 39 -= Walkthrough on High Priority Quests=39 += Missing Walkthrough = 40 40 41 +{{liveData id="contribute-unsolved-quests" source="liveTable" sourceParameters="className=MUD.Code.QuestClass&translationPrefix=mud.quests.&walkthrough=No" properties="doc.title,id_,tier,suited_for,quest_level,quest_points,domain" sort="doc.title"}} 42 +{ 43 + "meta": { 44 + "propertyDescriptors": [ 45 + {"id": "doc.title", "name": "Quest", "editable": false}, 46 + {"id": "id_", "editable": false}, 47 + {"id": "tier", "editable": false}, 48 + {"id": "suited_for", "editable": false}, 49 + {"id": "quest_level", "editable": false}, 50 + {"id": "quest_points", "editable": false}, 51 + {"id": "domain", "editable": false} 52 + ] 53 + } 54 +} 55 +{{/liveData}} 41 41 42 42 = Walkthrough on any Quests = 43 43 ... ... @@ -51,5 +51,32 @@ 51 51 52 52 53 53 69 += Editor Tips = 54 54 71 +To insert tables, use the WIKI editor (not WYSIWYG), The example below contains a preset filter to "Walkthrough=No" 72 + 73 +{{code language="velocity"}} 74 +{{liveData 75 + id="contribute-unsolved-quests" 76 + source="liveTable" 77 + sourceParameters="className=MUD.Code.QuestClass&translationPrefix=mud.quests.&walkthrough=No" 78 + properties="doc.title,id_,tier,suited_for,quest_level,quest_points,domain" 79 + sort="doc.title" 80 +}} 81 +{ 82 + "meta": { 83 + "propertyDescriptors": [ 84 + {"id": "doc.title", "name": "Quest", "editable": false}, 85 + {"id": "id_", "editable": false}, 86 + {"id": "tier", "editable": false}, 87 + {"id": "suited_for", "editable": false}, 88 + {"id": "quest_level", "editable": false}, 89 + {"id": "quest_points", "editable": false}, 90 + {"id": "domain", "editable": false} 91 + ] 92 + } 93 +} 94 +{{/liveData}} 95 +{{/code}} 96 + 55 55