Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | {{liveData | ||
| 2 | id="mud-weapons" | ||
| 3 | source="liveTable" | ||
| 4 | sourceParameters="className=MUD.Code.WeaponClass" | ||
| 5 | properties="doc.title,judge,hands,damage_type,quality,source,quest_required" | ||
| 6 | sort="doc.title" | ||
| 7 | editable="false" | ||
| 8 | }} | ||
| 9 | { | ||
| 10 | "meta": { | ||
| 11 | "propertyDescriptors": [ | ||
| 12 | { | ||
| 13 | "id": "doc.title", | ||
| 14 | "name": "Weapon", | ||
| 15 | "displayer": { | ||
| 16 | "id": "doc" | ||
| 17 | }, | ||
| 18 | "filterable": true, | ||
| 19 | "sortable": true | ||
| 20 | }, | ||
| 21 | { | ||
| 22 | "id": "judge", | ||
| 23 | "name": "Judge", | ||
| 24 | "filter": { | ||
| 25 | "id": "list", | ||
| 26 | "multiple": true | ||
| 27 | } | ||
| 28 | }, | ||
| 29 | { | ||
| 30 | "id": "hands", | ||
| 31 | "name": "Hands", | ||
| 32 | "filter": { | ||
| 33 | "id": "list", | ||
| 34 | "multiple": true | ||
| 35 | } | ||
| 36 | }, | ||
| 37 | { | ||
| 38 | "id": "damage_type", | ||
| 39 | "name": "Damage Type", | ||
| 40 | "filter": { | ||
| 41 | "id": "list", | ||
| 42 | "multiple": true | ||
| 43 | } | ||
| 44 | }, | ||
| 45 | { | ||
| 46 | "id": "quality", | ||
| 47 | "name": "Quality", | ||
| 48 | "filter": { | ||
| 49 | "id": "list", | ||
| 50 | "multiple": true | ||
| 51 | } | ||
| 52 | }, | ||
| 53 | { | ||
| 54 | "id": "source", | ||
| 55 | "name": "Source" | ||
| 56 | }, | ||
| 57 | { | ||
| 58 | "id": "quest_required", | ||
| 59 | "name": "Quest Required" | ||
| 60 | } | ||
| 61 | ] | ||
| 62 | } | ||
| 63 | } | ||
| 64 | {{/liveData}} | ||
| 65 | |||
| 66 | ---- | ||
| 67 | |||
| 68 | {{info}}Legacy macros below (currently unrendered): keep, adjust, or remove.{{/info}} | ||
| 69 | |||
| 70 | {{create-from-template templateName="17858610" templateId="17858610" buttonLabel="Add new Weapon"/}} | ||
| 71 | |||
| 72 | {{children/}} | ||
| 73 | |||
| 74 | {{detailssummary pageSize="99" cql="label = ~\"equipment~\" and space = currentSpace() and ancestor = currentContent()"/}} |