Difference between revisions of "Template:Spaced en dash/doc"

From Timelines
Jump to: navigation, search
({{Dot size}})
(WP:HLIST)
Line 9: Line 9:
  
 
This template is used when you want something stronger than a [[Template:·|bold middot]] "'''·'''" or a [[Template:•|bullet]] "•", but shorter than an [[Template:Mdash|mdash]] "—". (An en dash is half the width of an [[Dash#Em dash|em dash]].)
 
This template is used when you want something stronger than a [[Template:·|bold middot]] "'''·'''" or a [[Template:•|bullet]] "•", but shorter than an [[Template:Mdash|mdash]] "—". (An en dash is half the width of an [[Dash#Em dash|em dash]].)
 +
 +
For horizontal lists use {{tl|Flatlist}} or  <code>class="hlist"</code> instead (see [[WP:HLIST]]).
  
 
== Normal usage ==
 
== Normal usage ==
Line 23: Line 25:
 
:[[Black pepper|Pepper]]
 
:[[Black pepper|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:
+
If it line breaks then the line break will come ''after'' one of the dashes, not before, like this:
<pre><nowiki>
 
[[Salt]]{{ndash}}
 
[[Pepper]]{{ndash}}
 
[[Curry]]{{ndash}}
 
[[Saffron]]</nowiki></pre>
 
 
 
(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:
 
:[[Salt]] &ndash; [[Black pepper|Pepper]] &ndash; [[Curry]] &ndash; [[Saffron]]
 
 
 
And if it line breaks then the line break will come ''after'' one of the dashes, not before, like this:
 
 
:[[Salt]] &ndash; [[Black pepper|Pepper]] &ndash;  
 
:[[Salt]] &ndash; [[Black pepper|Pepper]] &ndash;  
 
:[[Curry]] &ndash; [[Saffron]]
 
:[[Curry]] &ndash; [[Saffron]]
Line 83: Line 73:
 
There are several other templates with similar functionality:
 
There are several other templates with similar functionality:
  
* {{tn|·}} – Bold middot "'''&middot;'''" is mostly used for dotted lists.
+
* {{tn|·}} – Bold middot "'''&middot;'''"
* {{tn|•}} – Bullet "&bull;" is mostly used for dotted lists that use small font sizes.
+
* {{tn|•}} – Bullet "&bull;"
* &amp;minus; – Minus "&minus;" is a mathematical symbol.
+
* &amp;minus; – Minus "&minus;" is a mathematical symbol
* {{tl|mdash}} – Mdash "&mdash;" is an [[Dash#Em dash|em dash]], a longer dash.
+
* {{tl|mdash}} – Mdash "&mdash;" is an [[Dash#Em dash|em dash]], a longer dash
  
 
<includeonly>
 
<includeonly>

Revision as of 07:30, 15 November 2011

This is the ndash template, it looks like this " – ".

It works similarly to the HTML markup sequence "&nbsp;&ndash; ". That is, a non-breaking space, a short dash (known as an en dash) and a normal space.

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

This template is used when you want something stronger than a bold middot "·" or a bullet "•", but shorter than an mdash "—". (An en dash is half the width of an em dash.)

For horizontal lists use {{Flatlist}} or class="hlist" instead (see WP:HLIST).

Normal usage

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

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

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

SaltPepper
CurrySaffron

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

Also, this template should not routinely be used in regular article text and certainly not where an em-dash would be more appropriate. As a rule, this template should not be used between clauses of a sentence.

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 Ndash 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 en-dash character. Instead, use &nbsp;&ndash; or &nbsp;– , 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

· 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; – Minus "−" is a mathematical symbol
  • {{mdash}} – Mdash "—" is an em dash, a longer dash