Maickel (talk | contribs)
No edit summary
Maickel (talk | contribs)
No edit summary
 
(57 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{#if:{{{image|}}}|[[File:{{{image}}}|100px|thumb]]|}}<!--
<includeonly>
--><dl>
<div style="display:none;">
<div>
{{{name|{{FULLPAGENAME}}}}}
<dt>Name:</dt>
<dd>{{{name|{{FULLPAGENAME}}}}}</dd>
</div>
</div>
{{#if:{{{role|}}}|
<div class="profile"><div class="profile__image">{{#if:{{{image|}}}|[[File:{{{image}}}|800px|link=]]|}}</div><!--
<div>
--><div class="profile__data"><dl><!--
<dt>Role:</dt>
-->{{#if:{{{start date|}}}|
<dd>[[{{{role|}}}]]</dd>
<dt>{{int:start date}}:</dt>
</div>
<dd>{{#time:d/m/Y|{{{start date|}}}}}</dd>
|}}
|}}<!--
<div>
-->{{#if:{{{person role|}}}|
<dt>Profile text:</dt>
<dt>{{int:Role}}:</dt>
<dd>{{{person role|}}}</dd>
|}}<!--
--><dt>{{int:Profile}}:</dt>
<dd>{{{summary|}}}</dd>
<dd>{{{summary|}}}</dd>
</div>
{{#if:{{{email|}}}|
{{#if:{{{email|}}}|
<div>
<dt>{{int:Email}}:</dt>
<dt>Email:</dt>
<dd>[mailto:{{{email|}}} {{{email|}}}]</dd>
<dd>[mailto:{{{email|}}} {{{email|}}}]</dd>
</div>
|}}
{{#if:{{{phone|}}}|
<dt>{{int:Phone}}:</dt>
<dd>{{{phone|}}}</dd>
|}}
|}}
{{#if:{{{stakeholder|}}}|
{{#if:{{{stakeholder|}}}|
<div>
<dt>{{int:Organization}}:</dt>
<dt>Stakeholder:</dt>
<dd>{{#linklist:{{{stakeholder|}}}}}</dd>
<dd>[[{{{stakeholder|}}}]] {{#if:{{{stakeholder main|}}}|[[{{{stakeholder main|}}}]]|}}</dd>
{{#if:{{{stakeholder main|}}}|<dd>[[{{{stakeholder main|}}}]]</dd>|}}
</div>
|}}
|}}
{{#if:{{{research group|}}}|
{{#if:{{{research group|}}}|
<div>
<dt>{{int:Research group}}:</dt>
<dt>Research group:</dt>
<dd>[[{{{research group|}}}]]</dd>
<dd>[[{{{research group|}}}]]</dd>
</div>
|}}
|}}
</dl>
</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": "Profieltekst"
},
"description": {
"en": "Short profile or summary text.",
"nl": "Korte profiel- of samenvattingstekst."
},
"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
},
"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",
"email",
"phone",
"stakeholder",
"stakeholder main",
"research group"
],
"format": "\n{{_\n|_ = _\n}}\n"
}
</templatedata>
</noinclude>

Latest revision as of 16:30, 11 February 2026


Displays a person profile block with optional image, contact details, and affiliations.

Template parameters[Edit template data]

This template has custom formatting.

ParameterDescriptionTypeStatus
Imageimage

Image filename (without File: prefix) to display as a thumbnail.

Filesuggested
Namename

Person's name. Defaults to the page name if omitted.

Stringsuggested
Roleperson role

Role or position of the person.

Stringsuggested
Profile textsummary

Short profile or summary text.

Stringsuggested
Emailemail

Email address of the person.

Stringsuggested
Telephonephone

Telephone number.

Stringsuggested
Stakeholder(s)stakeholder

One or more stakeholder pages, used by the linklist parser function.

Page namesuggested
Main stakeholderstakeholder main

Primary stakeholder page to be linked separately.

Page namesuggested
Research groupresearch group

Research group page associated with the person.

Page namesuggested