Template:Non-album single
Usage
This template displays "Non-album single" in a table cell.
Example
{| class="wikitable"
! scope="row" | Title
! scope="row" | Year
! scope="row" | Album
|-
| "[[Smoke and Fire (Sabrina Carpenter song)|Smoke and Fire]]"
| 2016
| {Non-album single|While the song was originally intended to be the lead single from Sabrina Carpenter's second studio album ''[[Evolution (Sabrina Carpenter album)|Evolution]]'', it was later dropped from the album's tracklist.}
|-
| "[[Miss You (Louis Tomlinson song)|Miss You]]"
| 2017
| {Non-album single|The song is included as a bonus track on the Japanese version of Louis Tomlinson's debut studio album ''[[Walls (Louis Tomlinson album)|Walls]].|uppercase=yes}
|}
Title | Year | Album |
---|---|---|
"Smoke and Fire" | 2016 | Non-album single[a] |
"Miss You" | 2017 | Non-album single[A] |
Parameters
- The optional positional parameter
1
is used to add an explanatory footnote on the side of "Non-album single". The explanatory footnote would not be added if the parameter is not used. Note that{notelist}
would need to be added to the page in order to use the parameter, unless theuppercase
parameter is set toyes
, in which case{notelist-ua}
should be used instead. If the footnote contains the = character, numbered parameters should be used, e.g.{Non-album single|1=The track was included in the tour edition of [[= (album)|=]].}
- The optional parameter
uppercase
will only work if the positional parameter1
is used, and accepts the valuesyes
andno
. It will make the explanatory footnote have an uppercase label rather than a lowercase one if set toyes
, and if not specified defaults tono
.