Template:Infobox CD: Difference between revisions
Jump to navigation
Jump to search
(New documentation style.) |
(Style.) |
||
Line 1: | Line 1: | ||
{|class="infobox | {|class="infobox" | ||
! colspan="2" | ! colspan="2" class="infoboxTitle" | ''{{PAGENAME}}'' | ||
|- | |- | ||
| colspan="2" style="text-align: center;" | {{#if:{{{image|}}}|[[Image:{{{image}}}|{{{size}}}]]|}} | |||
|- | |- | ||
! | ! style="width: 30%;" | Artist | ||
| {{{artist}}} | |||
|- | |- | ||
{{#if:{{{native|}}}|! | {{#if:{{{native|}}}|! Native title | ||
{{!}} {{{native}}} | |||
{{!}}-}} | {{!}}-}} | ||
{{#if:{{{aside|}}}|! | {{#if:{{{aside|}}}|! A side | ||
{{!}} {{{aside}}} | |||
{{!}}-}} | {{!}}-}} | ||
{{#if:{{{bside|}}}|! | {{#if:{{{bside|}}}|! B side | ||
{{!}} {{{bside}}} | |||
{{!}}-}} | {{!}}-}} | ||
{{#if:{{{single|}}}|! | {{#if:{{{single|}}}|! Single # | ||
{{!}} {{{single}}} | |||
{{!}}-}} | {{!}}-}} | ||
{{#if:{{{album|}}}|! | {{#if:{{{album|}}}|! Album # | ||
{{!}} {{{album}}} | |||
{{!}}-}} | {{!}}-}} | ||
! | ! Released on | ||
| {{{release}}} | |||
|- | |- | ||
! | ! Genre | ||
| {{{genre}}} | |||
|- | |- | ||
{{#if:{{{format|}}}|! | {{#if:{{{format|}}}|! Format | ||
{{!}} {{{format}}} | |||
{{!}}-}} | {{!}}-}} | ||
! | ! Length | ||
| {{{length}}} | |||
|- | |- | ||
{{#if:{{{label|}}}|! | {{#if:{{{label|}}}|! Label | ||
{{!}} {{{label}}} | |||
{{!}}-}} | {{!}}-}} | ||
{{#if:{{{awards|}}}|! | {{#if:{{{awards|}}}|! Awards | ||
{{!}} {{{awards}}} | |||
{{!}}-}} | {{!}}-}} | ||
! | ! Sales | ||
| {{{sales}}} | |||
|- | |- | ||
! colspan=2 style=" | ! colspan="2" style="text-align:center;" | {{{artist}}} {{{type}}} chronology | ||
|- | |- | ||
! | ! Previous | ||
| {{{previous|None}}} | |||
|- | |- | ||
! | ! Next | ||
| {{{next|None}}} | |||
|} | |} | ||
<noinclude> | <noinclude> |
Revision as of 11:56, November 11, 2014
Infobox CD | |
---|---|
Artist | {{{artist}}} |
Released on | {{{release}}} |
Genre | {{{genre}}} |
Length | {{{length}}} |
Sales | {{{sales}}} |
{{{artist}}} {{{type}}} chronology | |
Previous | None |
Next | None |
Info
Place this at the top of music-related articles. This places an information box with data about the album or single.
Parameters
Parameter | Mandatory | Default | Detailed description |
---|---|---|---|
image | No | The name of the image to show, extension included. | |
size | No | The image's size. | |
artist | Yes | Name of the artist(s). | |
aside | No | Title on the A side. | |
bside | No | Title on the B side. | |
native | No | Name of the single/album on its native language. | |
single | No | Number of the single. Ignore if it's an album. | |
album | No | Number of the album. Ignore if it's a single. | |
release | Yes | Release date (month day, year). Don't forge the <sup></sup> on the day. Example: January 1st, 2014. | |
genre | Yes | Musical genres included. | |
length | Yes | Length of the track (single), or length of all tracks combined (album). | |
awards | No | Awards the single/album won, if any. | |
sales | Yes | How many copies have been sold. | |
label | No | Label on the cover, if any. | |
type | Yes | "single" or "album". | |
previous | No | None | Previous single or album in the chronology. |
next | No | None | Following single or album in the chronology. |
Template
{{Infobox CD |image = |size = |artist = |native = |aside = |bside = |single = |album = |release = |genre = |format = |length = |label = |awards = |sales = |label = |type = |previous = |next = }}