Template:Infobox person: Difference between revisions
Template page
More languages
More actions
created infobox for person. name, join date, occupation, party and pronouns |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 4: | Line 4: | ||
| header1 = Personal details | | header1 = Personal details | ||
| label2 = Name | | label2 = Name | ||
| data2 = {{# | | data2 = {{#if: {{{full_name|}}}|{{{full_name}}}<br>}} | ||
| label3 = Join date | | label3 = Join date | ||
| data3 = {{{join_date}}} <small>({{Age in days|{{{join_date}}}}} days ago)</small>{{# | | data3 = {{{join_date}}} <small>({{Age in days|{{{join_date}}}}} days ago)</small>{{#if: {{{birth_place|}}}|<br>[[{{{birth_place}}}]]}} | ||
| label4 = Occupation | | label4 = Occupation | ||
| data4 = {{{occupation}}} | | data4 = {{{occupation|}}} | ||
| label5 = Political party | | label5 = Political party | ||
| data5 = {{# | | data5 = {{#if: {{{party|}}}|{{{party}}}}} | ||
| label6 = Pronouns | | label6 = Pronouns | ||
| data6 = {{# | | data6 = {{#if: {{{pronouns|}}}|{{{pronouns}}}}} | ||
}}</includeonly><noinclude> | |||
{{Infobox Person}} | |||
</noinclude> | |||