Skip to content

Instantly share code, notes, and snippets.

@emANDem
Created May 19, 2014 19:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emANDem/870f2642a1b6514186ca to your computer and use it in GitHub Desktop.
Save emANDem/870f2642a1b6514186ca to your computer and use it in GitHub Desktop.
Character infobox
{| cellspacing="0" cellpadding="0" style="float:right; clear:right; margin: 0 0 .5em 1em; width:250px; background:white; border-collapse:collapse; border:1px solid #999999; font-size:smaller; line-height:1.5"
|-
|<div id="infoboxinternal">
{| border="0" cellpadding="4" cellspacing="0" style="float:right; margin:0 0 0 0; width:100%; background:{{{3|#f0f0f0}}}; border-collapse: collapse; vertical-align: middle"
|-
| colspan="2" style="text-align:center; padding:0; background:red;"| {{{image}}}
|-
! colspan="2" style="text-align:center; color:#ffffff; background:#0F1C8A; font-size:larger;" | {{{name}}}
|-
! colspan="2" style="{{#if:{{{hideb|}}}|display: none;| |}} text-align:center; font-weight:normal; color:#ffffff; background:#5260E0;" | '''Background information'''
|- style="border-top: 1px solid #999; border-bottom: 1px solid #999;"
| style="{{#if:{{{species|}}}| |display: none;}}" valign="top" | '''Species:'''
| style="{{#if:{{{species|}}}| |display: none;}}" class="infoboxcell" valign="top" | {{{species|}}}
|- style="border-top: 1px solid #999; border-bottom: 1px solid #999;"
| style="{{#if:{{{gender|}}}| |display: none;}}" valign="top" | '''Gender:'''
| style="{{#if:{{{gender|}}}| |display: none;}}" class="infoboxcell" valign="top" | {{{gender|}}}
|- style="border-top: 1px solid #999; border-bottom: 1px solid #999;"
| style="{{#if:{{{debut appearance|}}}| |display: none;}}" valign="top" | '''Debut appearance:'''
| style="{{#if:{{{debut appearance|}}}| |display: none;}}" class="infoboxcell" valign="top" | {{{debut appearance|}}}
|- style="border-top: 1px solid #999; border-bottom: 1px solid #999;"
| style="{{#if:{{{created by|}}}| |display: none;}}" valign="top" | '''Created by:'''
| style="{{#if:{{{created by|}}}| |display: none;}}" class="infoboxcell" valign="top" | {{{created by|}}}
|- style="border-top: 1px solid #999; border-bottom: 1px solid #999;"
| style="{{#if:{{{voice|}}}| |display: none;}}" valign="top" | '''Portrayed by:'''
| style="{{#if:{{{voice|}}}| |display: none;}}" class="infoboxcell" valign="top" | {{{voice|}}}
|}
</div>
|-
| id="infoboxend" class="plainlinks" style="text-align:right;-moz-border-radius:15px;" | [[Template:WBToonChar|[Source]]]
|}
<noinclude>
[[Category:Infoboxes]]
</noinclude>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment