From 43032fd75dad41ceae4fe33c154c0a37953cb79b Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Fri, 26 Feb 2021 02:24:00 +0100 Subject: [PATCH] Do some cleanup --- src/templates/actor/partials/item-list-entry.hbs | 1 - src/templates/actor/partials/item-list-header.hbs | 1 - src/templates/actor/partials/overview-add-button.hbs | 3 +-- src/templates/actor/partials/talent-rank-equation.hbs | 5 +++++ 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/templates/actor/partials/item-list-entry.hbs b/src/templates/actor/partials/item-list-entry.hbs index afa82e36..f74093b6 100644 --- a/src/templates/actor/partials/item-list-entry.hbs +++ b/src/templates/actor/partials/item-list-entry.hbs @@ -2,7 +2,6 @@ !-- Render an item list entry row. !-- If the partial is called with a partial block, the partial block !-- content is inserted before the description. - !-- @param itemData: The data of the item. !-- @param isEquipable: A flag to enable the equipped column. !-- @param hasQuantity: A flag to enable the quantity column. diff --git a/src/templates/actor/partials/item-list-header.hbs b/src/templates/actor/partials/item-list-header.hbs index b9b1cf9c..4a478e3b 100644 --- a/src/templates/actor/partials/item-list-header.hbs +++ b/src/templates/actor/partials/item-list-header.hbs @@ -2,7 +2,6 @@ !-- Render an item list header row. !-- If the partial is called with a partial block, the partial block !-- content is inserted before the description heading. -!-- !-- @param isEquipable: A flag to enable the equipped column. !-- @param hasQuantity: A flag to enable the quantity column. !-- @param hideDescription: A flag to disable the description column. diff --git a/src/templates/actor/partials/overview-add-button.hbs b/src/templates/actor/partials/overview-add-button.hbs index c0e7d183..ad60bc7f 100644 --- a/src/templates/actor/partials/overview-add-button.hbs +++ b/src/templates/actor/partials/overview-add-button.hbs @@ -1,7 +1,6 @@ {{! !-- Render an "add" button for adding an item of given data type. -!-- -!-- @param datType: hand over the dataType to the partial as hash parameter +!-- @param dataType: hand over the dataType to the partial as hash parameter }}
diff --git a/src/templates/actor/partials/talent-rank-equation.hbs b/src/templates/actor/partials/talent-rank-equation.hbs index 8304fc96..e6e2f052 100644 --- a/src/templates/actor/partials/talent-rank-equation.hbs +++ b/src/templates/actor/partials/talent-rank-equation.hbs @@ -1,3 +1,7 @@ +{{!-- ======================================================================== --}} +{{!-- INLINE PARTIAL DEFINITIONS --}} +{{!-- ======================================================================== --}} + {{!-- !-- Render an input element for a rank value property of an item. !-- @param talentRank: The talentRank @@ -12,6 +16,7 @@ disable the input element value="{{lookup talentRank property}}" title="{{localize localizeString}}" /> {{/inline}} +{{!-- ======================================================================== --}} {{!-- !-- Render an input element for a rank value property of an item.