Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | ## xwiki-migration: livetable-begin | ||
| 2 | {{liveData | ||
| 3 | id="mud-armour-waist" | ||
| 4 | source="liveTable" | ||
| 5 | sourceParameters="className=MUD.Code.ArmourClass&translationPrefix=mud.armour." | ||
| 6 | properties="doc.title,judge,location,ac,material,type_,quality,source" | ||
| 7 | sort="doc.title" | ||
| 8 | }} | ||
| 9 | { | ||
| 10 | "meta": { | ||
| 11 | "propertyDescriptors": [ | ||
| 12 | { | ||
| 13 | "id": "doc.title", | ||
| 14 | "name": "Armour", | ||
| 15 | "editable": false | ||
| 16 | }, | ||
| 17 | { | ||
| 18 | "id": "judge", | ||
| 19 | "editable": false | ||
| 20 | }, | ||
| 21 | { | ||
| 22 | "id": "location", | ||
| 23 | "editable": false | ||
| 24 | }, | ||
| 25 | { | ||
| 26 | "id": "ac", | ||
| 27 | "editable": false | ||
| 28 | }, | ||
| 29 | { | ||
| 30 | "id": "material", | ||
| 31 | "editable": false | ||
| 32 | }, | ||
| 33 | { | ||
| 34 | "id": "type_", | ||
| 35 | "editable": false | ||
| 36 | }, | ||
| 37 | { | ||
| 38 | "id": "quality", | ||
| 39 | "editable": false | ||
| 40 | }, | ||
| 41 | { | ||
| 42 | "id": "source", | ||
| 43 | "editable": false | ||
| 44 | } | ||
| 45 | ] | ||
| 46 | }, | ||
| 47 | "query": { | ||
| 48 | "filters": [ | ||
| 49 | { | ||
| 50 | "property": "doc.location", | ||
| 51 | "constraints": [ | ||
| 52 | { | ||
| 53 | "operator": "startsWith", | ||
| 54 | "value": "MUD.Items.Armour.Waist" | ||
| 55 | } | ||
| 56 | ] | ||
| 57 | } | ||
| 58 | ] | ||
| 59 | } | ||
| 60 | } | ||
| 61 | {{/liveData}} | ||
| 62 | ## xwiki-migration: livetable-end | ||
| 63 | |||
| 64 | ---- | ||
| 65 | |||
| 66 | {{create-from-template templateName="17858566" templateId="17858566" buttonLabel="Create new Armour"/}} | ||
| 67 | |||
| 68 | {{detailssummary cql="label = ~"equipment~" and space = currentSpace() and ancestor = currentContent()"/}} |