Template:Emdash/doc

< Template:Emdash
Revision as of 00:40, 21 June 2015 by Warwolf30 (talk | contribs) (Created page with "This is the '''mdash''' template, it looks like this " — ". It works similarly to the html markup sequence "<code>'''&nbsp;&mdash;''' </code>". That is, a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

It works similarly to the html markup sequence "&nbsp;&mdash; ". 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 "–".

Normal usage

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

[[Salt]]{{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

For long dashed lists each list item can be put on its own line, with no spaces between each item and the template. Like this:

 [[Salt]]{{mdash}}
 [[Pepper]]{{mdash}}
 [[Curry]]{{mdash}}
 [[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 dashes, like this:

SaltPepperCurrySaffron

And if it line breaks then the line break will come after one of the dashes, not before, like this:

SaltPepper
CurrySaffron

But really, you should use bold middots "·" or ndashes "–" for such lists.

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]]{{mdash}}[[Pepper]]
[[Salt]]{{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]] {{mdash}}[[Pepper]]
[[Salt]]   {{mdash}}[[Pepper]]
[[Salt]] {{mdash}} [[Pepper]]
[[Salt]]   {{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