Template:Infobox Person: Difference between revisions
Jump to navigation
Jump to search
imported>Stefan Sels mNo edit summary |
imported>Caesar Schinas (Updated to take advantage of Template:Infobox, and cleaned up slightly) |
||
Line 1: | Line 1: | ||
<includeonly> | |||
{{Template:Infobox | |||
| title = {{{name|}}} | |||
{{ | |||
| 1_label = Other names | |||
| 1_data = {{#if:{{{website|}}}|[http://{{{website}}} {{{website}}}]}} | |||
| 2_data = {{#if:{{{portrait|}}}|[[Image:{{{portrait}}}|{{{portrait_size|300x300px}}}]]}} | |||
| 2_datastyle = text-align:center; padding:0.5em; | |||
| 3_label = Website | |||
| 3_data = {{#if:{{{website|}}}|[http://{{{website}}} {{{website}}}]}} | |||
| 4_label = Born | |||
| 4_data = {{{birth_date|}}} {{#if:{{{birth_place|}}}|<br>{{{birth_place|}}}}} | |||
| 5_label = Died | |||
| 5_data = {{{death_date|}}} {{#if:{{{death_place|}}}|<br>{{{death_place|}}}}} | |||
| 6_label = Occupation | |||
| 6_data = {{{occupation|}}} | |||
| 7_label = Title | |||
| 7_data = {{{title|}}} | |||
| 8_label = Predecessor | |||
| 8_data = {{{predecessor|}}} | |||
| 9_label = Successor | |||
| 9_data = {{{successor|}}} | |||
| 10_label = Salary | |||
| 10_data = {{{salary|}}} | |||
| 11_label = Political party | |||
| 11_data = {{{party|}}} | |||
| 12_label = Boards on | |||
| 12_data = {{{boards|}}} | |||
| 13_label = Religion | |||
| 13_data = {{{religion|}}} | |||
| 14_label = Notable relations | |||
| 14_data = {{{relations|}}} | |||
| 15_data = {{{footnotes|}}} | |||
}}</includeonly><noinclude> | |||
== Usage == | == Usage == | ||
<pre> | <pre> | ||
{{ | {{Infobox Person | ||
| other_names = | | name = | ||
| image = | | other_names = | ||
| | | image = | ||
| birth_date = | | website = | ||
| birth_place = | | birth_date = | ||
| death_date = | | birth_place = | ||
| death_place | | death_date = | ||
| death_place = | |||
| occupation = | |||
| occupation = | | title = | ||
| title = | | salary = | ||
| salary = | | term = | ||
| term = | |||
| predecessor = | | predecessor = | ||
| successor = | | successor = | ||
| party = | | party = | ||
| boards = | | boards = | ||
| religion | | religion = | ||
| relations = | |||
| footnotes = | |||
| relations | }}</pre> | ||
| footnotes = | |||
}} | |||
</pre> | |||
</noinclude> | </noinclude> |
Revision as of 06:05, 24 April 2009
Usage
{{Infobox Person | name = | other_names = | image = | website = | birth_date = | birth_place = | death_date = | death_place = | occupation = | title = | salary = | term = | predecessor = | successor = | party = | boards = | religion = | relations = | footnotes = }}