Template:•/doc

From Bonkipedia
Revision as of 13:35, 3 February 2020 by [[mw:]]>Mainframe98 (Created page with "{{Documentation subpage}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> __NOTOC__ This is the '''bullet''' template, it looks like this: " • "....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This is the bullet template, it looks like this: " • ". It works similarly to the html+wiki markup sequence [&nbsp;&bull; ]. That is, a non-breaking space, a bullet and a normal space.

Technical details

The space before the dot is a 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.

Under some circumstances dotted link lists misbehave. They might get unexpected line wraps or they might expand outside the box they are enclosed in. The how-to guide w:Wikipedia:Line break handling explains when that happens and how to fix it.