Anonymous

Template:Character Info: Difference between revisions

From No Man's Land - A Trigun Wiki
no edit summary
imported>KJNanika
No edit summary
No edit summary
 
(46 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{| class="wikitable"
<includeonly>{| class="wikitable" style="float: right; margin-left: 0.5em; margin-right: 0px; width: 20%; min-width:300px;"
! colspan="2" | {{{subj|}}}
! colspan="2" | {{{subj|{{{name|{{PAGENAME}}}}}}}}
|-
|-
! colspan="2" {{#if: {{{img|}}}||style="display: none"}} | {{{img|}}}
| colspan="2" style="text-align:center; {{#if:{{{img|}}}||display: none}}" | {{#ifexist:File:{{{img|}}}|[[File:{{{img}}}|300x400px]]|[[File:Image.png|300x400px|link={{fullurl:Special:Upload|wpDestFile={{urlencode:{{{img}}}}}}}]]}}{{#if:{{{imgcaption|}}}|<br/>{{{imgcaption|}}}}}
 
|-
| colspan="2" | <small>{{{capt|}}}</small>
|- {{#if: {{{ja_kanji|{{{ja_name|}}}}}}||style="display: none"}}
! Japanese name
| {{{ja_kanji|{{{ja_name|}}}}}}{{#if:{{{romaji|}}}|&#32;(''{{{romaji}}}'')}}
|-
|-
|- {{#if: {{{ja_kanji|}}}||style="display: none"}}
|- {{#if: {{{altspelling|}}}||style="display: none"}}
! Japanese Name
! Alternate spelling
| {{{ja_kanji|}}}
| {{{altspelling|}}}
|-
|-
|- {{#if: {{{age|}}}||style="display: none"}}
|- {{#if: {{{age|}}}||style="display: none"}}
Line 44: Line 46:
|- {{#if: {{{occupation|}}}||style="display: none"}}
|- {{#if: {{{occupation|}}}||style="display: none"}}
! Occupation
! Occupation
| {{{occupation|}}
| {{{occupation|}}}
|-
|-
|- {{#if: {{{affiliation|}}}||style="display: none"}}
|- {{#if: {{{affiliation|}}}||style="display: none"}}
Line 50: Line 52:
| {{{affiliation|}}}
| {{{affiliation|}}}
|-
|-
|- {{#if: {{{weapon|}}}||style="display: none"}}
|- {{#if: {{{first|}}}||style="display: none"}}
! Weapon
! First appearance
| {{{weapon|}}}
| {{{first|}}}
|-
|-
|- {{#if: {{{family|}}}||style="display: none"}}
|- {{#if: {{{last|}}}||style="display: none"}}
! Family
! Last appearance
| {{{family|}}}
| {{{last|}}}
|-
|-
|- {{#if: {{{firstmanga|}}}||style="display: none"}}
|- {{#if: {{{firstmanga|}}}||style="display: none"}}
! First Manga Appearance
! First manga appearance
| {{{firstmanga|}}}
| {{{firstmanga|}}}
|-
|-
|- {{#if: {{{lastmanga|}}}||style="display: none"}}
|- {{#if: {{{lastmanga|}}}||style="display: none"}}
! Last Manga Appearance
! Last manga appearance
| {{{lastmanga|}}}
| {{{lastmanga|}}}
|-
|-
|- {{#if: {{{firstanime|}}}||style="display: none"}}
|- {{#if: {{{firstanime|}}}||style="display: none"}}
! First Anime Appearance
! First anime appearance
| {{{firstanime|}}}
| {{{firstanime|}}}
|-
|- {{#if: {{{lastanime|}}}||style="display: none"}}
! Last anime appearance
| {{{lastanime|}}}
|-
|-
|- {{#if: {{{firststampede|}}}||style="display: none"}}
|- {{#if: {{{firststampede|}}}||style="display: none"}}
! First Stampede Appearance
! First ''Stampede'' appearance
| {{{firststampede|}}}
| {{{firststampede|}}}
|-
|- {{#if: {{{lastststampede|}}}||style="display: none"}}
! Last ''Stampede'' appearance
| {{{laststampede|}}}
|-
|-
|- {{#if: {{{ja_va|}}}||style="display: none"}}
|- {{#if: {{{ja_va|}}}||style="display: none"}}
! Japanese Voice Actor
! Japanese voice actor
| {{{ja_va|}}}
| {{{ja_va|}}}
|-
|-
|- {{#if: {{{en_va|}}}||style="display: none"}}
|- {{#if: {{{en_va|}}}||style="display: none"}}
! English Voice Actor
! English voice actor
| {{{en_va|}}}
| {{{en_va|}}}
|-
|-
|}
|}</includeonly><noinclude>
<style>
==Description==
.infotable {
This template is intended for use on {{SITENAME}} pages that discuss various characters within the wider Trigun universe.
    float: right;
 
    padding: 5px;
==Usage==
    margin-left: 3px;
===Parameters===
    background: #eaecf0;
Many parameters have been included for the sake of thoroughness, but not all are required. To omit a parameter, simply leave its space in the list blank. That will cause the row to hide itself.
    border: 3px solid #003aff;
    width: 25%;
}


.infotable th {
===Code===
    text-align: left;
Paste this code at the top of the text box in "Edit Source" mode and fill in the parameters with the appropriate values:
}</style>
<pre>{{Character Info
|subj=
|img=
|imgcaption=
|ja_kanji=
|altspelling=
|age=
|born=
|alias=
|race=
|height=
|hair=
|eye=
|gender=
|occupation=
|affiliation=
|first=
|last=
|firstmanga=
|lastmanga=
|firstanime=
|lastanime=
|firststampede=
|laststampede=
|ja_va=
|en_va=
}}</pre>
[[Category:Infobox templates]]</noinclude>