Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,8 +1,9 @@ 1 1 {{liveData 2 2 id="mud-weapons" 3 3 source="liveTable" 4 - sourceParameters="className=MUD.Code.WeaponClass" 5 - properties="doc.name,judge,hands,damage_type,quality,source,quest_required" 4 + sourceParameters="className=MUD.Code.WeaponClass&translationPrefix=mud.weapons." 5 + properties="doc.title,judge,hands,damage_type,quality,source,quest_required" 6 + sort="doc.title" 6 6 /}} 7 7 8 8 ---- ... ... @@ -13,4 +13,5 @@ 13 13 14 14 {{children/}} 15 15 16 -{{detailssummary pageSize="99" cql="label = ~"equipment~" and space = currentSpace() and ancestor = currentContent()"/}} 17 +{{detailssummary pageSize="99" cql="label = ~\"equipment~\" and space = currentSpace() and ancestor = currentContent()"/}} 18 +