More languages
More actions
No edit summary |
(test 2) |
||
Line 3: | Line 3: | ||
<div class="tpl-button-{{{align|center}}}" style="margin-top:{{{top|0}}}px; margin-bottom:{{{bottom|0}}}px;"> | <div class="tpl-button-{{{align|center}}}" style="margin-top:{{{top|0}}}px; margin-bottom:{{{bottom|0}}}px;"> | ||
<div class="tpl-button tpl-button-{{{color|red}}}" style="width:{{{width|20}}}%"> | |||
[[{{{link}}}| | [[{{{link}}}| | ||
<div | <div style="background-color:rgba(0,0,0,0);width:100%;height:100%;"> | ||
{{{text}}} | {{{text}}} | ||
</div> | </div> | ||
]] | ]] | ||
</div> | |||
</div> | </div> | ||
Revision as of 21:20, 12 May 2024
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
align | align | Choose left, center or right. Always full-width on mobile. Defaults as center.
| String | optional |
text | text | The text you want the button to display | String | required |
link | link | The URL where you want the button to link | String | required |
color | color | Choose between red, green, blue, or yellow (default: red)
| String | optional |
top | top | Create empty space above the button (in pixels, integer only)
| Number | optional |
bottom | bottom | Create empty space below the button (in pixels, integer only)
| Number | optional |
width | width | Specify button width. Expressed in percentage points. Recommended: 20%.
| Number | optional |