Changes for page Runes

Last modified by test user on 2026/05/27 12:59

From version 5.1
edited by test user
on 2026/05/25 20:21
Change comment: There is no comment for this version
To version 6.1
edited by test user
on 2026/05/26 20:57
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,13 +7,7 @@
1 -{{velocity}}
2 -{{html clean="false"}}
3 -<p class="xm-create-button xm-create-button-runes"><a class="btn btn-primary" href="$doc.getURL('create', 'templateprovider=MUD.Code.Templates.RuneTemplateProvider')"><span class="fa fa-plus"></span> New Rune</a></p>
4 -{{/html}}
5 -{{/velocity}}
6 -
7 7  {{liveData
8 8   id="mud-runes"
9 9   source="liveTable"
10 - sourceParameters="className=MUD.Code.RuneClass&translationPrefix=mud.runes."
4 + sourceParameters="className=MUD.Code.RuneClass&translationPrefix=platform.index."
11 11   properties="doc.title,cost,level,source,commands"
12 12   sort="doc.title"
13 13  }}
... ... @@ -42,5 +42,10 @@
42 42  
43 43  ----
44 44  
39 +{{velocity}}
40 +{{html clean="false"}}
41 +<p class="xm-create-button xm-create-button-runes"><a class="btn btn-primary" href="$doc.getURL('create', 'templateprovider=MUD.Code.Templates.RuneTemplateProvider')"><span class="fa fa-plus"></span> New Rune</a></p>
42 +{{/html}}
43 +{{/velocity}}
45 45  
46 46