Charactersheet

Aus Meddlerde

Vorlage:Button

<div style="text-align: center;">
    <a href="{{{link}}}" class="button" style="background-color: #4CAF50; color: white; padding: 10px 20px; text-decoration: none; border-radius: 5px;">
        {{{label}}}
    </a>
</div>

Generates a clickable button with a link

Vorlagenparameter

Diese Vorlage bevorzugt Inline-Formatierung von Parametern.

ParameterBeschreibungTypStatus
labellabel

The text to display on the button

Beispiel
Click Me!
Zeichenfolgeerforderlich
linklink

The URL the button should link to

Beispiel
https://example.com
Zeichenfolgeerforderlich