Wiki source code of Bardic

Version 6.1 by test user on 2026/05/25 08:58

Show last authors
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
9 {{liveData
10 id="mud-spells-arcane-bardic"
11 source="liveTable"
12 sourceParameters="className=MUD.Code.SpellClass&translationPrefix=mud.spells.&location=MUD.Spells.Arcane.Bardic"
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
63 {{create-from-template templateName="17858564" templateId="17858564" buttonLabel="New Spell"/}}
64
65 {{detailssummary headings="Category,Sphere,Level,Source" cql="label = ~"spell~" and space = currentSpace() and ancestor = currentContent()"/}}