Created page with "<noinclude> <pre> {{Button | link = | text = | external = }} </pre> <templatedata> { "description": "Button with link", "params": { "link": { "label": { "nl": "Link", "en": "Link" }, "description": "", "type": "string", "autovalue": "", "required": true }, "text": { "label": { "nl": "Tekst", "en": "Text" }, "description": "", "type": "string", "autovalue": "", "required": true }, "external": { "label": {..." |
Geen bewerkingssamenvatting |
||
| (6 tussenliggende versies door dezelfde gebruiker niet weergegeven) | |||
| Regel 1: | Regel 1: | ||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
| Regel 37: | Regel 30: | ||
}, | }, | ||
"description": "", | "description": "", | ||
"type": "boolean", | |||
"suggested": true | "suggested": true | ||
} | } | ||
| Regel 49: | Regel 43: | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
<includeonly | <includeonly>{{#ifeq:{{{external|}}}|true|[{{{link|}}} <div class="btn btn--tertiary">{{{text|}}} »</div>]|[[{{{link|}}}|<div class="btn btn--tertiary">{{{text|}}} »</div>]]}}</includeonly> | ||
|[{{{link|}}} {{{text|}}} »] | |||
|[[{{{link|}}}|{{{text|}}} »]] | |||
}} | |||
</includeonly> | |||
Huidige versie van 16 apr 2026 09:28
Button with link
| Parameter | Beschrijving | Type | Status | |
|---|---|---|---|---|
| Link | link |
| Tekenreeks | vereist |
| Tekst | text |
| Tekenreeks | vereist |
| Externe link | external | Booleaans | voorgesteld | |