Template:Character Info: Difference between revisions

From No Man's Land - A Trigun Wiki
Jump to navigation Jump to search
m (removed error in code preview)
No edit summary
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly>{| class="wikitable" style="float: right; margin-left: 0.5em; margin-right: 0px; width: 20%; min-width:300px;"
<includeonly>{| class="wikitable" style="float: right; margin-left: 0.5em; margin-right: 0px; width: 20%; min-width:300px;"
! colspan="2" | {{{subj|{{PAGENAME}}}}}
! colspan="2" | {{{subj|{{{name|{{PAGENAME}}}}}}}}
|-
|-
| colspan="2" style="text-align:center; {{#if:{{{img|}}}||display: none}}" | [[File:{{{img|}}}|300px|x400px]]{{#if:{{{imgcaption|}}}|<br/>{{{imgcaption|}}}}}
| 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|}}}||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"}}
|- {{#if: {{{altspelling|}}}||style="display: none"}}
! Alternate Spelling
! Alternate spelling
| {{{altspelling|}}}
| {{{altspelling|}}}
|-
|-
Line 51: Line 51:
! Affiliation
! Affiliation
| {{{affiliation|}}}
| {{{affiliation|}}}
|-
|- {{#if: {{{weapon|}}}||style="display: none"}}
! Weapon
| {{{weapon|}}}
|-
|- {{#if: {{{family|}}}||style="display: none"}}
! Family
| {{{family|}}}
|-
|-
|- {{#if: {{{first|}}}||style="display: none"}}
|- {{#if: {{{first|}}}||style="display: none"}}
! First Appearance
! First appearance
| {{{first|}}}
| {{{first|}}}
|-
|-
|- {{#if: {{{last|}}}||style="display: none"}}
|- {{#if: {{{last|}}}||style="display: none"}}
! Last Appearance
! Last appearance
| {{{last|}}}
| {{{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"}}
|- {{#if: {{{lastanime|}}}||style="display: none"}}
! Last Anime Appearance
! Last anime appearance
| {{{lastanime|}}}
| {{{lastanime|}}}
|-
|-
|- {{#if: {{{firststampede|}}}||style="display: none"}}
|- {{#if: {{{firststampede|}}}||style="display: none"}}
! First Stampede Appearance
! First ''Stampede'' appearance
| {{{firststampede|}}}
| {{{firststampede|}}}
|-
|-
|- {{#if: {{{lastststampede|}}}||style="display: none"}}
|- {{#if: {{{lastststampede|}}}||style="display: none"}}
! Last Stampede Appearance
! Last ''Stampede'' appearance
| {{{laststampede|}}}
| {{{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>
|}</includeonly><noinclude>
<noinclude>
==Description==
==Description==
This template is intended for use on {{SITENAME}} pages that discuss various characters within the wider Trigun universe.
This template is intended for use on {{SITENAME}} pages that discuss various characters within the wider Trigun universe.
Line 112: Line 103:
Paste this code at the top of the text box in "Edit Source" mode and fill in the parameters with the appropriate values:
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
<pre>{{Character Info
|subj=
|img=
|img=
|imgcaption=
|imgcaption=
Line 126: Line 118:
|occupation=
|occupation=
|affiliation=
|affiliation=
|weapon=
|family=
|first=
|first=
|last=
|last=

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