{{!-- SPDX-FileCopyrightText: 2021 Johannes Loher SPDX-License-Identifier: MIT --}} {{!-- !-- Render an image that has a dice overlay image. !-- @param rollable: A flag indicating whether or not the image is actually rollable. !-- @param rollableAction: The action to trigger when the image is clicked (e.g. "rollItem"). !-- @param title: The title for the rollable image if it is not actually rollable. !-- @param rollableTitle: The title for the rollable image if it is rollable. !-- @param src: The path to the image. !-- @param alt: An alternate text for the image. --}}
{{#if src}} {{alt}} {{/if}} {{#if rollable}} {{localize 'DS4.DiceOverlayImageAltText'}} {{/if}}