Template:Person: Difference between revisions
From TITAF TANGOWIKI
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
{{#template_params:NameFirst (label=First name (civil);property=PersonNameFirst)|NameMiddle (label=Middle name (civil);property=PersonNameMiddle)|NameNick (label=Nick name;property=PersonNameNick)|NameLast (label=Last name (civil);property=PersonNameLast)|NamePseudonym (label=Pseudonym;property=PersonNamePseudonym)|NameAlt (label=Alternative name;property=PersonNameAlt)|Role (list;property=PersonRole)|Country (label=Country of origin;property=PersonCountry)|DateBirth (label=Date of birth;property=PersonDateBirth)|DateDeath (label=Date of death;property=PersonDateDeath)}} | {{#template_params:NameFirst (label=First name (civil);property=PersonNameFirst)|NameMiddle (label=Middle name (civil);property=PersonNameMiddle)|NameNick (label=Nick name;property=PersonNameNick)|NameLast (label=Last name (civil);property=PersonNameLast)|NamePseudonym (label=Pseudonym;property=PersonNamePseudonym)|NameAlt (label=Alternative name;property=PersonNameAlt)|Role (list;property=PersonRole)|Country (label=Country of origin;property=PersonCountry)|DateBirth (label=Date of birth;property=PersonDateBirth)|DateDeath (label=Date of death;property=PersonDateDeath)}} | ||
</noinclude><includeonly>{| class="wikitable" | </noinclude><includeonly>{| class="wikitable" | ||
! First name | ! First name | ||
| [[PersonNameFirst::{{{NameFirst|}}}]] | | [[PersonNameFirst::{{{NameFirst|}}}]] | ||
|- | |- | ||
! Middle name | ! Middle name | ||
| [[PersonNameMiddle::{{{NameMiddle|}}}]] | | [[PersonNameMiddle::{{{NameMiddle|}}}]] | ||
|- | |||
! Last name | |||
| [[PersonNameLast::{{{NameLast|}}}]] | |||
|- | |- | ||
! Nick name | ! Nick name | ||
| [[PersonNameNick::{{{NameNick|}}}]] | | [[PersonNameNick::{{{NameNick|}}}]] | ||
|- | |- | ||
! | ! Civil name | ||
| [[ | | [[PersonNameCivil::{{{NameCivil|}}}]] | ||
|- | |||
! Alternative name | |||
| [[PersonNameAlt::{{{NameAlt|}}}]] | |||
|- | |- | ||
! Pseudonym | ! Pseudonym | ||
| [[PersonNamePseudonym::{{{NamePseudonym|}}}]] | | [[PersonNamePseudonym::{{{NamePseudonym|}}}]] | ||
|- | |- | ||
! Role | ! Role | ||
| {{#arraymap:{{{Role|}}}|,|x|[[PersonRole::x]]}} | | {{#arraymap:{{{Role|}}}|,|x|[[PersonRole::x]]}} | ||
|- | |- | ||
! Country of origin | ! Country of origin | ||
Revision as of 10:27, 31 March 2023
This is the "Person" template.
It should be called in the following format:
{{Person
|NameFirst=
|NameMiddle=
|NameNick=
|NameLast=
|NamePseudonym=
|NameAlt=
|Role=
|Country=
|DateBirth=
|DateDeath=
}}
Edit the page to see the template text.