Template:Plainlist

Revision as of 13:37, 24 April 2025 by Josh (talk | contribs) (Created page with "<includeonly>{{#if:{{{1|}}}| <div class="plainlist"> <ul style="margin:0; list-style-type:disc; padding-left:1.6em;"> {{{1|}}} </ul> </div>}}</includeonly><noinclude> == Usage == Wrap any set of <code>*</code> items with <nowiki>{{plainlist|…}}</nowiki> to suppress the extra blank line that MediaWiki inserts before and after ordinary lists. <syntaxhighlight lang="wikitext"> {{plainlist| * First entry * Second entry with a wikilink * Third entry }} </syntaxhighligh...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Usage

edit

Wrap any set of * items with {{plainlist|…}} to suppress the extra blank line that MediaWiki inserts before and after ordinary lists.

{{plainlist|
* First entry
* Second entry with a [[wikilink]]
* Third entry
}}

Produces

edit
  • First entry
  • Second entry with a wikilink
  • Third entry