Jump to content

Template:Infobox character/doc: Difference between revisions

From Count Duckula Wiki
wikia:countduckula>Default
mNo edit summary
 
wikia:countduckula>SENIRAM
No edit summary
Line 1: Line 1:
;Description
==Description==
:This template is used to create a character infobox.
To use this template, copy the following code and fill in the appropriate fields.
;Syntax
:Type <code>{{t|infobox character|...}}</code> somewhere, with parameters as shown below.
;Sample output


<pre>{{infobox character
==Syntax==
| name      = Bob [defaults to pagename]
<pre>
| image     = Image:Example.jpg
{{infobox character
| imagewidth = [defaults to 250]
| name           = {{PAGENAME}}
| caption   = Bob the Flower
| image          =
| title     = The Flower
| imagecaption  =
| gender     = Male
| aliases        =
| race      = Flowerkind
| relatives      =
| faction    = Flora
| affiliation    =
| health    = 9001
| marital        =
| level      = 5
| birthDate      =
| status    = Flowering
| birthPlace    =
| location  = The Garden
| deathDate      =
}}</pre>
| deathPlace    =
| species        =
| gender        =
| height        =
| weight        =
| eyes          =
| voicedby       =  
| firstep        =
| lastep        =
}}
</pre>
 
==Samples==
<pre>
{{infobox character
| name          = {{PAGENAME}}
| 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]]
}}
</pre>


Results in...
Results in...


{{infobox character
{{infobox character
| name     = Bob
| name           = {{PAGENAME}}
| image   = Image:Example.jpg
| image         = [[File:Count_Duckula_S02E15.jpg|thumb|300px]]
| caption = Bob the Flower
| imagecaption  =
| title   = The Flower
  | aliases        =  
| gender   = Male
| relatives      =
| race    = Flowerkind
| affiliation   =  
| faction  = Flora
| marital        = Single
| health  = 9001
| birthDate      =
| level    = 5
| birthPlace    =
| status  = Flowering
| deathDate      =
| location = The Garden
| deathPlace    =
| species        = Duck
| gender         = Male
| height        =  
| weight        =  
| eyes          =  
| voicedby      = [[David Jason]]
| firstep        = [[No Sax Please - We're Egyptian]]
| lastep        = [[The Zombie Awakes]]
}}
}}
}}


<includeonly>[[Category:Infobox templates|{{PAGENAME}}]]</includeonly><noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude>
<includeonly>[[Category:Templates|{{PAGENAME}}]]</includeonly><noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude>

Revision as of 14:18, 15 January 2016

Description

To use this template, copy the following code and fill in the appropriate fields.

Syntax

{{infobox character
 | name           = {{PAGENAME}}
 | image          = 
 | imagecaption   = 
 | aliases        = 
 | relatives      = 
 | affiliation    = 
 | marital        = 
 | birthDate      = 
 | birthPlace     = 
 | deathDate      = 
 | deathPlace     = 
 | species        = 
 | gender         = 
 | height         = 
 | weight         = 
 | eyes           = 
 | voicedby       = 
 | firstep        = 
 | lastep         = 
}}

Samples

{{infobox character
 | name           = {{PAGENAME}}
 | 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> }}

Cookies help us deliver our services. By using our services, you agree to our use of cookies.