Difference between revisions of "Template:Character infobox"

From The Infosphere, the Futurama Wiki
Jump to navigation Jump to search
m (Shit, it was called grade!)
(Modified it.)
Line 1: Line 1:
<noinclude>
<includeonly>[[Category:Characters|{{{name}}}]]</includeonly>{| style="float: right; width: 250px; border: 1px solid #d3d3d3; background: #f0f0f0; font-size: 0.9em; margin-left: 15px;"
This is my ([[User:Svip|Svip]]) proposal for an infobox about characters seen in the show.  Using such a box it will mean that all articles about characters will have same appearance, and when the boxes need a face lift, we don't have to edit every single article.
{{#if:{{{type|}}}|{{character infobox/character type|{{{type}}}}}|}}
 
{{#if:{{{type2|}}}|{{character infobox/character type2|{{{type2}}}}}|}}
When we get the #if tag working, we can add as many as we will, and only those with actual information will be present in the articles.  The #if tag means that if an information isn't given, a part of the table will never be display (thus no rows with ''no info'').
 
Everyone is welcome to suggest more options.  There shall also be created once for item info, episode info, comic info, etc. etc.  These templates may also include the category for a character, etc.
</noinclude>{| style="float: right; width: 250px; border: 1px solid #d3d3d3; background: #f0f0f0; font-size: 0.9em; margin-left: 15px;"
! colspan="2" style="background: #d3d3d3; padding: 1px 5px;" | <big>''{{{name}}}''</big>
! colspan="2" style="background: #d3d3d3; padding: 1px 5px;" | <big>''{{{name}}}''</big>
|-
|-
! colspan="2" | {{{image}}}{{#if:{{{image text|}}}|<br /><span style="font-weight:normal;">{{{image text}}}</span>|}}
! colspan="2" | {{{image}}}{{#if:{{{image text|}}}|<br /><span style="font-weight:normal;">{{{image text}}}</span>|}}
|-
|-
{{#if:{{{age|}}}|{{character infobox/tbsub|Age|{{{age}}}}}|}}
{{#if:{{{age|}}}|{{ginfobox/tbsub|Age|{{{age}}}}}|}}
{{#if:{{{birth date|}}}|{{character infobox/tbsub|Date of birth|{{{birth date}}}}}|}}
{{#if:{{{birth date|}}}|{{ginfobox/tbsub|Date of birth|{{{birth date}}}}}|}}
{{#if:{{{gender|}}}|{{character infobox/tbsub|Gender|{{{gender}}}}}|}}
{{#if:{{{gender|}}}|{{ginfobox/tbsub|Gender|{{{gender}}}}}|}}
{{#if:{{{species|}}}|{{character infobox/tbsub|Species|{{{species}}}}}|}}
{{#if:{{{species|}}}|{{ginfobox/tbsub|Species|{{{species}}}}}|}}
{{#if:{{{origin|}}}|{{character infobox/tbsub|Planet of origin|{{{origin}}}}}|}}
{{#if:{{{origin|}}}|{{ginfobox/tbsub|Planet of origin|{{{origin}}}}}|}}
{{#if:{{{job|}}}|{{character infobox/tbsub|Profession|{{{job}}}}}|}}
{{#if:{{{job|}}}|{{ginfobox/tbsub|Profession|{{{job}}}}}|}}
{{#if:{{{bureaucrat grade|}}}|{{character infobox/tbsub|Bureaucrat grade|{{{bureaucrat grade}}}}}|}}
{{#if:{{{bureaucrat grade|}}}|{{ginfobox/tbsub|Bureaucrat grade|{{{bureaucrat grade}}}}}|}}
{{#if:{{{family|}}}|{{character infobox/tbsub|Relatives|{{{family}}}}}|}}
{{#if:{{{family|}}}|{{ginfobox/tbsub|Relatives|{{{family}}}}}|}}
{{character infobox/tbsub|First appearance|{{{first appear}}}}}
{{ginfobox/tbsub|First appearance|{{{first appear}}}}}
{{#if:{{{voiced by|}}}|{{character infobox/tbsub|Voiced by|{{{voiced by}}}}}|}}
{{#if:{{{voiced by|}}}|{{ginfobox/tbsub|Voiced by|{{{voiced by}}}}}|}}
{{#if:{{{wikipedia|}}}|{{character infobox/wikipedia|{{{wikipedia}}}}}|}}
{{#if:{{{wikipedia|}}}|{{character infobox/wikipedia|{{{wikipedia}}}}}|}}
|}<noinclude>
|}<noinclude>

Revision as of 21:00, 19 January 2008

{{{name}}}
{{{image}}}
First appearance {{{first appear}}}

Usage:

{{character infobox
|name=Name of character
|image=[[Image:Image|225px]]
|image text=(optional)
|age=(optional)
|birth date=(optional)
|gender=(optional)
|species=(optional)
|origin=(optional)
|job=(optional)
|family=(optional)
|first appear=
|voiced by=(optional)
|bureaucrat grade=(optional)
|wikipeda=(optional) for information about the person unrelated to Futurama
}}

Example:{| style="float: right; width: 250px; border: 1px solid #d3d3d3; background: #f0f0f0; font-size: 0.9em; margin-left: 15px;"


! colspan="2" style="background: #d3d3d3; padding: 1px 5px;" | Zapp Brannigan |- ! colspan="2" | Zapp Brannigan.png |- ! Age | 30 |-

! Gender | Male |- ! Species | Human |- ! Planet of origin | Earth |- ! Profession | Captain of the DOOP starship Nimbus |-


! First appearance | Love's Labours Lost in Space |- ! Voiced by | Billy West |-

|}