| ... |
... |
@@ -1,13 +7,7 @@ |
| 1 |
|
-{{velocity}} |
| 2 |
|
-{{html clean="false"}} |
| 3 |
|
-<p class="xm-create-button xm-create-button-weapons"><a class="btn btn-primary" href="$doc.getURL('create', 'templateprovider=MUD.Code.Templates.WeaponTemplateProvider')"><span class="fa fa-plus"></span> New Weapon</a></p> |
| 4 |
|
-{{/html}} |
| 5 |
|
-{{/velocity}} |
| 6 |
|
- |
| 7 |
7 |
{{liveData |
| 8 |
8 |
id="mud-weapons-piercing" |
| 9 |
9 |
source="liveTable" |
| 10 |
|
- sourceParameters="className=MUD.Code.WeaponClass&translationPrefix=mud.weapons.&location=MUD.Items.Weapons.Piercing" |
|
4 |
+ sourceParameters="className=MUD.Code.WeaponClass&translationPrefix=platform.index.&location=MUD.Items.Weapons.Piercing" |
| 11 |
11 |
properties="doc.title,judge,hands,damage_type,quality,source,quest_required" |
| 12 |
12 |
sort="doc.title" |
| 13 |
13 |
}} |
| ... |
... |
@@ -50,6 +50,10 @@ |
| 50 |
50 |
|
| 51 |
51 |
---- |
| 52 |
52 |
|
| 53 |
|
-{{create-from-template templateName="17858610" templateId="17858610" buttonLabel="Add new Weapon"/}} |
|
47 |
+{{velocity}} |
|
48 |
+{{html clean="false"}} |
|
49 |
+<p class="xm-create-button xm-create-button-weapons"><a class="btn btn-primary" href="$doc.getURL('create', 'templateprovider=MUD.Code.Templates.WeaponTemplateProvider')"><span class="fa fa-plus"></span> New Weapon</a></p> |
|
50 |
+{{/html}} |
|
51 |
+{{/velocity}} |
| 54 |
54 |
|
| 55 |
|
-{{detailssummary cql="label = ~"equipment~" and space = currentSpace() and ancestor = currentContent()"/}} |
|
53 |
+ |