kmp>Admin Created page with "<includeonly><div class="banner"><!-- --><div class="banner-content"><!-- --><h1>{{{heading|}}}</h1><!-- --><p>{{{lead|}}}</p><!-- --><p>{{{summary|}}}</p><!-- --><div class="banner-buttons"><!-- -->{{#if:{{{button link|}}}|<div class="btn btn--cta">[[{{{button link|}}}|{{{button text|}}}]]</div>}}<!-- -->{{#if:{{{contact button link|}}}|<div class="btn btn--ghost">[[{{{contact button link|}}}|{{{contact button text|}}}]]</div>}}<!-- --></div><!-- --></div><!-- --><div c..." |
No edit summary |
||
| (39 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
<includeonly><div class="banner"><!-- | <includeonly><div class="banner"><!--{{{start date|}}} | ||
--><div class=" | --><div class="banner__content" {{#if:{{{background color|}}}|style="background:{{{background color|}}}; color:{{{color|#000}}};"|}}><!-- | ||
--><h1>{{{heading|}}}</h1><!-- | --><h1 {{#if:{{{background color|}}}|style="color:{{{color|#000}}};"|}}>{{{heading|}}}</h1><!-- | ||
--><p>{{{lead|}}}</p><!-- | --><p class="lead">{{{lead|}}}</p><!-- | ||
--><p>{{{summary|}}}</p><!-- | --><p>{{#if:{{{summary|}}}|{{{summary|}}}|}}</p><!-- | ||
--><div class=" | --><div class="banner__button"><!-- | ||
-->{{#if:{{{button link|}}}|<div class="btn btn--cta">[[{{{button link|}}}|{{{button text|}}}]]</div>}}<!-- | -->{{#if:{{{button link|}}}|<div class="btn btn--cta">[[{{{button link|}}}|{{{button text|}}}]]</div>}}<!-- | ||
-->{{#if:{{{contact button link|}}}|<div class="btn btn--ghost">[[{{{contact button link|}}}|{{{contact button text|}}}]]</div>}}<!-- | -->{{#if:{{{contact button link|}}}|<div class="btn btn--ghost">[[{{{contact button link|}}}|{{{contact button text|}}}]]</div>}}<!-- | ||
--></div><!-- | --></div><!-- | ||
--></div><!-- | --></div><!-- | ||
--><div class=" | -->{{#if:{{{image|}}}|<div class="banner__image" {{#if:{{{background color|}}}|style="background:{{{background color|}}}; color:{{{color|#000}}};"|}}><!-- | ||
-->{{#if:{{{image|}}}|[[File:{{{image|Image-landscape.png}}}|link=]]|}}<!-- | |||
--></div><!-- | --></div>|}}<!-- | ||
--></div></includeonly> | --></div></includeonly> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"heading": { | |||
"label": { | |||
"nl": "Titel", | |||
"en": "Heading" | |||
}, | |||
"suggested": true, | |||
"type": "string" | |||
}, | |||
"lead": { | |||
"label": { | |||
"nl": "Inleidende text", | |||
"en": "Introduction text" | |||
}, | |||
"suggested": true, | |||
"type": "string" | |||
}, | |||
"summary": { | |||
"label": { | |||
"nl": "Samenvatting", | |||
"en": "Summary" | |||
}, | |||
"suggested": true, | |||
"type": "string" | |||
}, | |||
"button link": { | |||
"label": { | |||
"nl": "Knop pagina link", | |||
"en": "Button link" | |||
}, | |||
"type": "wiki-page-name", | |||
"suggested": true | |||
}, | |||
"button text": { | |||
"label": { | |||
"nl": "Knop tekst", | |||
"en": "Button text" | |||
}, | |||
"suggested": true, | |||
"type": "string" | |||
}, | |||
"contact button link": { | |||
"label": { | |||
"nl": "Contact knop link", | |||
"en": "Contact button link" | |||
}, | |||
"suggested": true, | |||
"type": "wiki-page-name" | |||
}, | |||
"contact button text": { | |||
"label": { | |||
"nl": "Contact knop text", | |||
"en": "Contact button text" | |||
}, | |||
"suggested": true, | |||
"type": "string" | |||
}, | |||
"image": { | |||
"label": { | |||
"nl": "Afbeelding", | |||
"en": "Image" | |||
}, | |||
"suggested": true, | |||
"type": "wiki-file-name" | |||
}, | |||
"parent": { | |||
"label": "Parent page", | |||
"description": "Title of the parent page", | |||
"type": "wiki-page-name" | |||
}, | |||
"start date": { | |||
"label": { | |||
"en": "Start date", | |||
"nl": "Startdatum" | |||
}, | |||
"type": "date" | |||
} | |||
}, | |||
"description": "Heading" | |||
} | |||
</templatedata> | |||
</noinclude> | |||
Latest revision as of 15:30, 27 January 2026
Heading
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Heading | heading | no description | String | suggested |
| Introduction text | lead | no description | String | suggested |
| Summary | summary | no description | String | suggested |
| Button link | button link | no description | Page name | suggested |
| Button text | button text | no description | String | suggested |
| Contact button link | contact button link | no description | Page name | suggested |
| Contact button text | contact button text | no description | String | suggested |
| Image | image | no description | File | suggested |
| Parent page | parent | Title of the parent page | Page name | optional |
| Start date | start date | no description | Date | optional |