Changes for page Mud

Last modified by Espen Solbu on 2026/05/25 19:03

From version 34.1
edited by test user
on 2026/05/24 18:28
Change comment: There is no comment for this version
To version 36.1
edited by test user
on 2026/05/24 18:36
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,4 +1,141 @@
1 +<!-- xwiki-migration: curated-section MUD-landing-high-priority BEGIN -->
2 += High priority unsolved quests =
3 +
4 +== Legendary (unsolved) ==
5 +
1 1  {{liveData
7 + id="mud-landing-hp-legendary"
8 + source="liveTable"
9 + sourceParameters="className=MUD.Code.QuestClass&translationPrefix=mud.quests.&walkthrough=No&tier=Legendary"
10 + properties="doc.title,id_,tier,suited_for,quest_level,domain"
11 + sort="quest_level"
12 +}}
13 +{
14 + "meta": {
15 + "propertyDescriptors": [
16 + {
17 + "id": "doc.title",
18 + "editable": false,
19 + "name": "Quest"
20 + },
21 + {
22 + "id": "id_",
23 + "editable": false
24 + },
25 + {
26 + "id": "tier",
27 + "editable": false
28 + },
29 + {
30 + "id": "suited_for",
31 + "editable": false
32 + },
33 + {
34 + "id": "quest_level",
35 + "editable": false
36 + },
37 + {
38 + "id": "domain",
39 + "editable": false
40 + }
41 + ]
42 + }
43 +}
44 +{{/liveData}}
45 +
46 +
47 +== Superior (unsolved) ==
48 +
49 +{{liveData
50 + id="mud-landing-hp-superior"
51 + source="liveTable"
52 + sourceParameters="className=MUD.Code.QuestClass&translationPrefix=mud.quests.&walkthrough=No&tier=Superior"
53 + properties="doc.title,id_,tier,suited_for,quest_level,domain"
54 + sort="quest_level"
55 +}}
56 +{
57 + "meta": {
58 + "propertyDescriptors": [
59 + {
60 + "id": "doc.title",
61 + "editable": false,
62 + "name": "Quest"
63 + },
64 + {
65 + "id": "id_",
66 + "editable": false
67 + },
68 + {
69 + "id": "tier",
70 + "editable": false
71 + },
72 + {
73 + "id": "suited_for",
74 + "editable": false
75 + },
76 + {
77 + "id": "quest_level",
78 + "editable": false
79 + },
80 + {
81 + "id": "domain",
82 + "editable": false
83 + }
84 + ]
85 + }
86 +}
87 +{{/liveData}}
88 +
89 +
90 +== Raid (unsolved) ==
91 +
92 +{{liveData
93 + id="mud-landing-hp-raid"
94 + source="liveTable"
95 + sourceParameters="className=MUD.Code.QuestClass&translationPrefix=mud.quests.&walkthrough=No&suited_for=Raid"
96 + properties="doc.title,id_,tier,suited_for,quest_level,domain"
97 + sort="quest_level"
98 +}}
99 +{
100 + "meta": {
101 + "propertyDescriptors": [
102 + {
103 + "id": "doc.title",
104 + "editable": false,
105 + "name": "Quest"
106 + },
107 + {
108 + "id": "id_",
109 + "editable": false
110 + },
111 + {
112 + "id": "tier",
113 + "editable": false
114 + },
115 + {
116 + "id": "suited_for",
117 + "editable": false
118 + },
119 + {
120 + "id": "quest_level",
121 + "editable": false
122 + },
123 + {
124 + "id": "domain",
125 + "editable": false
126 + }
127 + ]
128 + }
129 +}
130 +{{/liveData}}
131 +
132 +<!-- xwiki-migration: curated-section MUD-landing-high-priority END -->
133 +
134 +----
135 +
136 += High priority unsolved quests =
137 +
138 +{{liveData
2 2   id="mud-quests-high-priority-unsolved"
3 3   source="liveTable"
4 4   sourceParameters="className=MUD.Code.QuestClass&translationPrefix=mud.quests.&resultPage=MUD.Code.QuestsHighPriorityResults"