Jump to content

Template:Plainlist

From RetroTechCollection
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)

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 source]
  • First entry
  • Second entry with a wikilink
  • Third entry