Template:·

Da Wikipedia

 ·

Template documentation[view] [edit] [history] [purge]


This is the bold middot template, which produces: " · ". It works similarly to the html+wiki markup sequence [ '''·''' ]. That is, a non-breaking space, a bolded middot and a normal space.

This template is used when you want something smaller than a bullet "•", or ndash "–".

This template's use for dotted lists is now deprecated. Use {{Flatlist}} or class="hlist" instead; see WP:HLIST.

Here's an example of how it's used

Normally, in a real box these items would be links, but this is an example.

Item1Template:Dot ATemplate:Dot BTemplate:Dot Item2Template:Dot Item3Template:Dot Item4Template:Dot Item5Template:Dot extra itemTemplate:Dot ETemplate:Dot 1Template:Dot 2Template:Dot 3Template:Dot 4Template:Dot 5Template:Dot 6Template:Dot 7Template:Dot item that won't attach to prior line unless it fits in the remaining spaceTemplate:Dot QTemplate:Dot A slightly longer itemTemplate:Dot KKTemplate:Dot An obviously really even longer item that the dash will hang at its endTemplate:Dot Item6Template:Dot CTemplate:Dot Item7Template:Dot Item8Template:Dot Item9Template:Dot Item10Template:Dot Item11Template:Dot Item12Template:Dot DTemplate:Dot Item13Template:Dot Item14Template:Dot Item15Template:Dot Item16Template:Dot Item17Template:Dot Item18

The space on the end makes sure the dot doesn't touch the edge of the box, either

Template Dot is not really intended to be used in article text; it's intended for use in other templates, tables, lists and other equivalent things, in order to include a separator between items such as in infoboxes. It's also to be consistent so that the article editor can use their choice of {{bull}}, {{dot}}, {{middot}}, or {{spaced ndash}} and not have to insert the Template:Bull, Template:Dot, Template:Middot, or  – symbol, they can use any of these as a simple macro. The idea being that if you have a table with a list of items, you can insert a bolded middot (or the other symbols) between items that will appear correct, in that the items always have just one separator between them, and when a list crawls to the next line, the separator hangs onto the prior item instead of rolling over to the next line. Notice on the end of this box, the dot symbol "·" hangs on the end of the last item that will fit on the line, indicating that additional items follow on the next line as part of this list, but the item only stays on the line if the item and the dot will fit. See the column on the right. In code it's Item1{{dot}} Item2{{dot}} Item3{{dot}} Item4{{dot}} Item5{{dot}} etc. (with some smaller items squeezed in to show that the list doesn't have to be the same number of items per line) but in the box they all fold perfectly once it runs out of space on the line to fit the next item and the symbol following.

Technical details[muda l codesc]

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.

Parameters[muda l codesc]

Display a bold spaced middle dot (smaller than bullet)

Parametri template[Modifica dati del modello]

ParametroDescrizioneTipoStato
Nessun parametro specificato

Redirects[muda l codesc]

Dot sizes[muda l codesc]

Template:Dot size

See also[muda l codesc]

There are several similar templates:

  • {{}}, the bullet-point template used mostly for dotted lists that use small font sizes.
  • {{spndash}} (spaced ndash), which uses "en dash" character ("–", –) to produce " – ".
  • {{\}}, for the occasional spaced (forward-)slash " / " in lists.