Template:SeriesInfobox: Difference between revisions
Jump to navigation
Jump to search
imported>Whyitskai m (trying to fix something) |
m (Text replacement - "class="wikitable" style="float: right; margin-left: 0.5em; margin-right: 0px; width: 20%;"" to "class="wikitable infobox"") |
||
(18 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{| class="wikitable | <includeonly>{| class="wikitable infobox" | ||
! colspan="2" | {{{title|}}} | ! colspan="2" | {{{title|}}} | ||
|- | |- | ||
! colspan="2" {{#if: {{{img|}}} | ! colspan="2" {{#if: {{{img|}}}||style="display: none"}} | [[File:{{{img|}}}|300px]] | ||
|- | |- | ||
|- {{#if: {{{director|}}} | |- {{#if: {{{director|}}}||style="display: none"}} | ||
! Directed By | ! Directed By | ||
| {{{director|}}} | | {{{director|}}} | ||
|- | |- | ||
|- {{#if: {{{producer|}}} | |- {{#if: {{{producer|}}}||style="display: none"}} | ||
! Produced By | ! Produced By | ||
| {{{producer|}}} | | {{{producer|}}} | ||
|- | |- | ||
|- {{#if: {{{writer|}}} | |- {{#if: {{{writer|}}}||style="display: none"}} | ||
! Written By | ! Written By | ||
| {{{writer|}}} | | {{{writer|}}} | ||
|- | |- | ||
|- {{#if: {{{composer|}}} | |- {{#if: {{{composer|}}}||style="display: none"}} | ||
! Music By | ! Music By | ||
| {{{composer|}}} | | {{{composer|}}} | ||
|- | |- | ||
|- {{#if: {{{studio|}}} | |- {{#if: {{{studio|}}}||style="display: none"}} | ||
! Studio | ! Studio | ||
| {{{studio|}}} | | {{{studio|}}} | ||
|- | |- | ||
|- {{#if: {{{creator|}}} | |- {{#if: {{{creator|}}}||style="display: none"}} | ||
! Original Manga By | ! Original Manga By | ||
| {{{creator|}}} | | {{{creator|}}} | ||
|- | |- | ||
|- {{#if: {{{licensee|}}} | |- {{#if: {{{licensee|}}}||style="display: none"}} | ||
! Licensed By | ! Licensed By | ||
| {{{licensee|}}} | | {{{licensee|}}} | ||
|- | |- | ||
|- {{#if: {{{ | |- {{#if: {{{distributor|}}}||style="display: none"}} | ||
! | ! Distributed By | ||
| {{{ | | {{{distributor|}}} | ||
|- | |||
|- {{#if: {{{network_JP|}}}||style="display: none"}} | |||
! Japanese Network | |||
| {{{network_JP|}}} | |||
|- | |- | ||
|- {{#if: {{{network_US|}}} | |- {{#if: {{{network_US|}}}||style="display: none"}} | ||
! US Network | ! US Network | ||
| {{{network_US|}}} | | {{{network_US|}}} | ||
|- | |- | ||
|- {{#if: {{{ | |- {{#if: {{{network|}}}||style="display: none"}} | ||
! | ! Network | ||
| {{{ | | {{{network|}}} | ||
|- | |||
|- {{#if: {{{premiere_JP|}}}||style="display: none"}} | |||
! Japanese Premiere | |||
| {{{premiere_JP|}}} | |||
|- | |- | ||
|- {{#if: {{{premiere_US|}}} | |- {{#if: {{{premiere_US|}}}||style="display: none"}} | ||
! US Premiere | ! US Premiere | ||
| {{{premiere_US|}}} | | {{{premiere_US|}}} | ||
|- | |- | ||
|- {{#if: {{{episodes|}}} | |- {{#if: {{{premiere|}}}||style="display: none"}} | ||
! Premiere | |||
| {{{premiere|}}} | |||
|- | |||
|- {{#if: {{{episodes|}}}||style="display: none"}} | |||
! Episodes | ! Episodes | ||
| {{{episodes|}}} | | {{{episodes|}}} | ||
|- | |- | ||
|} | |- {{#if: {{{released|}}}||style="display: none"}} | ||
! Released | |||
| {{{released|}}} | |||
|- | |||
|- {{#if: {{{budget|}}}||style="display: none"}} | |||
! Budget | |||
| {{{budget|}}} | |||
|- | |||
|- {{#if: {{{runtime|}}}||style="display: none"}} | |||
! Runtime | |||
| {{{runtime|}}} | |||
|- | |||
|- {{#if: {{{gross|}}}||style="display: none"}} | |||
! Box Office | |||
| {{{gross|}}} | |||
|- | |||
|}</includeonly> | |||
<noinclude> | |||
==Description== | |||
This template is intended for use on {{SITENAME}} pages that discuss the different Trigun series, such as anime, manga, and movies. | |||
==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>{{SeriesInfobox | |||
|title= | |||
|img= | |||
|director= | |||
|producer= | |||
|writer= | |||
|composer= | |||
|studio= | |||
|creator= | |||
|licensee= | |||
|distributor= | |||
|network_JP= | |||
|network_US= | |||
|network= | |||
|premiere_JP= | |||
|premiere_US= | |||
|premiere= | |||
|episodes= | |||
|released= | |||
|budget= | |||
|runtime= | |||
|gross= | |||
}}</pre> | |||
[[Category:Infobox templates]]</noinclude> |
Latest revision as of 18:58, 4 January 2024
Description
This template is intended for use on No Man's Land - A Trigun Wiki pages that discuss the different Trigun series, such as anime, manga, and movies.
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:
{{SeriesInfobox |title= |img= |director= |producer= |writer= |composer= |studio= |creator= |licensee= |distributor= |network_JP= |network_US= |network= |premiere_JP= |premiere_US= |premiere= |episodes= |released= |budget= |runtime= |gross= }}