Template:Person

From Templates Wiki
Jump to navigation Jump to search

A basic person infobox for Help:Infoboxes.

Usage[edit source]

  • Create a template page on your wiki named Template:Person
  • Using "Edit" copy the coding from here and paste on your new template page
  • On the page you want to use this infobox (template) paste the coding in the Clean template box

Clean template[edit source]

{{Person
 | bgcolor  =
 | name     =
 | image    =
 | caption  =
 | age      =
 | country  =
 | job      =
 | family   =
 | religion =
}}

Example[edit source]

Barack Obama
Barack Obama.jpg
In the White House
Person information
Age: 52
Country: America
Job: President
Family: Wife: Michelle
Children: Malia, Sasha
Religion: Christian
{{Person
 | bgcolor  = Beige
 | name     = Barack Obama
 | image    = Barack Obama.jpg
 | caption  = In the White House
 | age      = 52
 | country  = America
 | job      = President
 | family   = Wife: Michelle <br/> Children: Malia, Sasha
 | religion = Christian
}}