Template:Song info: Difference between revisions

From No Man's Land - A Trigun Wiki
Jump to navigation Jump to search
imported>Whyitskai
m (added japanese and english title fields)
m (10 revisions imported)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{| class="wikitable" style="float: right; margin-left: 0.5em; margin-right: 0px; width: 15%;"
{| class="wikitable" style="float: right; margin-left: 0.5em; margin-right: 0px; width: 25%;"
! colspan="2" | {{{subj|}}}
! colspan="2" | {{{subj|}}}
|-
|-
! colspan="2" {{#if: {{{img|}}}||style="display: none"}}  | [[File:{{{img|}}}|300px]]
! colspan="2" {{#if: {{{img|}}}||style="display: none"}}  | [[File:{{{img|}}}|300px]]
|-
|-
|- {{#if: {{{ja_kanji|}}}||style="display: none"}}
|- {{#if: {{{jp_title|}}}||style="display: none"}}
! Japanese Title
! Japanese Title
| {{{ja_kanji|}}}
| {{{jp_title|}}}
|-
|-
|- {{#if: {{{eng_title|}}}||style="display: none"}}
|- {{#if: {{{eng_title|}}}||style="display: none"}}
Line 15: Line 15:
! Artist
! Artist
| {{{artist|}}}
| {{{artist|}}}
|-
|- {{#if: {{{language|}}}||style="display: none"}}
! Language
| {{{language|}}}
|-
|-
|- {{#if: {{{runtime|}}}||style="display: none"}}
|- {{#if: {{{runtime|}}}||style="display: none"}}
Line 31: Line 35:
==Description==
==Description==
This template is intended for use on {{SITENAME}} pages that discuss songs used in Trigun.
This template is intended for use on {{SITENAME}} pages that discuss songs used in Trigun.
==Usage==
===Code===
===Parameters===
Paste this code at the top of the text box in "Edit Source" mode and fill in the parameters with the appropriate values:
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.
<pre>
{{Song info
|subj=
|img=
|jp_title=
|eng_title=
|artist=
|language=
|runtime=
|album=
|series=
}}
</pre>
[[Category:Infobox templates]]</noinclude>
[[Category:Infobox templates]]</noinclude>

Latest revision as of 08:40, 14 September 2023

[[File:|300px]]
Japanese Title
English Title
Artist
Language
Run Time
Album
Series

Description

This template is intended for use on No Man's Land - A Trigun Wiki pages that discuss songs used in Trigun.

Code

Paste this code at the top of the text box in "Edit Source" mode and fill in the parameters with the appropriate values:

{{Song info
|subj=
|img=
|jp_title=
|eng_title=
|artist=
|language=
|runtime=
|album=
|series=
}}