Template:Episode info: Difference between revisions

From No Man's Land - A Trigun Wiki
Jump to navigation Jump to search
imported>Whyitskai
(added specifications for Pioneer & Funimation English name variants as well as English w/o release specification paramater)
m (trying something to match the chapter box formatting)
 
(15 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{| class="wikitable" style="float: right; margin-left: auto; margin-right: 0px; width: 20%;"
<includeonly>{| class="wikitable infobox"
! colspan="2" | {{{subj|}}}
! colspan="2" | {{{ja_kanji|}}}{{#if:{{{eng_title|}}}|<br><small>{{{eng_title|}}}</small>}}{{#if:{{{eng_pioneer|}}}|<br><small>{{{eng_pioneer|}}}</small>}}
|-
|-
! colspan="2" {{#if: {{{img|}}}||style="display: none"}} | {{{img|}}}
! colspan="2" {{#if: {{{img|}}}||style="display: none"}} | {{{img|}}}
|-
|- {{#if: {{{series|}}}||style="display: none"}}
! Series
| {{{series|}}}
|-
|-
|- {{#if: {{{ja_kanji|}}}||style="display: none"}}
|- {{#if: {{{ja_kanji|}}}||style="display: none"}}
Line 13: Line 17:
|-
|-
|- {{#if: {{{eng_pioneer|}}}||style="display: none"}}
|- {{#if: {{{eng_pioneer|}}}||style="display: none"}}
! English Name (Pioneer)
! English Name <sup>(Pioneer)</sup>
| {{{eng_pioneer|}}}
| {{{eng_pioneer|}}}
|-
|-
|- {{#if: {{{eng_funimation|}}}||style="display: none"}}
|- {{#if: {{{eng_funimation|}}}||style="display: none"}}
! English Name (Funimation)
! English Name <sup>(Funimation)</sup>
| {{{eng_funimation|}}}
| {{{eng_funimation|}}}
|-
|- {{#if: {{{season|}}}||style="display: none"}}
! Season
| {{{season|}}}
|-
|-
|- {{#if: {{{ep_number|}}}||style="display: none"}}
|- {{#if: {{{ep_number|}}}||style="display: none"}}
! Episode No.
! Episode No.
| {{{ep_number|}}}
| {{{ep_number|}}}
|-
|- {{#if: {{{ja_broadcast|}}}||style="display: none"}}
|- {{#if: {{{ja_broadcast|}}}||style="display: none"}}
! Original Airdate
! Original Airdate
| {{{ja_broadcast|}}}
| {{{ja_broadcast|}}}
|-
|- {{#if: {{{us_broadcast|}}}||style="display: none"}}
|- {{#if: {{{us_broadcast|}}}||style="display: none"}}
! US Airdate
! US Airdate
| {{{us_broadcast|}}}
| {{{us_broadcast|}}}
|-
|- {{#if: {{{writer|}}}||style="display: none"}}
|- {{#if: {{{writer|}}}||style="display: none"}}
! Writer
! Writer
| {{{writer|}}}
| {{{writer|}}}
|-
|- {{#if: {{{director|}}}||style="display: none"}}
|- {{#if: {{{director|}}}||style="display: none"}}
! Director
! Director
| {{{director|}}}
| {{{director|}}}
|-
|- {{#if: {{{prev_ep|}}}||style="display: none"}}
|- {{#if: {{{prev_ep|}}}||style="display: none"}}
! Previous Episode
! Previous Episode
Line 41: Line 54:
! Next Episode
! Next Episode
| {{{next_ep|}}}
| {{{next_ep|}}}
|}
|-
! colspan="2" {{#if: {{{img2|}}}||style="display: none"}} | {{{img2|}}}
|}</includeonly>
<noinclude>
==Description==
This template is intended for use on {{SITENAME}} pages that discuss the various episodes of the different Trigun series.
 
==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>{{Episode Info
|subj=
|img=
|series=
|ja_kanji=
|eng_title=
|eng_pioneer=
|eng_funimation=
|season=
|ep_number=
|ja_broadcast=
|us_broadcast=
|writer=
|director=
|prev_ep=
|next_ep=
|img2=
}}</pre>
[[Category:Infobox templates]]</noinclude>

Latest revision as of 07:43, 5 January 2024


Description

This template is intended for use on No Man's Land - A Trigun Wiki pages that discuss the various episodes of the different Trigun series.

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:

{{Episode Info
|subj=
|img=
|series=
|ja_kanji=
|eng_title=
|eng_pioneer=
|eng_funimation=
|season=
|ep_number=
|ja_broadcast=
|us_broadcast=
|writer=
|director=
|prev_ep=
|next_ep=
|img2=
}}