Template:Infobox CD: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{|class="infobox" align="right" style="width: 27em; font-size: 82%; text-align: left; border-style: solid; border-width: 1px; border-color: grey" ! colspan="2" style="font-siz...") |
m (Text replacement - "{|class=" to "{| class=") |
||
(9 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{|class="infobox | {| class="infobox" | ||
! colspan="2" | ! colspan="2" class="infoboxTitle" | ''{{PAGENAME}}'' | ||
|- | |- | ||
| colspan="2" style="text-align: center;" | {{#if:{{{image|}}}|[[File:{{{image}}}|{{{size}}}]]|}} | |||
|- | |- | ||
! | ! style="width: 30%;" | Artist | ||
| {{{artist}}} | |||
|- | |- | ||
{{#if:{{{native|}}}|! | {{#if:{{{native|}}}|! Native title | ||
{{!}} {{{native}}} }} | |||
|- | |- | ||
{{#if:{{{aside|}}}|! A side | |||
{{!}} {{{aside}}} }} | |||
|- | |- | ||
{{#if:{{{ | {{#if:{{{bside|}}}|! B side | ||
{{!}} {{{bside}}} }} | |||
|- | |- | ||
{{#if:{{{ | {{#if:{{{single|}}}|! Single # | ||
{{!}} | {{!}} {{{single}}} }} | ||
|- | |- | ||
{{#if:{{{album|}}}|! Album # | |||
{{!}} {{{album}}} }} | |||
|- | |- | ||
{{#if:{{{ | ! Released on | ||
{{ | | {{{release}}} | ||
{{!}} | |- | ||
{{#if:{{{ | ! Genre | ||
{{ | | {{{genre}}} | ||
{{ | |- | ||
{{#if:{{{format|}}}|! Format | |||
{{!}} {{{format}}} }} | |||
|- | |||
! Length | |||
| {{{length}}} | |||
|- | |||
{{#if:{{{label|}}}|! Label | |||
{{!}} {{{label}}} }} | |||
|- | |||
{{#if:{{{awards|}}}|! Awards | |||
{{!}} {{{awards}}} }} | |||
|- | |||
! Sales | |||
| {{{sales}}} | |||
|- | |||
! colspan="2" style="text-align:center;" | {{{artist}}} {{{type}}} chronology | |||
|- | |||
! Previous | |||
| {{{previous|None}}} | |||
|- | |||
! Next | |||
| {{{next|None}}} | |||
|}<noinclude> | |||
{{clear}} | |||
==Info== | |||
Place this at the top of music-related articles. This places an information box with data about the album or single. | |||
==Parameters== | |||
{| class = "wikitable" | |||
! 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. Use {{tem|date}}. | |||
|- | |||
! 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. | |||
|} | |} | ||
==Skeleton== | |||
== | |||
<pre> | <pre> | ||
{{Infobox CD | {{Infobox CD | ||
|image = | |image = | ||
|size = | |size = | ||
|artist = | |artist = | ||
|native = | |native = | ||
|aside = | |aside = | ||
|bside = | |bside = | ||
|single = | |single = | ||
|album = | |album = | ||
|release = | |release = | ||
|genre = | |genre = | ||
|format = | |format = | ||
|length = | |length = | ||
|label = | |label = | ||
|awards = | |awards = | ||
|sales = | |sales = | ||
|type = | |label = | ||
|type = | |||
|previous = | |previous = | ||
|next = | |next = | ||
}} | }} | ||
</pre> | </pre> | ||
[[Category: | [[Category:Information boxes]]</noinclude> | ||
</noinclude> |
Latest revision as of 08:53, September 14, 2022
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. Use {{date}}. | |
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. |
Skeleton
{{Infobox CD |image = |size = |artist = |native = |aside = |bside = |single = |album = |release = |genre = |format = |length = |label = |awards = |sales = |label = |type = |previous = |next = }}