Template:Infobox Old: Difference between revisions
Jump to navigation
Jump to search
Infobox created with infobox builder. |
No edit summary |
||
Line 1: | Line 1: | ||
{| class="infobox" style="font-family: verdana, sans-serif; background-color: #f7f8ff; border:1px solid {{{bordercolor|#8888AA}}}" | |||
|- | |||
| colspan=2 style="background:{{{bgcolor|#99B1FF}}};color:{{{txtcolor|black}}};font-size:125%;text-align:center"|'''{{{name|{{PAGENAME}}}}}''' | |||
|- | |||
{{#if:{{{image|}}}| | |||
{{!}}colspan=2 style="text-align:center;background:transparent"{{!}}{{{image}}} | |||
}} | |||
|- | |||
{{#if:{{{first_appearance|}}}| | |||
{{!}}style="background:{{{bgcolor2|#C0CFFF}}}"{{!}}'''First appearance''' | |||
{{!}}{{{first_appearance}}} | |||
}} | |||
|- | |||
{{#if:{{{latest_appearance|}}}| | |||
{{!}}style="background:{{{bgcolor2|#C0CFFF}}}"{{!}}'''Latest appearance''' | |||
{{!}}{{{latest_appearance}}} | |||
}} | |||
|- | |||
{{#if:{{{franchise|}}}| | |||
{{!}}style="background:{{{bgcolor2|#C0CFFF}}}"{{!}}'''Franchise''' | |||
{{!}}{{{franchise}}} | |||
}} | |||
|- | |||
{{#if:{{{created_by|}}}| | |||
{{!}}style="background:{{{bgcolor2|#C0CFFF}}}"{{!}}'''Created by''' | |||
{{!}}{{{created_by}}} | |||
}} | |||
|- | |||
{{#if:{{{portrayed_by|}}}| | |||
{{!}}style="background:{{{bgcolor2|#C0CFFF}}}"{{!}}'''Portrayed by''' | |||
{{!}}{{{portrayed_by}}} | |||
}} | |||
|- | |||
{{#if:{{{voiced_by|}}}| | |||
{{!}}style="background:{{{bgcolor2|#C0CFFF}}}"{{!}}'''Voiced by''' | |||
{{!}}{{{voiced_by}}} | |||
}} | |||
|- | |||
{{#if:{{{latest_portrayal|}}}| | |||
{{!}}style="background:#C0CFFF"{{!}}'''Latest portrayal''' | |||
{{!}}{{{latest_portrayal}}} | |||
}} | |||
{{!}}- | |||
{{#if:{{{full_name|}}}{{{species|}}}{{{gender|}}}{{{residence|}}}{{{occupation|}}}{{{affiliation|}}}{{{aliases|}}}| | |||
{{!}}colspan=2 style="font-size:110%;text-align:center;background:{{{bgcolor|#99B1FF}}};color:{{{txtcolor|black}}}"{{!}}'''In-universe information''' | |||
{{!}}- | |||
{{#if:{{{full_name|}}}| | |||
{{!}}style="background:{{{bgcolor2|#C0CFFF}}}"{{!}}'''Full name''' | |||
{{!}}{{{full_name}}} | |||
}} | |||
{{!}}- | |||
{{#if:{{{species|}}}| | |||
{{!}}style="background:{{{bgcolor2|#C0CFFF}}}"{{!}}'''Species''' | |||
{{!}}{{{species}}} | |||
}} | |||
{{!}}- | |||
{{#if:{{{gender|}}}| | |||
{{!}}style="background:{{{bgcolor2|#C0CFFF}}}"{{!}}'''Gender''' | |||
{{!}}{{{gender}}} | |||
}} | |||
{{!}}- | |||
{{#if:{{{residence|}}}| | |||
{{!}}style="background:{{{bgcolor2|#C0CFFF}}}"{{!}}'''Residence''' | |||
{{!}}{{{residence}}} | |||
}} | |||
{{!}}- | |||
{{#if:{{{occupation|}}}| | |||
{{!}}style="background:{{{bgcolor2|#C0CFFF}}}"{{!}}'''Occupation(s)''' | |||
{{!}}{{{occupation}}} | |||
}} | |||
{{!}}- | |||
{{#if:{{{affiliation|}}}| | |||
{{!}}style="background:{{{bgcolor2|#C0CFFF}}}"{{!}}'''Affiliation(s)''' | |||
{{!}}{{{affiliation}}} | |||
}} | |||
{{!}}- | |||
{{#if:{{{aliases|}}}| | |||
{{!}}style="background:{{{bgcolor2|#C0CFFF}}}"{{!}}'''Alias(es)''' | |||
{{!}}{{{aliases}}} | |||
}} | |||
}} | |||
|} | |||
<noinclude> | |||
==Usage== | |||
<pre style="width:30em"> | |||
{{character infobox | |||
|name= | |||
|image= | |||
|first_appearance= | |||
|latest_appearance= | |||
|franchise= | |||
|created_by= | |||
|portrayed_by= | |||
|voiced_by= | |||
|latest_portrayal= | |||
|full_name= | |||
|species= | |||
|gender= | |||
|residence= | |||
|occupation= | |||
|affiliation= | |||
|aliases= | |||
}} | |||
</pre> | |||
These affect the color of the template: | |||
<pre> | |||
|bgcolor= // use a dark color | |||
|bgcolor2= // use a light color | |||
|txtcolor= | |||
|bordercolor= | |||
</pre> | |||
[[Category:Infobox templates]]</noinclude> |
Revision as of 13:01, 13 July 2022
Infobox Old |
Usage
{{character infobox |name= |image= |first_appearance= |latest_appearance= |franchise= |created_by= |portrayed_by= |voiced_by= |latest_portrayal= |full_name= |species= |gender= |residence= |occupation= |affiliation= |aliases= }}
These affect the color of the template:
|bgcolor= // use a dark color |bgcolor2= // use a light color |txtcolor= |bordercolor=