Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
9.1 | 1 | {{velocity}} |
| 2 | {{html clean="false"}} | ||
| 3 | <p class="xm-create-button xm-create-button-commands"><a class="btn btn-primary" href="$doc.getURL('create', 'templateprovider=MUD.Code.Templates.CommandTemplateProvider')"><span class="fa fa-plus"></span> New Command</a></p> | ||
| 4 | {{/html}} | ||
| 5 | {{/velocity}} | ||
| 6 | |||
| |
7.1 | 7 | {{liveData |
| 8 | id="mud-commands" | ||
| 9 | source="liveTable" | ||
| 10 | sourceParameters="className=MUD.Code.CommandClass&translationPrefix=mud.commands." | ||
| 11 | properties="doc.title,target_type,guilds,gp_cost,lockout,all_lockout,source" | ||
| 12 | sort="doc.title" | ||
| 13 | }} | ||
| 14 | { | ||
| 15 | "meta": { | ||
| 16 | "propertyDescriptors": [ | ||
| 17 | { | ||
| 18 | "id": "doc.title", | ||
| 19 | "name": "Command", | ||
| 20 | "editable": false | ||
| 21 | }, | ||
| 22 | { | ||
| 23 | "id": "target_type", | ||
| 24 | "editable": false | ||
| 25 | }, | ||
| 26 | { | ||
| 27 | "id": "guilds", | ||
| 28 | "editable": false | ||
| 29 | }, | ||
| 30 | { | ||
| 31 | "id": "gp_cost", | ||
| 32 | "editable": false | ||
| 33 | }, | ||
| 34 | { | ||
| 35 | "id": "lockout", | ||
| 36 | "editable": false | ||
| 37 | }, | ||
| 38 | { | ||
| 39 | "id": "all_lockout", | ||
| 40 | "editable": false | ||
| 41 | }, | ||
| 42 | { | ||
| 43 | "id": "source", | ||
| 44 | "editable": false | ||
| 45 | } | ||
| 46 | ] | ||
| 47 | } | ||
| 48 | } | ||
| 49 | {{/liveData}} | ||
| 50 | |||
| 51 | ---- | ||
| 52 | |||
| |
6.1 | 53 | {{create-from-template templateName="17858580" templateId="17858580" buttonLabel="Add new Command"/}} |
| 54 | |||
| |
8.1 | 55 |