| ... |
... |
@@ -1,7 +1,15 @@ |
|
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 |
+ |
| 1 |
1 |
{{liveData |
| 2 |
2 |
id="mud-spells" |
| 3 |
3 |
source="liveTable" |
| 4 |
|
- sourceParameters="className=MUD.Code.SpellClass&translationPrefix=platform.index." |
|
12 |
+ sourceParameters="className=MUD.Code.SpellClass&translationPrefix=mud.spells." |
| 5 |
5 |
properties="doc.title,spell_type,sphere,category,level,target_type,gp_cost,cast_time,source" |
| 6 |
6 |
sort="doc.title" |
| 7 |
7 |
}} |
| ... |
... |
@@ -52,11 +52,7 @@ |
| 52 |
52 |
|
| 53 |
53 |
---- |
| 54 |
54 |
|
| 55 |
|
-{{velocity}} |
| 56 |
|
-{{html clean="false"}} |
| 57 |
|
-<p class="xm-create-button xm-create-button-spells"><a class="btn btn-primary" href="$doc.getURL('create', 'templateprovider=MUD.Code.Templates.SpellTemplateProvider')"><span class="fa fa-plus"></span> New Spell</a></p> |
| 58 |
|
-{{/html}} |
| 59 |
|
-{{/velocity}} |
|
63 |
+{{detailssummary showCommentsCount="true" headings="Spell Type,Sphere,Source" sortBy="Title" cql="label = ~"spell~" and space = currentSpace()"/}} |
| 60 |
60 |
|
| 61 |
61 |
(% xmlns:ac="http://atlassian.com/content" xmlns:ri="http://atlassian.com/resource/identifier" %) |
| 62 |
62 |
|