ଛାଞ୍ଚ:Spaced mdash/doc

ଉଇକିପିଡ଼ିଆ‌ରୁ

This is the spaced mdash template, it looks like this " — ".

It works similarly to the html markup sequence " — ". That is, a non-breaking space, a long dash (known as an em dash) and a normal space.

{{}} and {{emdash}} redirect here and can be used as alternative names for this template.

This template is used when you want something a lot stronger than a bold middot "·", a bullet "•" or a ndash "–".

For horizontal lists use {{Flatlist}} or class="hlist" instead (see WP:HLIST). For vertical lists simply use an en dash "" directly.

Normal usage[ସମ୍ପାଦନା]

The recommended usage is to use no space before the template and one space after the template, like this:

[[Salt]]{{spaced mdash}} [[Pepper]]

It will render one space on each side of the dash, like this:

SaltPepper

If it line breaks then the line break will come after the dash, not before, like this:

Salt
Pepper
Here's an example of how it's used
Template Mdash 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}}, {{mdash}}, {{middot}}, or {{spaced ndash}} and not have to insert the  • ,  · ,  — ,  · , 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 spaced long dash (or with the other symbols, a smaller dash or a middot) 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 dash hangs onto the prior item instead of rolling over to the next line. Notice on the end of this box, the mdash 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 dash will fit. See the column on the right. In code it's Item1{{spaced mdash}} Item2{{spaced mdash}} Item3{{spaced mdash}} Item4{{spaced mdash}} Item5{{spaced mdash}} 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 dash following.

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

Item1 — A — B — Item2 — Item3 — Item4 — Item5 — extra item — E — 1 — 2 — 3 — 4 — 5 — 6 — 7 — item that won't attach to prior line unless it fits in the remaining space — Q — A slightly longer item — KK — An obviously really even longer item that the dash will hang at its end — Item6 — C — Item7 — Item8 — Item9 — Item10 — Item11 — Item12 — D — Item13 — Item14 — Item15 — Item16 — Item17 — Item18

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

Incorrect usage[ସମ୍ପାଦନା]

If the template is used slightly wrong it will in some cases still behave well. For instance if there are no or several spaces after the template. Like these examples:

[[Salt]]{{spaced mdash}}[[Pepper]]
[[Salt]]{{spaced mdash}}   [[Pepper]]

Both of them will render exactly as before, with just one space on each side of the dash, like this:

SaltPepper

And it will still only line break after the dash, like this:

Salt
Pepper

But putting one or more spaces before the template will cause problems, like these examples:

[[Salt]] {{spaced mdash}}[[Pepper]]
[[Salt]]   {{spaced mdash}}[[Pepper]]
[[Salt]] {{spaced mdash}} [[Pepper]]
[[Salt]]   {{spaced mdash}}   [[Pepper]]

Then it will render with two spaces before the dash, and one after, like this:

Salt  — Pepper

And if it line breaks it might break before the dash, like this:

Salt
 — Pepper

Because Wikipedia suppresses the contents of templates in tool tip preview when the user hovers the pointer over a wikilink, one should avoid using the Spaced mdash template in an article's lead section. Using the template will cause a confusing blank space to appear in the tool tip preview instead of the expected em dash character. Instead, use  — or  — , and be sure to add the trailing space.

Technical details[ସମ୍ପାଦନା]

The space before the dash 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 dash 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.

Dot sizes[ସମ୍ପାଦନା]

· small middot
· middot
· small bold middot
· bold middot
small bullet
bullet
bold bullet
en dash
em dash

See also[ସମ୍ପାଦନା]

There are several other templates with similar functionality:

  • {{·}} – Bold middot "·"
  • {{•}} – Bullet "•"
  • − – Minus "−" is a mathematical symbol
  • {{spaced ndash}} – Ndash "–" is a short dash, one half the width of an em dash