Geen bewerkingssamenvatting |
Geen bewerkingssamenvatting |
||
(8 tussenliggende versies door 3 gebruikers niet weergegeven) | |||
Regel 3: | Regel 3: | ||
[[Category:EMont core]] | [[Category:EMont core]] | ||
This is the "BB Contact" template. | This is the "BB Contact" template. | ||
<pre> | |||
{{BB Contact | |||
|heading= | |||
|summary= | |||
|mail= | |||
|phone=+123456789 | |||
|phone text= | |||
|contact= | |||
|contact text= | |||
}} | |||
</pre> | |||
{{BB Contact | {{BB Contact | ||
|heading=Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec aliquam mauris nec. | |heading=Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec aliquam mauris nec. | ||
Regel 15: | Regel 29: | ||
<includeonly><!-- | <includeonly><!-- | ||
--><div id="contact"></div> | --><div id="contact"></div> | ||
<div class=" | <div class="calltoaction hero--fullwidth"> | ||
<div class="limit-12"> | <div class="limit-12"> | ||
<div class="row"> | <div class="row"> | ||
<div class="col col-m-7 col-l-7"> | <div class="col col-m-7 col-l-7"> | ||
<h3 class="c-white">{{{heading|}}}</h3> | <h3 class="c-white">{{{heading|}}}</h3> | ||
<p class=" | <p class="c-white">{{{summary|}}}</p> | ||
</div> | </div> | ||
<div class="col col-l-1 desktop-only"> </div> | <div class="col col-l-1 desktop-only"> </div> | ||
<div class="col col-m-5 col-l-4"> | <div class="col col-m-5 col-l-4 d-f fd-c jc-c"> | ||
<div class="mw-btn mw-btn-diap mw-btn-full mw-btn-l mw-btn-icon mb-s"><i class="ri-phone-line ri-2x mr-xxs"></i>[tel:{{{phone|}}} {{{phone text|}}}]</div> | <div class="mw-btn mw-btn-diap mw-btn-full mw-btn-l mw-btn-icon mb-s"><i class="ri-phone-line ri-2x mr-xxs"></i>[tel:{{{phone|}}} {{{phone text|}}}]</div> | ||
<div class="mw-btn mw-btn-diap mw-btn-full mw-btn-l mw-btn-icon mb-s"><i class="ri-mail-line ri-2x mr-xxs"></i>[mailto:{{{mail|}}} {{{mail|}}}]</div> | <div class="mw-btn mw-btn-diap mw-btn-full mw-btn-l mw-btn-icon mb-s"><i class="ri-mail-line ri-2x mr-xxs"></i>[mailto:{{{mail|}}} {{{mail|}}}]</div> | ||
Regel 37: | Regel 51: | ||
"params": { | "params": { | ||
"summary": { | "summary": { | ||
"required": true | "required": true, | ||
"label": "Begeleidende tekt", | |||
"type": "string", | |||
"suggested": true | |||
}, | }, | ||
"phone": { | "phone": { | ||
"required": true | "required": true, | ||
"label": "Telefoonnummer", | |||
"suggested": true | |||
}, | }, | ||
"phone text": { | "phone text": { | ||
"required": true | "required": true, | ||
"label": "Weergave tekst telefoonnummer", | |||
"suggested": true | |||
}, | }, | ||
"mail": { | "mail": { | ||
"required": true | "required": true, | ||
"label": "E-mail", | |||
"suggested": true | |||
}, | }, | ||
"contact": { | "contact": { | ||
"required": true | "required": true, | ||
"label": "Contact pagina", | |||
"type": "wiki-page-name", | |||
"suggested": true | |||
}, | }, | ||
"contact text": { | "contact text": { | ||
"required": true | "required": true, | ||
"label": "Contact tekst", | |||
"suggested": true | |||
}, | }, | ||
" | "heading": { | ||
"label": "Titel", | |||
"type": "string", | "type": "string", | ||
"required": true | "required": true, | ||
"suggested": true | |||
} | } | ||
}, | }, | ||
"description": "Bouwblok Contact", | "description": "Bouwblok Contact", | ||
"paramOrder": [ | "paramOrder": [ | ||
"summary", | "summary", | ||
"phone", | "phone", | ||
Regel 67: | Regel 96: | ||
"mail", | "mail", | ||
"contact", | "contact", | ||
"contact text" | "contact text", | ||
"heading" | |||
], | ], | ||
"format": "block" | "format": "block" |
Huidige versie van 25 jun 2024 om 10:43
This is the "BB Contact" template.
{{BB Contact |heading= |summary= |mail= |phone=+123456789 |phone text= |contact= |contact text= }}
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec aliquam mauris nec.
Curabitur lobortis condimentum tortor id luctus. Sed ut lectus eros. Proin at libero dapibus, vulputate ex vel, tristique nibh. Phasellus rhoncus velit odio, vel molestie erat facilisis nec.
Bouwblok Contact
Parameter | Beschrijving | Type | Status | |
---|---|---|---|---|
Begeleidende tekt | summary | geen beschrijving | Tekenreeks | vereist |
Telefoonnummer | phone | geen beschrijving | Onbekend | vereist |
Weergave tekst telefoonnummer | phone text | geen beschrijving | Onbekend | vereist |
mail | geen beschrijving | Onbekend | vereist | |
Contact pagina | contact | geen beschrijving | Paginanaam | vereist |
Contact tekst | contact text | geen beschrijving | Onbekend | vereist |
Titel | heading | geen beschrijving | Tekenreeks | vereist |