Changes for page Contribute

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

From version 2.1
edited by Espen Solbu
on 2026/05/25 18:57
Change comment: There is no comment for this version
To version 10.1
edited by Espen Solbu
on 2026/05/25 19:29
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -25,7 +25,7 @@
25 25  
26 26  As i dont have characters in all guilds, i dont have every quest listed. I would appreciate it if those that have the below quests listed, if they could send me the output of "quest xxx".
27 27  
28 -Or go to [[Quests>>doc:MUD.Quests.WebHome]] and "Create new" yourself.
28 +Or click [[Create Quest>>https://xwiki.onomato.biz/bin/create/MUD/Quests/WebHome?templateprovider=MUD.Code.Templates.QuestTemplateProvider]] and create it yourself.
29 29  
30 30  If possible, please also send me the guild the char that could list the quest was
31 31  
... ... @@ -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  
... ... @@ -44,11 +44,39 @@
44 44  
45 45  = Copy-Paste of contents =
46 46  
47 -Any page with "need-paste" tag typically need more content.
62 +Any page with "need-paste" tag typically need more content. You can see all these pages [[here>>https://xwiki.onomato.biz/bin/view/Main/Tags?do=viewTag&tag=needs-paste]]
48 48  
49 49  * Spells: For Spells we want "help <spellname>"
65 +* Items: For items we typically want "view <item>"
50 50  
51 51  
52 52  
69 += Editor Tips =
53 53  
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 +
54 54