Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 10:27, 5 August 2023 by Evon R'al (talk | contribs) (Add more information.)
Description
This template is used as an accessible alternative to <br> or <br /> separated lists, which should not be used[note 1].
Dependencies
Uses
plainlist class in Common.css
Used by
Syntax
{{Plainlist|<list>|<class= class>}}
Parameters
list
A wiki-markup list.
class
Additional class(es), beside the built in class "plainlist", to apply to list.
Sample output
{{plainlist| * [[Cormorant]] * [[Stratios]] * [[Astero]] * [[Paladin]] }}
gives ...
Technical details
{{Plainlist}} works by constructing a div with the CSS class "plainlist" which has the styles listed in MediaWiki:Common.css.
Notes
  1. ^ Alternatively the class "plainlist" could be applied directly to block-level elements.
See also