Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 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 | {{liveData | ||
| 8 | id="mud-runes" | ||
| 9 | source="liveTable" | ||
| 10 | sourceParameters="className=MUD.Code.RuneClass&translationPrefix=platform.index." | ||
| 11 | properties="doc.title,cost,level,source,commands" | ||
| 12 | sort="doc.title" | ||
| 13 | }} | ||
| 14 | { | ||
| 15 | "meta": { | ||
| 16 | "propertyDescriptors": [ | ||
| 17 | { | ||
| 18 | "id": "doc.title", | ||
| 19 | "name": "Rune", | ||
| 20 | "editable": false | ||
| 21 | }, | ||
| 22 | { | ||
| 23 | "id": "cost", | ||
| 24 | "editable": false | ||
| 25 | }, | ||
| 26 | { | ||
| 27 | "id": "level", | ||
| 28 | "editable": false | ||
| 29 | }, | ||
| 30 | { | ||
| 31 | "id": "source", | ||
| 32 | "editable": false | ||
| 33 | }, | ||
| 34 | { | ||
| 35 | "id": "commands", | ||
| 36 | "editable": false | ||
| 37 | } | ||
| 38 | ] | ||
| 39 | } | ||
| 40 | } | ||
| 41 | {{/liveData}} | ||
| 42 | |||
| 43 | ---- |