Changes for page Contribute
Last modified by test user on 2026/05/26 17:29
From version 5.1
edited by Espen Solbu
on 2026/05/25 19:05
on 2026/05/25 19:05
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
-
... ... @@ -38,43 +38,17 @@ 38 38 39 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"}}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 42 { 43 43 "meta": { 44 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 - } 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} 78 78 ] 79 79 } 80 80 } ... ... @@ -92,5 +92,32 @@ 92 92 93 93 94 94 69 += Editor Tips = 95 95 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 + 96 96