The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
==Description== | |||
To use this template, copy the following code and fill in the appropriate fields. | |||
==Syntax== | |||
<pre> | |||
{{infobox character | |||
|name = | |||
|image = | |||
|caption = | |||
|aliases = | |||
|species = | |||
|gender = | |||
|status = | |||
|affiliation = | |||
|age = | |||
|occupation = | |||
|residence = | |||
}} | |||
</pre> | |||
==Samples== | |||
<pre> | |||
{{infobox character | |||
| name = Flowa | |||
| image = Example.jpg | |||
| caption = Flowa, at rest | |||
| aliases = Flo | |||
| affiliation = | |||
| marital = | |||
| birthDate = July 21st, 2013 | |||
| birthPlace = Iowa | |||
| deathDate = | |||
| deathPlace = | |||
| species = Plant | |||
| gender = | |||
| height = | |||
| weight = | |||
| eyes = | |||
}} | |||
</pre> | |||
Results in... | |||
{{infobox character | |||
| name = Flowa | |||
| namestyle = text-align: center; width: 300px; background-color: #FFA500; | |||
| image = Example.jpg | |||
| caption = Flowa, at rest | |||
| aliases = Flo | |||
| affiliation = | |||
| marital = | |||
| birthDate = July 21st, 2013 | |||
| birthPlace = Iowa | |||
| deathDate = | |||
| deathPlace = | |||
| species = Plant | |||
| gender = | |||
| height = | |||
| weight = | |||
| eyes = | |||
}} | |||
<includeonly>[[Category:Templates|{{PAGENAME}}]]</includeonly><noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude> |