Jump to content

Template:Flatlist: Difference between revisions

From pool
[unchecked revision][unchecked revision]
Content deleted Content added
Undo revision 10668 by Caleb Cooper (talk)
Tag: Undo
Line 32: Line 32:
<source lang="moin">
<source lang="moin">
{{flatlist|
{{flatlist|
* [[wikipedia:cat|cat]]
* [[cat]]
* [[wikipedia:dog|dog]]
* [[dog]]
* [[wikipedia:horse|horse]]
* [[horse]]
* [[wikipedia:cow|cow]]
* [[cow]]
* [[wikipedia:sheep|sheep]]
* [[sheep]]
* [[wikipedia:pig|pig]]
* [[pig]]
}}
}}
</source>
</source>
Line 44: Line 44:


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


Line 55: Line 55:
<source lang="moin">
<source lang="moin">
{{startflatlist}}
{{startflatlist}}
* [[wikipedia:cat|cat]]
* [[cat]]
* [[wikipedia:dog|dog]]
* [[dog]]
* [[wikipedia:horse|horse]]
* [[horse]]
* [[wikipedia:cow|cow]]
* [[cow]]
* [[wikipedia:sheep|sheep]]
* [[sheep]]
* [[wikipedia:pig|pig]]
* [[pig]]
{{endflatlist}}
{{endflatlist}}
</source>
</source>
Line 67: Line 67:


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



Revision as of 15:17, 5 March 2020



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 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: