OL
Talk0
2,354,033pages on
this wiki
this wiki
Template page
Produces a numbered list with an optional header, similar to the HTML tag <OL>.
Parameters
-
|header= - text to display as header (optional)
|nr= (or |start=)
- number of first list item (defaults to 1)
-
|#1=
|#2=
|#3=
… - list items
-
|#type= - list-style-type (defaults to decimal) (optional) see below for a list of available types
IMPORTANT: To enable the API to "see" page links, each line of the tracklist, on both artist and album pages, has to start with the # character.
Example:
{{OL|header=Bonus Tracks on the Very Special 2010 Edition:|nr=42|
#1='''[[The Strolling Ones:White Sugar|White Sugar]]'''|
#2='''[[The Strolling Ones:Tame Horses|Tame Horses]]'''|
#3='''[[The Strolling Ones:Paint It, Red|Paint It, Red]]'''}}
displays as:
Bonus Tracks on the Very Special 2010 Edition:
Style types
|type=none
|type=disc
|type=circle
|type=square
|type=lower-roman
|type=upper-roman
|type=lower-alpha
|type=upper-alpha
|type=decimalproduces the same result as omitting the type parameter.