Template:Album info: Difference between revisions
Jump to navigation
Jump to search
imported>Whyitskai m (added additional fields, changed img to coverart) |
m (Text replacement - "class="wikitable" style="float: right; margin-left: 0.5em; margin-right: 0px; width: 15%;"" to "class="wikitable infobox"") |
||
(11 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{| class="wikitable | {| class="wikitable infobox" | ||
! colspan="2" | {{{subj|}}} | ! colspan="2" | {{{subj|}}} | ||
|- | |- | ||
! colspan="2" {{#if: {{{ | ! colspan="2" {{#if: {{{img|}}}||style="display: none"}} | [[File:{{{img|}}}|200px]] | ||
|- | |||
|-{{#if: {{{typeofalbum|}}}||style="display:none"}} | |||
!Type | |||
| {{{typeofalbum|}}} | |||
|- | |- | ||
|- {{#if: {{{artist|}}}||style="display: none"}} | |- {{#if: {{{artist|}}}||style="display: none"}} | ||
Line 16: | Line 20: | ||
| {{{genre|}}} | | {{{genre|}}} | ||
|- | |- | ||
|- {{#if: {{{ | |- {{#if: {{{trackno|}}}||style="display: none"}} | ||
! | ! Tracks | ||
| {{{ | | {{{trackno|}}} | ||
|- | |||
|- {{#if: {{{runtime|}}}||style="display: none"}} | |||
! Run Time | |||
| {{{runtime|}}} | |||
|- | |- | ||
|- {{#if: {{{label|}}}||style="display: none"}} | |- {{#if: {{{label|}}}||style="display: none"}} | ||
Line 27: | Line 35: | ||
! Country | ! Country | ||
| {{{country|}}} | | {{{country|}}} | ||
|- | |||
|- {{#if: {{{catno|}}}||style="display: none"}} | |||
! Catalog # | |||
| {{{catno|}}} | |||
|- | |- | ||
|- {{#if: {{{format|}}}||style="display: none"}} | |- {{#if: {{{format|}}}||style="display: none"}} | ||
Line 33: | Line 45: | ||
|- | |- | ||
|}<noinclude> | |}<noinclude> | ||
==Description== | |||
This template is intended for use on {{SITENAME}} pages that discuss music albums, singles, cds, and similar audio-related media releases for Trigun. | |||
==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> | |||
{{Album info | |||
|subj= | |||
|img= | |||
|typeofalbum= | |||
|artist= | |||
|released= | |||
|genre= | |||
|trackno= | |||
|runtime= | |||
|label= | |||
|country= | |||
|catno= | |||
|format= | |||
}} | |||
</pre> | |||
[[Category:Infobox templates]]</noinclude> | [[Category:Infobox templates]]</noinclude> |
Latest revision as of 18:57, 4 January 2024
Description
This template is intended for use on No Man's Land - A Trigun Wiki pages that discuss music albums, singles, cds, and similar audio-related media releases for Trigun.
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:
{{Album info |subj= |img= |typeofalbum= |artist= |released= |genre= |trackno= |runtime= |label= |country= |catno= |format= }}