182
edits
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" 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|}}}}} | |||
|- | |||
| | |- {{#if: {{{ja_kanji|{{{ja_name|}}}}}}||style="display: none"}} | ||
! Japanese name | |||
| {{{ja_kanji|{{{ja_name|}}}}}}{{#if:{{{romaji|}}}| (''{{{romaji}}}'')}} | |||
|- | |- | ||
|- {{#if: {{{ | |- {{#if: {{{altspelling|}}}||style="display: none"}} | ||
! | ! Alternate spelling | ||
| {{{ | | {{{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: {{{ | |- {{#if: {{{first|}}}||style="display: none"}} | ||
! | ! First appearance | ||
| {{{ | | {{{first|}}} | ||
|- | |- | ||
|- {{#if: {{{ | |- {{#if: {{{last|}}}||style="display: none"}} | ||
! | ! Last appearance | ||
| {{{ | | {{{last|}}} | ||
|- | |- | ||
|- {{#if: {{{firstmanga|}}}||style="display: none"}} | |- {{#if: {{{firstmanga|}}}||style="display: none"}} | ||
! First | ! First manga appearance | ||
| {{{firstmanga|}}} | | {{{firstmanga|}}} | ||
|- | |- | ||
|- {{#if: {{{lastmanga|}}}||style="display: none"}} | |- {{#if: {{{lastmanga|}}}||style="display: none"}} | ||
! Last | ! Last manga appearance | ||
| {{{lastmanga|}}} | | {{{lastmanga|}}} | ||
|- | |- | ||
|- {{#if: {{{firstanime|}}}||style="display: none"}} | |- {{#if: {{{firstanime|}}}||style="display: none"}} | ||
! First | ! 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 | ! 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 | ! Japanese voice actor | ||
| {{{ja_va|}}} | | {{{ja_va|}}} | ||
|- | |- | ||
|- {{#if: {{{en_va|}}}||style="display: none"}} | |- {{#if: {{{en_va|}}}||style="display: none"}} | ||
! English | ! English voice actor | ||
| {{{en_va|}}} | | {{{en_va|}}} | ||
|- | |- | ||
|} | |}</includeonly><noinclude> | ||
< | ==Description== | ||
. | This template is intended for use on {{SITENAME}} pages that discuss various characters within the wider Trigun universe. | ||
==Usage== | |||
===Parameters=== | |||
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. | |||
===Code=== | |||
Paste this code at the top of the text box in "Edit Source" mode and fill in the parameters with the appropriate values: | |||
}</ | <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> |