Skip to content
Aa
Reading appearance
Browse
Browse the wiki
Books
Characters
Houses
Places
History
Culture
More topics
Images
Television
Chapters
Timeline
Random Article
Community
Community Portal
Recent Changes
Our Sites
Westeros
Forum of Ice and Fire
Blood of Dragons MUSH
Login
Talk
Interact
Interact
Edit source
View history
More page tools
What links here
Related changes
Page information
Special pages
Editing
Template
:
Flatlist/doc
Jump to:
navigation
,
search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Usage == {{tl|flatlist}} starts a horizontal list, such as: {{flatlist| * [[cat]] * [[dog]] * [[horse]] * [[cow]] * [[sheep]] * [[pig]] }} == Examples == <syntaxhighlight lang="wikitext"> {{flatlist| * [[cat]] * [[dog]] * [[horse]] * [[cow]] * [[sheep]] * [[pig]] }} </syntaxhighlight> produces: {{flatlist| * [[cat]] * [[dog]] * [[horse]] * [[cow]] * [[sheep]] * [[pig]] }} === Syntax for ordered lists === <syntaxhighlight lang="wikitext"> {{flatlist| # [[first]] # [[second]] # [[3|third]] # [[fourth]] # [[fifth]] # [[sixth]] }} </syntaxhighlight> produces: {{flatlist| # [[first]] # [[second]] # [[3|third]] # [[fourth]] # [[fifth]] # [[sixth]] }} === Using optional parameters === <syntaxhighlight lang="wikitext"> {{flatlist |indent=2 |style=border:solid 1px silver; background:lightyellow; |class=nowraplinks | * [[Alpine skiing at the 1936 Winter Olympics]] * [[Alpine skiing at the 1948 Winter Olympics]] * [[Alpine skiing at the 1952 Winter Olympics]] * [[Alpine skiing at the 1956 Winter Olympics]] * [[Alpine skiing at the 1960 Winter Olympics]] * [[Alpine skiing at the 1964 Winter Olympics]] }} </syntaxhighlight> produces: {{flatlist |indent=2 |style=border:solid 1px silver; background:lightyellow; |class=nowraplinks | * [[Alpine skiing at the 1936 Winter Olympics]] * [[Alpine skiing at the 1948 Winter Olympics]] * [[Alpine skiing at the 1952 Winter Olympics]] * [[Alpine skiing at the 1956 Winter Olympics]] * [[Alpine skiing at the 1960 Winter Olympics]] * [[Alpine skiing at the 1964 Winter Olympics]] }} == Technical details == This template uses the <code>.hlist</code> [[Cascading Style Sheets|CSS]] class defined in [[MediaWiki:Common.css]] to generate horizontal lists. It causes ordinary html list items to be displayed inline (horizontally), where they would normally display as block elements (vertically). The class also generates the [[interpunct]]s between list items and parentheses around nested lists. Some of the CSS used is not compatible with some older browsers, notably Internet Explorer 6 and 7. {| class="wikitable" ! Wikitext ! Expanded template ! HTML |- style="vertical-align:top;" | <syntaxhighlight lang="wikitext"> {{flatlist| * cat * dog * horse * cow * sheep * pig }} </syntaxhighlight> | {{nowiki2|tag=pre| {{flatlist| * cat * dog * horse * cow * sheep * pig }} }} | <syntaxhighlight lang="html"> <div class="hlist"> <ul><li>cat</li> <li>dog</li> <li>horse</li> <li>cow</li> <li>sheep</li> <li>pig</li></ul> </div> </syntaxhighlight> |} == See also == * {{tl|endflatlist}} * {{tl|hlist}} * {{tl|plainlist}} and {{tl|unbulleted list}} * {{tl|bulleted list}} * {{tl|ordered list}} * {{tl|nowrap}} * {{tl|pagelist}}
Summary:
Please note that all contributions to A Wiki of Ice and Fire may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
A Wiki of Ice and Fire:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Preview page with this template
Pages included on this page:
Template:Flatlist
(
edit
)
Template:Nowiki2
(
edit
)
Template:Tl
(
edit
)
Module:Arguments
(
edit
)
Module:Tl
(
edit
)