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
Change comment: There is no comment for this version
To version 14.1
edited by Espen Solbu
on 2026/05/26 04:05
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -70,7 +70,10 @@
70 70  
71 71  To insert tables, use the WIKI editor (not WYSIWYG), The example below contains a preset filter to "Walkthrough=No"
72 72  
73 -{{{{{liveData
73 +Or Use the Macro "Mud Live Table"
74 +
75 +{{code language="velocity"}}
76 +{{liveData
74 74   id="contribute-unsolved-quests"
75 75   source="liveTable"
76 76   sourceParameters="className=MUD.Code.QuestClass&translationPrefix=mud.quests.&walkthrough=No"
... ... @@ -90,8 +90,11 @@
90 90   ]
91 91   }
92 92  }
93 -{{/liveData}}}}}
96 +{{/liveData}}
97 +{{/code}}
94 94  
99 +Here you can also clamp the table to only take pages from certain locations in the hierarchy by using the "location" sourceParameter
95 95  
96 -
97 -
101 +{{code}}
102 +sourceParameters="className=MUD.Code.ScrollClass&translationPrefix=mud.scrolls.&location=MUD.Items.Scrolls.Arcane Scrolls"
103 +{{/code}}