mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
9 lines
No EOL
436 B
Handlebars
9 lines
No EOL
436 B
Handlebars
<div class="daggerheart dh-style tooltip card-style">
|
|
<img class="tooltip-image" src="{{item.img}}" />
|
|
<h2 class="tooltip-title">{{item.name}}</h2>
|
|
{{#if description}}
|
|
<div class="tooltip-description">{{{description}}}</div>
|
|
{{/if}}
|
|
|
|
{{> "systems/daggerheart/templates/ui/tooltip/parts/tooltipTags.hbs" features=item.system.actions isAction=true label=(localize "DAGGERHEART.GENERAL.Action.plural") }}
|
|
</div> |