Difference between revisions of "Template:Infobox person"

From annadreambrush.com/wiki
Jump to navigation Jump to search
imported>Netoholic
imported>Netoholic
(style="vertical-align: top;" isn't needed, add Usage)
Line 2: Line 2:
 
|+ style="font-size:larger;" | '''{{{name}}}'''
 
|+ style="font-size:larger;" | '''{{{name}}}'''
 
|- class="hiddenStructure{{{image|}}}"  
 
|- class="hiddenStructure{{{image|}}}"  
| colspan="2" style="vertical-align: top; text-align: center;" | [[Image:{{{image}}}|250px| ]]<br>{{{caption|}}}
+
| colspan="2" style="text-align: center;" | [[Image:{{{image}}}|250px| ]]<br>{{{caption|}}}
 
|- style="vertical-align: top;"  
 
|- style="vertical-align: top;"  
 
! Born
 
! Born
 
| {{{birth_date}}} <BR> {{{birth_place|}}}
 
| {{{birth_date}}} <BR> {{{birth_place|}}}
|- class="hiddenStructure{{{death_date|}}}" style="vertical-align: top;"   
+
|- class="hiddenStructure{{{death_date|}}}"   
 
! Died
 
! Died
 
|  {{{death_date}}} <BR> {{{death_place|}}}
 
|  {{{death_date}}} <BR> {{{death_place|}}}
|- class="hiddenStructure{{{title|}}}" style="vertical-align: top;"  
+
|- class="hiddenStructure{{{title|}}}"  
 
! Title
 
! Title
 
| {{{title}}}
 
| {{{title}}}
|- class="hiddenStructure{{{salary|}}}" style="vertical-align: top;"  
+
|- class="hiddenStructure{{{salary|}}}"  
 
! Salary
 
! Salary
 
| {{{salary}}}
 
| {{{salary}}}
|- class="hiddenStructure{{{term|}}}" style="vertical-align: top;"  
+
|- class="hiddenStructure{{{term|}}}"
 
! Term
 
! Term
 
| {{{term}}}
 
| {{{term}}}
|- class="hiddenStructure{{{predecessor|}}}" style="vertical-align: top;"  
+
|- class="hiddenStructure{{{predecessor|}}}"  
 
! Predecessor
 
! Predecessor
 
| {{{predecessor}}}
 
| {{{predecessor}}}
|- class="hiddenStructure{{{successor|}}}" style="vertical-align: top;"  
+
|- class="hiddenStructure{{{successor|}}}"  
 
! Successor
 
! Successor
 
| {{{successor}}}
 
| {{{successor}}}
|- class="hiddenStructure{{{party|}}}" style="vertical-align: top;"  
+
|- class="hiddenStructure{{{party|}}}"  
 
! Political&nbsp;party
 
! Political&nbsp;party
 
| {{{party}}}
 
| {{{party}}}
|- class="hiddenStructure{{{religion|}}}" style="vertical-align: top;"  
+
|- class="hiddenStructure{{{religion|}}}"  
 
! Religion
 
! Religion
 
| {{{religion}}}
 
| {{{religion}}}
|- class="hiddenStructure{{{spouse|}}}" style="vertical-align: top;"  
+
|- class="hiddenStructure{{{spouse|}}}"  
 
! Spouse
 
! Spouse
 
| {{{spouse}}}
 
| {{{spouse}}}
|- class="hiddenStructure{{{children|}}}" style="vertical-align: top;"
+
|- class="hiddenStructure{{{children|}}}"
 
! Children
 
! Children
 
| {{{children}}}
 
| {{{children}}}
|- class="hiddenStructure{{{website|}}}" style="vertical-align: top;"  
+
|- class="hiddenStructure{{{website|}}}"  
! Website
+
| '''Website:''' {{{website}}}
| {{{website}}}
+
|- class="hiddenStructure{{{footnotes|}}}"  
|- class="hiddenStructure{{{footnotes|}}}" style="vertical-align: top;"  
 
 
| colspan="2" | <small>{{{footnotes}}}</small>
 
| colspan="2" | <small>{{{footnotes}}}</small>
|}
+
|}<noinclude>
 +
 
 +
 
 +
== Usage ==
 +
<pre>
 +
{{Infobox_Person | name =
 +
| image =
 +
| caption =
 +
| birth_date =
 +
| birth_place =
 +
| title =
 +
| salary =
 +
| term =
 +
| predecessor =
 +
| successor =
 +
| party =
 +
| religion =
 +
| spouse =
 +
| children =
 +
| website
 +
| footnotes
 +
}}
 +
</pre>

Revision as of 09:27, 28 December 2005

{{{name}}}
[[Image:{{{image}}}|250px| ]]
Born {{{birth_date}}}
Died {{{death_date}}}
Title {{{title}}}
Salary {{{salary}}}
Term {{{term}}}
Predecessor {{{predecessor}}}
Successor {{{successor}}}
Political party {{{party}}}
Religion {{{religion}}}
Spouse {{{spouse}}}
Children {{{children}}}
Website: {{{website}}}
{{{footnotes}}}


Usage

{{Infobox_Person | name =
| image =
| caption =
| birth_date =
| birth_place =
| title =
| salary =
| term =
| predecessor = 
| successor = 
| party = 
| religion = 
| spouse = 
| children = 
| website
| footnotes
}}