Template:·/doc: Difference between revisions

[checked revision][checked revision]
Content deleted Content added
No edit summary
 
(One intermediate revision by the same user not shown)
Line 7:
__NOTOC__
 
This is the '''bold middot''' template, which produces: " '''·''' ". It works similarly to the html+wiki markup sequence [<code>'''&amp;nbsp;<nowiki>'''&amp;middot;'''</nowiki>'''&nbsp;</code>]. That is, a [[Wikipedia:non-breaking space]], a bolded middot and a normal space.
 
This template is used when you want something smaller than a [[Template:•|bullet]] "•", or [[Template:spaced ndash|ndash]] "–".
 
This template's use for dotted lists is now '''deprecated'''. Use {{Tl|Flatlist}} or <code>class="hlist"</code> instead; see [[Wikipedia:WP:HLIST]].
 
{| class="wikitable"
Line 22:
 
== Technical details ==
The space before the dot is a [[Wikipedia:non-breaking space]]. That means it will not line break and will not collapse together with normal spaces that come before the template.
 
The space after the dot is a normal space. That means it wraps (allows line breaks) and it will collapse together with normal spaces that come after the template to form one single space.