Template:Flatlist

From DFM Wiki
Revision as of 12:42, 28 September 2021 by EricThrift (talk | contribs) (Copied from Wikipedia)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Used to create plain (i.e. unbulleted) lists.

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Extra Classesclass

Adds extra CSS classes to the containing div.

Stringoptional
CSS Stylestyle

Adds extra CSS properties to the containing div. Complex styles should not be used in articles (per [[MOS:DEVIATIONS]]) but may be acceptable on user, project and talk pages.

Example
border: solid 1px silver;
background: lightyellow;
Stringoptional
Indentindent

Indents the list by a number of standard indents (one indent being 1.6[[em (typography)|em]]). (Useful in an indented discussion thread.)

Example
2
Numberoptional
Content1

The list to wrap.

Contentsuggested