Changes for page Contribute
Last modified by test user on 2026/05/26 17:29
From version 10.1
edited by Espen Solbu
on 2026/05/25 19:29
on 2026/05/25 19:29
Change comment:
There is no comment for this version
To version 6.1
edited by Espen Solbu
on 2026/05/25 19:22
on 2026/05/25 19:22
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -38,7 +38,14 @@ 38 38 39 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"}} 41 +((( 42 +{{{{{liveData 43 + id="contribute-unsolved-quests" 44 + source="liveTable" 45 + sourceParameters="className=MUD.Code.QuestClass&translationPrefix=mud.quests.&walkthrough=No" 46 + properties="doc.title,id_,tier,suited_for,quest_level,quest_points,domain" 47 + sort="doc.title" 48 +}} 42 42 { 43 43 "meta": { 44 44 "propertyDescriptors": [ ... ... @@ -52,7 +52,8 @@ 52 52 ] 53 53 } 54 54 } 55 -{{/liveData}} 62 +{{/liveData}}}}} 63 +))) 56 56 57 57 = Walkthrough on any Quests = 58 58 ... ... @@ -66,32 +66,5 @@ 66 66 67 67 68 68 69 -= Editor Tips = 70 70 71 -To insert tables, use the WIKI editor (not WYSIWYG), The example below contains a preset filter to "Walkthrough=No" 72 - 73 -{{{{{liveData 74 - id="contribute-unsolved-quests" 75 - source="liveTable" 76 - sourceParameters="className=MUD.Code.QuestClass&translationPrefix=mud.quests.&walkthrough=No" 77 - properties="doc.title,id_,tier,suited_for,quest_level,quest_points,domain" 78 - sort="doc.title" 79 -}} 80 -{ 81 - "meta": { 82 - "propertyDescriptors": [ 83 - {"id": "doc.title", "name": "Quest", "editable": false}, 84 - {"id": "id_", "editable": false}, 85 - {"id": "tier", "editable": false}, 86 - {"id": "suited_for", "editable": false}, 87 - {"id": "quest_level", "editable": false}, 88 - {"id": "quest_points", "editable": false}, 89 - {"id": "domain", "editable": false} 90 - ] 91 - } 92 -} 93 -{{/liveData}}}}} 94 - 95 - 96 - 97 97