Template:Bullet/doc

From LabVIEW Wiki
Jump to: navigation, search
This is the documentation page for Template:Bullet.
When it is viewed directly, links using variables may appear broken; do not replace these with hardcoded page names or URLs.

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

See also: Template:Middot

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 Wikipedia:Line break handling explains when that happens and how to fix it.