Changes for page Contribute

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

From version 6.1
edited by Espen Solbu
on 2026/05/25 19:22
Change comment: There is no comment for this version
To version 11.1
edited by Espen Solbu
on 2026/05/25 19:30
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -38,14 +38,7 @@
38 38  
39 39  = Missing Walkthrough =
40 40  
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 -}}
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"}}
49 49  {
50 50   "meta": {
51 51   "propertyDescriptors": [
... ... @@ -59,8 +59,7 @@
59 59   ]
60 60   }
61 61  }
62 -{{/liveData}}}}}
63 -)))
55 +{{/liveData}}
64 64  
65 65  = Walkthrough on any Quests =
66 66  
... ... @@ -74,5 +74,33 @@
74 74  
75 75  
76 76  
69 += Editor Tips =
77 77  
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 +
97 +
78 78