Changes for page Significant NPC's

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

From version 6.1
edited by Espen Solbu
on 2020/03/26 23:54
Change comment: There is no comment for this version
To version 8.1
edited by test user
on 2026/05/26 18:45
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.eso
1 +XWiki.TestUser
Content
... ... @@ -1,3 +1,43 @@
1 +{{velocity}}
2 +{{html clean="false"}}
3 +<p class="xm-create-button xm-create-button-npcs"><a class="btn btn-primary" href="$doc.getURL('create', 'templateprovider=MUD.Code.Templates.NPCTemplateProvider')"><span class="fa fa-plus"></span> New Npc</a></p>
4 +{{/html}}
5 +{{/velocity}}
6 +
7 +{{liveData
8 + id="mud-npcs"
9 + source="liveTable"
10 + sourceParameters="className=MUD.Code.NPCClass&translationPrefix=mud.npcs."
11 + properties="doc.title,race,alignment,location_text"
12 + sort="doc.title"
13 +}}
14 +{
15 + "meta": {
16 + "propertyDescriptors": [
17 + {
18 + "id": "doc.title",
19 + "name": "Npc",
20 + "editable": false
21 + },
22 + {
23 + "id": "race",
24 + "editable": false
25 + },
26 + {
27 + "id": "alignment",
28 + "editable": false
29 + },
30 + {
31 + "id": "location_text",
32 + "editable": false
33 + }
34 + ]
35 + }
36 +}
37 +{{/liveData}}
38 +
39 +----
40 +
1 1  (% xmlns:ac="http://atlassian.com/content" xmlns:ri="http://atlassian.com/resource/identifier" %)
2 2  {{create-from-template templateName="17858609" templateId="17858609" buttonLabel="Create new NPC"/}}{{create-from-template templateName="17858576" templateId="17858576" buttonLabel="Create new Trainer"/}}
3 3