Difference between revisions of "Template:Infobox person"
Jump to navigation
Jump to search
imported>Ligulem (added some | in order to throw less {{{}}} stuff onto clients (look at html source)) |
imported>Ligulem (cat, code update (see my doc)) |
||
Line 1: | Line 1: | ||
{| class="infobox" style="width: 20em; font-size: 90%;" | {| class="infobox" style="width: 20em; font-size: 90%;" | ||
|+ style="font-size:larger;" | '''{{{name}}}''' | |+ style="font-size:larger;" | '''{{{name}}}''' | ||
− | |- class | + | |- class{{{image|}}}="hiddenStructure" |
| colspan="2" style="text-align: center;" | [[Image:{{{image|}}}|225px| ]]<br>{{{caption|}}} | | colspan="2" style="text-align: center;" | [[Image:{{{image|}}}|225px| ]]<br>{{{caption|}}} | ||
|- style="vertical-align: top;" | |- style="vertical-align: top;" | ||
! Born | ! Born | ||
| {{{birth_date}}} <BR> {{{birth_place|}}} | | {{{birth_date}}} <BR> {{{birth_place|}}} | ||
− | |- class | + | |- class{{{death_date|}}}="hiddenStructure" |
! Died | ! Died | ||
| {{{death_date|}}} <BR> {{{death_place|}}} | | {{{death_date|}}} <BR> {{{death_place|}}} | ||
− | |- class | + | |- class{{{title|}}}="hiddenStructure" |
! Title | ! Title | ||
| {{{title|}}} | | {{{title|}}} | ||
− | |- class | + | |- class{{{salary|}}}="hiddenStructure" |
! Salary | ! Salary | ||
| {{{salary|}}} | | {{{salary|}}} | ||
− | |- class | + | |- class{{{term|}}}="hiddenStructure" |
! Term | ! Term | ||
| {{{term|}}} | | {{{term|}}} | ||
− | |- class | + | |- class{{{predecessor|}}}="hiddenStructure" |
! Predecessor | ! Predecessor | ||
| {{{predecessor|}}} | | {{{predecessor|}}} | ||
− | |- class | + | |- class{{{successor|}}}="hiddenStructure" |
! Successor | ! Successor | ||
| {{{successor|}}} | | {{{successor|}}} | ||
− | |- class | + | |- class{{{party|}}}="hiddenStructure" |
! Political party | ! Political party | ||
| {{{party|}}} | | {{{party|}}} | ||
− | |- class | + | |- class{{{religion|}}}="hiddenStructure" |
! Religion | ! Religion | ||
| {{{religion|}}} | | {{{religion|}}} | ||
− | |- class | + | |- class{{{spouse|}}}="hiddenStructure" |
! Spouse | ! Spouse | ||
| {{{spouse|}}} | | {{{spouse|}}} | ||
− | |- class | + | |- class{{{children|}}}="hiddenStructure" |
! Children | ! Children | ||
| {{{children|}}} | | {{{children|}}} | ||
− | |- class | + | |- class{{{website|}}}="hiddenStructure" |
| '''Website:''' {{{website|}}} | | '''Website:''' {{{website|}}} | ||
− | |- class | + | |- class{{{footnotes|}}}="hiddenStructure" |
| colspan="2" | <small>{{{footnotes|}}}</small> | | colspan="2" | <small>{{{footnotes|}}}</small> | ||
|}<noinclude> | |}<noinclude> | ||
− | |||
== Usage == | == Usage == | ||
Line 65: | Line 64: | ||
}} | }} | ||
</pre> | </pre> | ||
+ | |||
+ | [[Category:Infobox templates|Person]] | ||
</noinclude> | </noinclude> |
Revision as of 18:33, 20 January 2006
[[Image:|225px| ]] | |
Born | {{{birth_date}}} |
---|---|
Died | |
Title | |
Salary | |
Term | |
Predecessor | |
Successor | |
Political party | |
Religion | |
Spouse | |
Children | |
Website: | |
Usage
{{Infobox_Person | name = | image = | caption = | birth_date = | birth_place = | death_date = | death_place = | title = | salary = | term = | predecessor = | successor = | party = | religion = | spouse = | children = | website = | footnotes = }}