mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
16 lines
No EOL
570 B
Handlebars
16 lines
No EOL
570 B
Handlebars
<div class="daggerheart dh-style tooltip card-style">
|
|
<img class="tooltip-image" src="{{item.img}}" />
|
|
<h2 class="tooltip-title">{{item.name}}</h2>
|
|
<div class="tags">
|
|
<div class="tag">
|
|
<span>{{localize "DAGGERHEART.GENERAL.quantity"}} {{item.system.quantity}}</span>
|
|
</div>
|
|
</div>
|
|
{{#if description}}
|
|
<div class="tooltip-description">{{{description}}}</div>
|
|
{{/if}}
|
|
|
|
<p class="tooltip-hint">
|
|
<i class="fa-solid fa-computer-mouse"></i> {{localize "DAGGERHEART.UI.Tooltip.middleClick"}}
|
|
</p>
|
|
</div> |