Template:Flatlist
From Liquipedia Commons Wiki
Documentation (view - edit)
Usage
{{Flatlist}} starts a horizontal list, such as:
The bottom margin is inherited from the current container. Normally this will be 0.5em. This template can be used in tandem with {{endflatlist}}.
Parameters
Syntax:
{{flatlist}} * [[cat]] * [[dog]] * [[horse]] * [[cow]] * [[sheep]] * [[pig]] {{endflatlist}}
Alternative syntax:
{{flatlist | * [[cat]] * [[dog]] * [[horse]] * [[cow]] * [[sheep]] * [[pig]] }}
Syntax for ordered lists:
{{flatlist}} # [[first]] # [[second]] # [[third]] # [[fourth]] # [[fifth]] # [[sixth]] {{endflatlist}}
Optional parameters
- indent – adds left indent by a number of em-spaces, particularly handy for inclusion in an indented discussion thread.
- Example:
|indent=2
- Example:
- style – adds CSS style options. Complex styles should not be used in articles but may be acceptable on user, project, and talk pages.
- Example:
|style=border:solid 1px silver; background:lightyellow
- Example:
See also
- {{endflatlist}}
- {{pagelist}}