Maickel (talk | contribs)
No edit summary
Maickel (talk | contribs)
No edit summary
Line 1: Line 1:
<includeonly>
{{#if:{{{image|}}}|[[File:{{{image}}}|100px|thumb]]|}}<!--
{{#if:{{{image|}}}|[[File:{{{image}}}|100px|thumb]]|}}<!--
--><dl>
--><dl>
Line 40: Line 41:
</div>
</div>
|}}
|}}
</dl>
</dl></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",
"required": false
},
"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",
"required": false
},
"role": {
"label": {
"en": "Role",
"nl": "Rol"
},
"description": {
"en": "Role or position of the person.",
"nl": "Rol of functie van de persoon."
},
"type": "string",
"required": false
},
"summary": {
"label": {
"en": "Profile text",
"nl": "Profieltekst"
},
"description": {
"en": "Short profile or summary text.",
"nl": "Korte profiel- of samenvattingstekst."
},
"type": "string",
"required": true
},
"email": {
"label": {
"en": "Email",
"nl": "E-mail"
},
"description": {
"en": "Email address of the person.",
"nl": "E-mailadres van de persoon."
},
"type": "string",
"required": false
},
"phone": {
"label": {
"en": "Telephone",
"nl": "Telefoon"
},
"description": {
"en": "Telephone number.",
"nl": "Telefoonnummer."
},
"type": "string",
"required": false
},
"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": "string",
"required": false
},
"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",
"required": false
},
"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",
"required": false
}
},
"paramOrder": [
"image",
"name",
"role",
"summary",
"email",
"phone",
"stakeholder",
"stakeholder main",
"research group"
]
}
</templatedata>
</noinclude>

Revision as of 09:45, 6 January 2026


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

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Imageimage

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

Fileoptional
Namename

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

Stringoptional
Rolerole

Role or position of the person.

Stringoptional
Profile textsummary

Short profile or summary text.

Stringrequired
Emailemail

Email address of the person.

Stringoptional
Telephonephone

Telephone number.

Stringoptional
Stakeholder(s)stakeholder

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

Stringoptional
Main stakeholderstakeholder main

Primary stakeholder page to be linked separately.

Page nameoptional
Research groupresearch group

Research group page associated with the person.

Page nameoptional