Template:Character Info: Difference between revisions

From No Man's Land - A Trigun Wiki
Jump to navigation Jump to search
imported>KJNanika
No edit summary
No edit summary
 
(36 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{| class="wikitable" style="margin-left: auto; margin-right: 0px; width: 20%;"
<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|}}}||style="display: none"}}
|- {{#if: {{{ja_kanji|{{{ja_name|}}}}}}||style="display: none"}}
! Japanese Name
! Japanese name
| {{{ja_kanji|}}}
| {{{ja_kanji|{{{ja_name|}}}}}}{{#if:{{{romaji|}}}|&#32;(''{{{romaji}}}'')}}
|-
|- {{#if: {{{altspelling|}}}||style="display: none"}}
! Alternate spelling
| {{{altspelling|}}}
|-
|-
|- {{#if: {{{age|}}}||style="display: none"}}
|- {{#if: {{{age|}}}||style="display: none"}}
Line 43: 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 49: 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>
==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>

Latest revision as of 11:23, 7 January 2024

Description

This template is intended for use on No Man's Land - A Trigun Wiki 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:

{{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=
}}