Template:Startflatlist View history

Documentation icon Template documentation

A frontend for {{flatlist}} when it is used to mark the start of a flatlist (a horizontal list ("hlist") whose items are separated by dots). If {{startflatlist}} is used, any CSS styling for the list may be carried by the first unnamed parameter accompanying it (even if that first unnamed parameter isn't the first parameter). In other words, for example,

{{startflatlist|padding-bottom:1.0em;font-style:italic}} = {{flatlist|style=padding-bottom:1.0em;font-style:italic}}

Meanwhile, {{startflatlist}} = {{flatlist}}. {{Flatlist}}'s other parameters may be included so long as they are named (|class=, |indent=).

If {{startflatlist}} is used to mark the start of a flatlist, use {{endflatlist}} to mark its end.



Note that:

{{startflatlist|padding-bottom:1.0em|style=font-style:italic}} = {{flatlist|style=font-style:italic}}

In other words, so long as the styling is the first unnamed parameter (but not necessarily the first parameter overall) and none of any other parameters are named "style", the styling should be passed onto {{flatlist}} correctly. For example:

{{startflatlist |indent=2 |class=nowrap |padding-bottom:1.0em;font-style:italic}} = {{flatlist |class=nowrap |style=padding-bottom:1.0em;font-style:italic; |indent=2}}

If more than one unnamed parameter accompanies {{startflatlist}}, only the first will be taken to be the styling (again, so long as there isn't also a |style= parameter).

Subpages of this template.