Template:·: Difference between revisions
m (Text replacement - "wikipedia:Wikipedia:Line-break handling" to "wikipedia:Help:Line-break handling") |
m (Text replacement - "== ([^=])" to "== $1") |
||
Line 12: | Line 12: | ||
=== Normal usage === | === Normal usage === | ||
The recommended usage is to use ''no'' space before the template and one space after the template, like this: | The recommended usage is to use ''no'' space before the template and one space after the template, like this: | ||
Line 58: | Line 57: | ||
=== Usage issues === | === Usage issues === | ||
Putting one or more spaces before the template will cause it to render differently, like these examples: | Putting one or more spaces before the template will cause it to render differently, like these examples: | ||
:<nowiki>Salt {{·}}Pepper</nowiki> | :<nowiki>Salt {{·}}Pepper</nowiki> | ||
Line 75: | Line 73: | ||
=== Technical details === | === 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 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. | ||
Line 83: | Line 80: | ||
=== Dot size reference list === | === Dot size reference list === | ||
{| style="text-align:center; background:transparent;" | {| style="text-align:center; background:transparent;" | ||
| style="width:1.7em;" | <small>·</small> | | style="width:1.7em;" | <small>·</small> | ||
Line 115: | Line 111: | ||
<!-- | <!-- | ||
=== See also === | === See also === | ||
There are several other templates with similar functionality: | There are several other templates with similar functionality: | ||
Latest revision as of 01:56, April 13, 2022
This is the bold middot template, it looks like this: " · ".
It works similarly to the html+wiki markup sequence " '''·'''
". That is, a non-breaking space, a bolded middot and a normal space.
{{dot}} and {{middot}} redirect here and can be used as alternative names for this template.
This template is usually used for dotted lists, such as for link lists in navigation boxes. (For lists that have a font-size 80% or less of normal font-size, the bold middot "·" becomes too small. Then use the bullet "•" instead.)
This template is used when you want something smaller than a bullet "•", ndash "–" or mdash "—".
Normal usage
The recommended usage is to use no space before the template and one space after the template, like this:
- Salt{{·}} Pepper
The template can also be used with no space after it, but then the code does not wrap in the edit window thus making editing harder. Like this:
- Salt{{·}}Pepper
Both examples will render one space on each side of the dot, like this:
- Salt · Pepper
If it line breaks then the line break will come after the dot, not before, like this:
- Salt ·
- Pepper
For long dotted lists each list item can be put on its own line, with no spaces between each item and the template. Like this:
Salt{{·}} Pepper{{·}} Curry{{·}} Saffron
(It doesn't matter if there are no or some spaces at the end of the lines, after the templates.)
As before it will render one space on each side of the dots, like this:
- Salt · Pepper · Curry · Saffron
And if it line breaks then the line break will come after one of the dots, not before, like this:
- Salt · Pepper ·
- Curry · Saffron
When using the template to separate words in italics (typically lists of artworks in navboxes), put it within the italics to display with proper spacing on both sides. Compare:
- ''Salt''{{·}} ''Pepper''
- ''Salt{{·}} Pepper''
- Salt · Pepper
- Salt · Pepper
(This also improves code brevity and clarity.)
Usage issues
Putting one or more spaces before the template will cause it to render differently, like these examples:
- Salt {{·}}Pepper
- Salt {{·}}Pepper
- Salt {{·}} Pepper
- Salt {{·}} Pepper
Then it will render with two spaces before the dot, and one after, like this:
- Salt · Pepper
And if it line breaks it might break before the dot, like this:
- Salt
- · Pepper
Alternatively an
can be added before and after the template to create extra padding around the 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:Help:Line-break handling explains when that happens and how to fix it.
Dot size reference list
· | <small> middot |
· | middot |
· | <small> bold middot |
· | bold middot |
• | <small> bullet |
• | bullet |
• | bold bullet |
– | ndash |
— | mdash |