Geen bewerkingssamenvatting |
Geen bewerkingssamenvatting |
||
| (90 tussenliggende versies door 3 gebruikers niet weergegeven) | |||
| Regel 1: | Regel 1: | ||
{{#if:{{{image}}}|[[File:{{{image}}}]]|}} | <includeonly> | ||
{{{ | <div style="display:none;"> | ||
{{{summary|}}} | {{{name|{{FULLPAGENAME}}}}} | ||
{{{email|}}} | </div> | ||
<div class="profile"><div class="profile__image">{{#if:{{{image|}}}|[[File:{{{image}}}|800px|link=]]|[[File:Image-landscape.png|800px|link=]]}}</div><!-- | |||
--><div class="profile__data"><dl><!-- | |||
-->{{#if:{{{start date|}}}| | |||
<dt>{{int:start date}}:</dt> | |||
<dd>{{#time:d/m/Y|{{{start date|}}}}}</dd> | |||
|}}<!-- | |||
-->{{#if:{{{end date|}}}| | |||
<dt>{{int:end date}}:</dt> | |||
<dd>{{#time:d/m/Y|{{{end date|}}}}}</dd> | |||
|}}<!-- | |||
-->{{#if:{{{person role|}}}| | |||
<dt>{{int:Role}}:</dt> | |||
<dd>{{{person role|}}}</dd> | |||
|}}<!-- | |||
--><dt>{{int:Profile}}:</dt> | |||
<dd>{{{summary|}}}</dd><!-- | |||
-->{{#if:{{{alt summary|}}}| | |||
<dt>{{int:Alternative}} {{int:Profile}} {{int:Text}}:</dt> | |||
<dd>{{{alt summary|}}}</dd> | |||
|}} | |||
{{#if:{{{history|}}}|<dt>{{int:History}}:</dt> | |||
<dd>{{{history|}}}</dd> | |||
|}} | |||
{{#if:{{{email|}}}| | |||
<dt>{{int:Email}}:</dt> | |||
<dd>[mailto:{{{email|}}} {{{email|}}}]</dd> | |||
|}} | |||
{{#if:{{{phone|}}}| | |||
<dt>{{int:Phone}}:</dt> | |||
<dd>{{{phone|}}}</dd> | |||
|}} | |||
{{#if:{{{stakeholder|}}}| | |||
<dt>{{int:Organization}}:</dt> | |||
<dd>{{#linklist:{{{stakeholder|}}}}}</dd> | |||
{{#if:{{{stakeholder main|}}}|<dd>[[{{{stakeholder main|}}}]]</dd>|}} | |||
|}} | |||
{{#if:{{{research group|}}}| | |||
<dt>{{int:Research group}}:</dt> | |||
<dd>[[{{{research group|}}}]]</dd> | |||
|}} | |||
{{#if:{{{link|}}}| | |||
<dt>{{int:Website}}:</dt> | |||
<dd>{{#if:{{{link|}}}|[{{{link|}}} {{{link|}}}]|}}</dd> | |||
|}} | |||
{{#if:{{{wikipage|}}}| | |||
<dt>{{int:Page}}:</dt> | |||
<dd>[[{{{wikipage|}}}]]</dd> | |||
|}} | |||
{{#if:{{{linkedin|}}}| | |||
<dt></dt> | |||
<dd>[{{{linkedin|}}} <i class="ri-linkedin-fill social-icon"></i></dd>]|}} | |||
</dl></div></div><!-- | |||
--></includeonly> | |||
<noinclude> | |||
<templatedata> | |||
{ | |||
"description": { | |||
"en": "Displays a person profile block with optional image, contact details, and affiliations.", | |||
"nl": "Toont een persoonsprofiel met optionele afbeelding, contactgegevens en relaties." | |||
}, | |||
"params": { | |||
"image": { | |||
"label": { | |||
"en": "Image", | |||
"nl": "Afbeelding" | |||
}, | |||
"description": { | |||
"en": "Image filename (without File: prefix) to display as a thumbnail.", | |||
"nl": "Bestandsnaam van de afbeelding (zonder File:-prefix) die als miniatuur wordt weergegeven." | |||
}, | |||
"type": "wiki-file-name", | |||
"suggested": true | |||
}, | |||
"name": { | |||
"label": { | |||
"en": "Name", | |||
"nl": "Naam" | |||
}, | |||
"description": { | |||
"en": "Person's name. Defaults to the page name if omitted.", | |||
"nl": "Naam van de persoon. Standaard de paginanaam indien leeg gelaten." | |||
}, | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"person role": { | |||
"label": { | |||
"en": "Role", | |||
"nl": "Rol" | |||
}, | |||
"description": { | |||
"en": "Role or position of the person.", | |||
"nl": "Rol of functie van de persoon." | |||
}, | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"summary": { | |||
"label": { | |||
"en": "Profile text (NL)", | |||
"nl": "Profieltekst (NL)" | |||
}, | |||
"description": { | |||
"en": "Short profile or summary text. Dutch", | |||
"nl": "Korte profiel- of samenvattingstekst. Nederlands" | |||
}, | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"summary en": { | |||
"label": { | |||
"en": "Profile text (EN)", | |||
"nl": "Profieltekst (EN)" | |||
}, | |||
"description": { | |||
"en": "Short profile or summary text. Engish", | |||
"nl": "Korte profiel- of samenvattingstekst. Engels" | |||
}, | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"alt summary": { | |||
"label": { | |||
"en": "Alternative Profile text (NL)", | |||
"nl": "Alternatieve Profieltekst (NL)" | |||
}, | |||
"description": { | |||
"en": "Alternative Short profile or summary text. Dutch", | |||
"nl": "Alternatieve Korte profiel- of samenvattingstekst. Nederlands" | |||
}, | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"alt summary en": { | |||
"label": { | |||
"en": "Alternative Profile text (EN)", | |||
"nl": "Alternatieve Profieltekst (EN)" | |||
}, | |||
"description": { | |||
"en": "Alternative Short profile or summary text. English", | |||
"nl": "Alternatieve Korte profiel- of samenvattingstekst. Engels" | |||
}, | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"email": { | |||
"label": { | |||
"en": "Email", | |||
"nl": "E-mail" | |||
}, | |||
"description": { | |||
"en": "Email address of the person.", | |||
"nl": "E-mailadres van de persoon." | |||
}, | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"phone": { | |||
"label": { | |||
"en": "Telephone", | |||
"nl": "Telefoon" | |||
}, | |||
"description": { | |||
"en": "Telephone number.", | |||
"nl": "Telefoonnummer." | |||
}, | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"wikipage": { | |||
"label": { | |||
"nl": "Interne pagina", | |||
"en": "Internal page" | |||
}, | |||
"description": { | |||
"nl": "Interne pagina", | |||
"en": "Internal page" | |||
}, | |||
"type": "wiki-page-name", | |||
"suggested": true | |||
}, | |||
"linkedin": { | |||
"label": { | |||
"nl": "Linkedin", | |||
"en": "Linkedin" | |||
}, | |||
"description": { | |||
"nl": "Linkedin", | |||
"en": "Linkedin" | |||
}, | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"link": { | |||
"label": { | |||
"nl": "Website", | |||
"en": "Website" | |||
}, | |||
"description": { | |||
"nl": "Externe link (bijvoorbeeld website).", | |||
"en": "External link (for example a website)." | |||
}, | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"stakeholder": { | |||
"label": { | |||
"en": "Stakeholder(s)", | |||
"nl": "Stakeholder(s)" | |||
}, | |||
"description": { | |||
"en": "One or more stakeholder pages, used by the linklist parser function.", | |||
"nl": "Eén of meerdere stakeholderpagina’s, gebruikt door de linklist-parserfunctie." | |||
}, | |||
"type": "wiki-page-name", | |||
"suggested": true | |||
}, | |||
"stakeholder main": { | |||
"label": { | |||
"en": "Main stakeholder", | |||
"nl": "Hoofd-stakeholder" | |||
}, | |||
"description": { | |||
"en": "Primary stakeholder page to be linked separately.", | |||
"nl": "Primaire stakeholderpagina die apart wordt gelinkt." | |||
}, | |||
"type": "wiki-page-name", | |||
"suggested": true | |||
}, | |||
"research group": { | |||
"label": { | |||
"en": "Research group", | |||
"nl": "Onderzoeksgroep" | |||
}, | |||
"description": { | |||
"en": "Research group page associated with the person.", | |||
"nl": "Onderzoeksgroeppagina die aan de persoon is gekoppeld." | |||
}, | |||
"type": "wiki-page-name", | |||
"suggested": true | |||
} | |||
}, | |||
"paramOrder": [ | |||
"image", | |||
"name", | |||
"person role", | |||
"summary", | |||
"summary en", | |||
"alt summary", | |||
"alt summary en", | |||
"wikipage", | |||
"link", | |||
"linkedin", | |||
"email", | |||
"phone", | |||
"stakeholder", | |||
"stakeholder main", | |||
"research group" | |||
], | |||
"format": "\n{{_\n|_ = _\n}}\n" | |||
} | |||
</templatedata> | |||
</noinclude> | |||
Huidige versie van 25 mrt 2026 10:23
Displays a person profile block with optional image, contact details, and affiliations.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Image | image | Image filename (without File: prefix) to display as a thumbnail. | File | suggested |
| Name | name | Person's name. Defaults to the page name if omitted. | String | suggested |
| Role | person role | Role or position of the person. | String | suggested |
| Profile text (NL) | summary | Short profile or summary text. Dutch | String | suggested |
| Profile text (EN) | summary en | Short profile or summary text. Engish | String | suggested |
| Alternative Profile text (NL) | alt summary | Alternative Short profile or summary text. Dutch | String | suggested |
| Alternative Profile text (EN) | alt summary en | Alternative Short profile or summary text. English | String | suggested |
| Internal page | wikipage | Internal page | Page name | suggested |
| Website | link | External link (for example a website). | String | suggested |
linkedin | String | suggested | ||
email | Email address of the person. | String | suggested | |
| Telephone | phone | Telephone number. | String | suggested |
| Stakeholder(s) | stakeholder | One or more stakeholder pages, used by the linklist parser function. | Page name | suggested |
| Main stakeholder | stakeholder main | Primary stakeholder page to be linked separately. | Page name | suggested |
| Research group | research group | Research group page associated with the person. | Page name | suggested |