Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
20.1 | 1 | {{velocity}} |
| 2 | {{html clean="false"}} | ||
| 3 | <p class="xm-create-button xm-create-button-quests"><a class="btn btn-primary" href="$doc.getURL('create', 'templateprovider=MUD.Code.Templates.QuestTemplateProvider')"><span class="fa fa-plus"></span> New Quest</a></p> | ||
| 4 | {{/html}} | ||
| 5 | {{/velocity}} | ||
| 6 | |||
| |
15.1 | 7 | {{liveData |
| 8 | id="mud-quests" | ||
| 9 | source="liveTable" | ||
| |
19.1 | 10 | sourceParameters="className=MUD.Code.QuestClass&translationPrefix=platform.index." |
| |
15.1 | 11 | properties="doc.title,id_,tier,suited_for,walkthrough,quest_level,quest_points,domain" |
| 12 | sort="doc.title" | ||
| 13 | }} | ||
| 14 | { | ||
| 15 | "meta": { | ||
| 16 | "propertyDescriptors": [ | ||
| 17 | { | ||
| 18 | "id": "doc.title", | ||
| 19 | "name": "Quest", | ||
| 20 | "editable": false | ||
| 21 | }, | ||
| 22 | { | ||
| 23 | "id": "id_", | ||
| 24 | "editable": false | ||
| 25 | }, | ||
| 26 | { | ||
| 27 | "id": "tier", | ||
| 28 | "editable": false | ||
| 29 | }, | ||
| 30 | { | ||
| 31 | "id": "suited_for", | ||
| 32 | "editable": false | ||
| 33 | }, | ||
| 34 | { | ||
| 35 | "id": "walkthrough", | ||
| 36 | "editable": false | ||
| 37 | }, | ||
| 38 | { | ||
| 39 | "id": "quest_level", | ||
| 40 | "editable": false | ||
| 41 | }, | ||
| 42 | { | ||
| 43 | "id": "quest_points", | ||
| 44 | "editable": false | ||
| 45 | }, | ||
| 46 | { | ||
| 47 | "id": "domain", | ||
| 48 | "editable": false | ||
| 49 | } | ||
| 50 | ] | ||
| 51 | } | ||
| 52 | } | ||
| 53 | {{/liveData}} | ||
| 54 | |||
| 55 | ---- | ||
| 56 | |||
| |
14.1 | 57 | |
| |
16.1 | 58 |