This page can be used as a building block in other pages.
;Description
[indent]This template is used to create a character infobox.[/indent];Syntax
[indent]Type <code>[template]t|infobox character|...[/template]</code> somewhere, with parameters as shown below.[/indent];Sample output
[code]{{infobox character
| name = Bob [defaults to pagename]
| image = Image:Example.jpg
| imagewidth = [defaults to 250]
| caption = Bob the Flower
| title = The Flower
| gender = Male
| race = Flowerkind
| faction = Flora
| health = 9001
| level = 5
| status = Flowering
| location = The Garden
}}[/code]Results in...
[template]infobox character
| name = Bob
| image = Image:Example.jpg
| caption = Bob the Flower
| title = The Flower
| gender = Male
| race = Flowerkind
| faction = Flora
| health = 9001
| level = 5
| status = Flowering
| location = The Garden
[/template]