Jump to content

Template:Flatlist

From pool
Revision as of 15:14, 5 March 2020 by Caleb Cooper (talk | contribs)
This content is in the Template Namespace. Used for page-templates that can be re-used across the wiki.



Usage

{{flatlist}} starts a horizontal list, such as:


This template can be used with or without {{endflatlist}}. For navigation boxes using {{navbox}}, one can set |listclass=hlist, and achieve the same styling without using this template. For image captions, list (i.e. asterisk) markup does not work, so consider using {{hlist}} instead.

Optional parameters

class
Adds a CSS class to the containing div. Use nowraplinks to prevent links from wrapping.
style
Adds CSS styling to the containing div. Complex styles should not be used in articles (per WP:Deviations) but may be acceptable on user, project and talk pages.
Example: |style=border:solid 1px silver; background:lightyellow
indent
Indents the list by a number of standard indents, one indent being 1.6em. (Useful in an indented discussion thread.)
Example: |indent=2

Examples

 {{flatlist|
 * [[cat]]
 * [[dog]]
 * [[horse]]
 * [[cow]]
 * [[sheep]]
 * [[pig]]
 }}

produces:


Alternative syntax

 {{startflatlist}}
 * [[cat]]
 * [[dog]]
 * [[horse]]
 * [[cow]]
 * [[sheep]]
 * [[pig]]
 {{endflatlist}}

produces:


Syntax for ordered lists

{{flatlist|
# [[first]]
# [[second]]
# [[third]]
# [[fourth]]
# [[fifth]]
# [[sixth]]
}}

produces:


Using optional parameters

 {{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]]
 }}

produces: