Wiki source code of Significant NPC's
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
8.1 | 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.1 | 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 | |||
| |
6.1 | 41 | (% xmlns:ac="http://atlassian.com/content" xmlns:ri="http://atlassian.com/resource/identifier" %) |
| 42 | {{create-from-template templateName="17858609" templateId="17858609" buttonLabel="Create new NPC"/}}{{create-from-template templateName="17858576" templateId="17858576" buttonLabel="Create new Trainer"/}} | ||
| 43 | |||
| 44 | (% xmlns:ac="http://atlassian.com/content" xmlns:ri="http://atlassian.com/resource/identifier" %) | ||
| 45 | |||
| 46 | |||
| 47 | (% xmlns:ac="http://atlassian.com/content" xmlns:ri="http://atlassian.com/resource/identifier" %) | ||
| 48 | == {{id name="SignificantNPC's-Trainers"/}}Trainers == | ||
| 49 | |||
| 50 | {{detailssummary id="trainer" cql="label = ~"npc~" and space = currentSpace()"/}} | ||
| 51 | |||
| 52 | (% xmlns:ac="http://atlassian.com/content" xmlns:ri="http://atlassian.com/resource/identifier" %) | ||
| 53 | |||
| 54 | |||
| 55 | (% xmlns:ac="http://atlassian.com/content" xmlns:ri="http://atlassian.com/resource/identifier" %) | ||
| 56 | == {{id name="SignificantNPC's-NPCs"/}}NPCs == | ||
| 57 | |||
| 58 | {{contentbylabel showLabels="false" showSpace="false" cql="label = ~"npc~""/}} | ||
| 59 | |||
| 60 | (% xmlns:ac="http://atlassian.com/content" xmlns:ri="http://atlassian.com/resource/identifier" %) | ||
| 61 | |||
| 62 | |||
| 63 | (% xmlns:ac="http://atlassian.com/content" xmlns:ri="http://atlassian.com/resource/identifier" %) | ||
| 64 | Unknown domain | ||
| 65 | |||
| 66 | {{children/}} |