Template:Infobox character/doc: Difference between revisions
wikia:countduckula>SENIRAM No edit summary |
Updated some parts. |
||
Line 5: | Line 5: | ||
<pre> | <pre> | ||
{{infobox character | {{infobox character | ||
| name = | | name = | ||
| image = | | image = | ||
| imagecaption = | | imagecaption = | ||
Line 30: | Line 30: | ||
<pre> | <pre> | ||
{{infobox character | {{infobox character | ||
| name = | | name = Count Duckula | ||
| image = [[File:Count_Duckula_S02E15.jpg|thumb|300px]] | | image = [[File:Count_Duckula_S02E15.jpg|thumb|300px]] | ||
| imagecaption = | | imagecaption = | ||
Line 47: | Line 47: | ||
| eyes = | | eyes = | ||
| voicedby = [[David Jason]] | | voicedby = [[David Jason]] | ||
| firstep = [[No Sax Please | | firstep = "[[No Sax Please, We're Egyptian!]]" | ||
| lastep = [[The Zombie Awakes]] | | lastep = "[[The Zombie Awakes]]" | ||
}} | }} | ||
</pre> | </pre> | ||
Line 55: | Line 55: | ||
{{infobox character | {{infobox character | ||
| name = | | name = Count Duckula | ||
| image = [[File:Count_Duckula_S02E15.jpg|thumb|300px]] | | image = [[File:Count_Duckula_S02E15.jpg|thumb|300px]] | ||
| imagecaption = | | imagecaption = | ||
Line 72: | Line 72: | ||
| eyes = | | eyes = | ||
| voicedby = [[David Jason]] | | voicedby = [[David Jason]] | ||
| firstep = [[No Sax Please | | firstep = "[[No Sax Please, We're Egyptian!]]" | ||
| lastep = [[The Zombie Awakes]] | | lastep = "[[The Zombie Awakes]]" | ||
}} | }} | ||
}} | }} | ||
<includeonly>[[Category:Templates|{{PAGENAME}}]]</includeonly><noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude> | <includeonly>[[Category:Templates|{{PAGENAME}}]]</includeonly><noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude> |
Revision as of 22:30, 10 July 2024
Description
To use this template, copy the following code and fill in the appropriate fields.
Syntax
{{infobox character | name = | image = | imagecaption = | aliases = | relatives = | affiliation = | marital = | birthDate = | birthPlace = | deathDate = | deathPlace = | species = | gender = | height = | weight = | eyes = | voicedby = | firstep = | lastep = }}
Samples
{{infobox character | name = Count Duckula | image = [[File:Count_Duckula_S02E15.jpg|thumb|300px]] | imagecaption = | aliases = | relatives = | affiliation = | marital = Single | birthDate = | birthPlace = | deathDate = | deathPlace = | species = Duck | gender = Male | height = | weight = | eyes = | voicedby = [[David Jason]] | firstep = "[[No Sax Please, We're Egyptian!]]" | lastep = "[[The Zombie Awakes]]" }}
Results in...
<infobox> <title source="name"> <default>Infobox character/doc</default> </title> <image source="image">
</image> <group> <label>Aliases</label> <label>Relatives</label> <label>Affiliation</label> </group> <group> <header>Biographical information</header> <label>Marital status</label> <label>Date of birth</label> <label>Place of birth</label> <lable>Date of death</lable> <label>Date of death</label> </group> <group> <header>Physical description</header> <label>Species</label> <label>Gender</label> <label>Height</label> <label>Weight</label> <label>Eye colour</label> </group> <group> <header>Behind the scenes information</header> <label>Voiced by</label> <label>First episode</label> <label>Last episode</label> </group></infobox> }}