Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
9.1 | 1 | ## xwiki-migration:create-button-begin |
| 2 | {{velocity}} | ||
| 3 | {{html clean="false"}} | ||
| 4 | <p class="xm-create-button"><a class="btn btn-primary" href="$doc.getURL('create', 'templateprovider=MUD.Code.Templates.SpellTemplateProvider')"><span class="fa fa-plus"></span> New Spell</a></p> | ||
| 5 | {{/html}} | ||
| 6 | {{/velocity}} | ||
| 7 | ## xwiki-migration:create-button-end | ||
| 8 | |||
| |
7.1 | 9 | {{liveData |
| 10 | id="mud-spells-arcane" | ||
| 11 | source="liveTable" | ||
| 12 | sourceParameters="className=MUD.Code.SpellClass&translationPrefix=mud.spells.&location=MUD.Spells.Arcane" | ||
| 13 | properties="doc.title,spell_type,sphere,category,level,target_type,gp_cost,cast_time,source" | ||
| 14 | sort="doc.title" | ||
| 15 | }} | ||
| 16 | { | ||
| 17 | "meta": { | ||
| 18 | "propertyDescriptors": [ | ||
| 19 | { | ||
| 20 | "id": "doc.title", | ||
| 21 | "name": "Spell", | ||
| 22 | "editable": false | ||
| 23 | }, | ||
| 24 | { | ||
| 25 | "id": "spell_type", | ||
| 26 | "editable": false | ||
| 27 | }, | ||
| 28 | { | ||
| 29 | "id": "sphere", | ||
| 30 | "editable": false | ||
| 31 | }, | ||
| 32 | { | ||
| 33 | "id": "category", | ||
| 34 | "editable": false | ||
| 35 | }, | ||
| 36 | { | ||
| 37 | "id": "level", | ||
| 38 | "editable": false | ||
| 39 | }, | ||
| 40 | { | ||
| 41 | "id": "target_type", | ||
| 42 | "editable": false | ||
| 43 | }, | ||
| 44 | { | ||
| 45 | "id": "gp_cost", | ||
| 46 | "editable": false | ||
| 47 | }, | ||
| 48 | { | ||
| 49 | "id": "cast_time", | ||
| 50 | "editable": false | ||
| 51 | }, | ||
| 52 | { | ||
| 53 | "id": "source", | ||
| 54 | "editable": false | ||
| 55 | } | ||
| 56 | ] | ||
| 57 | } | ||
| 58 | } | ||
| 59 | {{/liveData}} | ||
| 60 | |||
| 61 | ---- | ||
| 62 | |||
| |
6.1 | 63 | {{excerpt atlassian-macro-output-type="INLINE"}} |
| 64 | This page collects the Arcane spells of Final Realms. Go into the various schools to add a new spell | ||
| 65 | {{/excerpt}} | ||
| 66 | |||
| 67 | (% xmlns:ac="http://atlassian.com/content" xmlns:ri="http://atlassian.com/resource/identifier" %) | ||
| 68 | \\ | ||
| 69 | |||
| 70 | {{children/}} | ||
| 71 | |||
| 72 | {{detailssummary headings="Category,Sphere,Level,Source" cql="label = ~"spell~" and space = currentSpace() and ancestor = currentContent()"/}} |