Template:Org Infobox: Difference between revisions

From No Man's Land - A Trigun Wiki
Jump to navigation Jump to search
imported>Katie5000
(Created page with "{| class="wikitable" style="float: right; margin-left: 0.5em; margin-right: 0px; width: 20%; min-width:300px;" ! colspan="2" | {{{subj|{{PAGENAME}}}}} |- | colspan="2" style="text-align:center; {{#if:{{{img|}}}||display: none}}" | [[File:{{{img|}}}|300px|x400px]]{{#if:{{{imgcaption|}}}|<br/>{{{imgcaption|}}}}} |- |- {{#if: {{{ja_kanji|}}}||style="display: none"}} ! Japanese Name | {{{ja_kanji|}}} |- |- {{#if: {{{altspelling|}}}||style="display: none"}} ! Alternate Spelli...")
 
imported>Katie5000
No edit summary
Line 1: Line 1:
{| 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|{{PAGENAME}}}}}
|-
|-
Line 64: Line 64:
| {{{laststampede|}}}
| {{{laststampede|}}}
|-
|-
|}
|}</includeonly>
<noinclude>
<noinclude>
==Description==
This template is intended for use on {{SITENAME}} pages that discuss various organizations within the Trigun universe.
==Usage==
===Parameters===
Technically, all of the parameters are optional except for the organization's name at the top of the box. To omit a parameter, simply leave its space in the list blank. That row will automatically hide itself.
===Code===
Paste this code at the top of the editor in "source" mode and fill in the parameters with the appropriate values:
<pre>{{Org Infobox
<pre>{{Org Infobox
|img=
|img=
Line 78: Line 87:
|first=
|first=
|last=
|last=
|firstmanga
|firstmanga=
|lastmanga
|lastmanga=
|firstanime
|firstanime=
|lastanime
|lastanime=
|firststampede
|firststampede=
|laststampede
|laststampede=
}}</pre>
}}</pre>
[[Category:Infobox templates]]</noinclude>
[[Category:Infobox templates]]</noinclude>

Revision as of 17:11, 29 March 2023


Description

This template is intended for use on No Man's Land - A Trigun Wiki pages that discuss various organizations within the Trigun universe.

Usage

Parameters

Technically, all of the parameters are optional except for the organization's name at the top of the box. To omit a parameter, simply leave its space in the list blank. That row will automatically hide itself.

Code

Paste this code at the top of the editor in "source" mode and fill in the parameters with the appropriate values:

{{Org Infobox
|img=
|imgcaption=
|ja_kanji=
|altspelling=
|founder=
|founded=
|leader=
|purpose=
|notable=
|first=
|last=
|firstmanga=
|lastmanga=
|firstanime=
|lastanime=
|firststampede=
|laststampede=
}}