27,541
edits
 (Modified documentation to accomodate 16 singles)  | 
				No edit summary  | 
				||
| Line 1: | Line 1: | ||
{{  | {{Documentation subpage}}  | ||
{{Code from Wikipedia}}  | |||
{{Lua|Module:Singles|Module:Check for unknown parameters}}  | |||
This infobox is to be used as an additional miscellaneous listing at the bottom of {{Ti|Infobox   | This infobox is to be used as an additional miscellaneous listing at the bottom of {{Ti|Infobox album}}.  | ||
==Usage==  | ==Usage==  | ||
This infobox should be placed in the {{para|misc}} field as shown below, using the field cases also shown below.  Any unused fields may be left out.  | |||
<  | If this template is substituted, it will return a cleaned-up copy of itself (see [[Wikipedia:Substitution trick]]) with unnecessary parameters removed and deprecated parameters replaced. Parameter indentation will also automatically be fixed.  | ||
{{Infobox   | |||
<syntaxhighlight lang="wikitext">  | |||
{{Infobox album <!-- See Wikipedia:WikiProject_Albums -->  | |||
...  | ...  | ||
| Misc   | | Misc           =  | ||
{{Singles  | |||
| name         =    | |||
| type         =    | |||
| single1      =    | |||
| single1date  =    | |||
| single2      =    | |||
| single2date  =    | |||
| single3      =    | |||
| single3date  =    | |||
| single4      =    | |||
| single4date  =    | |||
| single5      =    | |||
| single5date  =    | |||
| single6      =    | |||
| single6date  =    | |||
| single7      =    | |||
| single7date  =    | |||
| single8      =    | |||
| single8date  =    | |||
| single9      =    | |||
| single9date  =    | |||
| single10     =    | |||
| single10date =    | |||
| single11     =    | |||
| single11date =    | |||
| single12     =    | |||
| single12date =    | |||
}}  | |||
}}  | }}  | ||
</  | </syntaxhighlight>  | ||
;Name : The name of the album.  | ;Name : The name of the album (the formatting will add ''italics'').  | ||
;Type : The album type, specified in [[Template:Infobox   | ;Type : The album type, e.g., studio, live, compilation, etc., specified in [[Template:Infobox album#Type]].  | ||
;Single # : The name of the single.    | ;Single # : The name of the single (the formatting will add "quote" marks).  If it has a WP article, add a link.  | ||
;Single # date : The date   | ;Single # date : The date the single was released. If full date is unknown, use month and year or just year. Do not use the {{tl|Start date}} template in this field.  | ||
Note that all fields are already properly formatted, so italics or quotation marks need not be entered in fields.  | Note that all fields are already properly formatted, so italics or quotation marks need not be entered in fields.  | ||
<includeonly>{{Sandbox other||  | |||
<!-- Categories below this line, please; interwikis at Wikidata -->  | |||
[[Category:Music infobox templates]]  | |||
[[Category:WikiProject Albums templates]]  | |||
[[Category:Templates that add a tracking category]]  | |||
}}</includeonly>  | |||