Template:·/doc: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
Content added Content deleted
No edit summary
(see WP:HLIST)
Line 5: Line 5:
This is the '''bold middot''' template, it looks like this: " '''&middot;''' ". It works similarly to the html+wiki markup sequence [<code>'''&amp;nbsp;<nowiki><b>&amp;middot;</b></nowiki>'''&nbsp;</code>]. That is, a [[non-breaking space]], a bolded middot and a normal space.
This is the '''bold middot''' template, it looks like this: " '''&middot;''' ". It works similarly to the html+wiki markup sequence [<code>'''&amp;nbsp;<nowiki><b>&amp;middot;</b></nowiki>'''&nbsp;</code>]. That is, a [[non-breaking space]], a bolded middot and a normal space.


This template is used when you want something smaller than a [[Template:•|bullet]] "&bull;", [[Template:Ndash|ndash]] "&ndash;" or [[Template:Mda
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 "'''&middot;'''" becomes too small. Then use the [[Template:•|bullet]] "&bull;" instead.)


This template is used when you want something smaller than a [[Template:•|bullet]] "&bull;", [[Template:Ndash|ndash]] "&ndash;" or [[Template:Mdash|mdash]] "&mdash;".
This template's us for dotted lists is now '''deprecated'''. use {{Tl|Flatlist}} or <code>class="hlist"</code> instead; see [[WP:HLIST]]sh|mdash]] "&mdash;".


=== Normal usage ===
== Technical details ==
The recommended usage is to use ''no'' space before the template and one space after the template, like this:

<nowiki>[[Salt]]{{&middot;}} [[Pepper]]</nowiki>

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:

<nowiki>[[Salt]]{{&middot;}}[[Pepper]]</nowiki>

Both examples will render one space on each side of the dot, like this:
:[[Salt]] '''&middot;''' [[Black pepper|Pepper]]

If it line breaks then the line break will come ''after'' the dot, not before, like this:
:[[Salt]] '''&middot;'''
:[[Black pepper|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:
<pre><nowiki>
[[Salt]]{{&middot;}}
[[Pepper]]{{&middot;}}
[[Curry]]{{&middot;}}
[[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 dots, like this:
:[[Salt]] '''&middot;''' [[Black pepper|Pepper]] '''&middot;''' [[Curry]] '''&middot;''' [[Saffron]]

And if it line breaks then the line break will come ''after'' one of the dots, not before, like this:
:[[Salt]] '''&middot;''' [[Black pepper|Pepper]] '''&middot;'''
:[[Curry]] '''&middot;''' [[Saffron]]

When using the template to separate words in italics (typically lists of artworks in [[Template:navbox|navboxes]]), put it ''within the italics'' to display with proper spacing on both sides. Compare:

<nowiki>''[[Salt]]''{{&middot;}} ''[[Pepper]]''</nowiki>
<nowiki>''[[Salt]]{{&middot;}} [[Pepper]]''</nowiki>

<!-- This smaller text size is necessary for the first example to "fail" as intended. -->
<div style="font-size:90%">
:''[[Salt]]''{{·}} ''[[Black pepper|Pepper]]''
:''[[Salt]]{{·}} [[Black pepper|Pepper]]''
</div>

(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:
<nowiki>[[Salt]] {{&middot;}}[[Pepper]]</nowiki>
<nowiki>[[Salt]] {{&middot;}}[[Pepper]]</nowiki>
<nowiki>[[Salt]] {{&middot;}} [[Pepper]]</nowiki>
<nowiki>[[Salt]] {{&middot;}} [[Pepper]]</nowiki>

Then it will render with ''two'' spaces before the dot, and one after, like this:
:[[Salt]] &nbsp;'''&middot;''' [[Black pepper|Pepper]]

And if it line breaks it might break ''before'' the dot, like this:
:[[Salt]]
:'''&middot;''' [[Black pepper|Pepper]]

Alternatively an <code>&amp;nbsp;</code> 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 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 77: Line 16:
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.
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.


=== Redirects ===
== Redirects ==
* {{tl2|,}}
* {{tl2|,}}
* {{tl2|dot}}
* {{tl2|dot}}
* {{tl2|middot}}
* {{tl2|middot}}


=== Dot size reference list ===
== Dot size reference list ==
{| style="text-align:center; background:transparent;"
{| style="text-align:center; background:transparent;"
|-
|-
Line 113: Line 52:
|}
|}


=== See also ===
== See also ==
There are several other templates with similar functionality:
There are several similar templates:


* {{tn|•}} – Bullet "&bull;" is mostly used for dotted lists that use small font sizes.
* {{tn|•}} – Bullet "&bull;" is mostly used for dotted lists that use small font sizes.
Line 120: Line 59:
* {{tl|mdash}} – Mdash "&mdash;" is a long dash.
* {{tl|mdash}} – Mdash "&mdash;" is a long dash.
* {{tn|\}} – For the occasional slash "/" in lists.
* {{tn|\}} – For the occasional slash "/" in lists.

When making dotted lists you might need to handle proper word wrapping (line breaking):

* {{tl|nowraplinks}} – Prevents wraps inside links and only allows wraps between the links and in normal text, very useful for link lists and easy to use.
* {{tl|nowrap begin}} – Prevents wraps in both text and links. For the really tricky wrapping cases when you need full control, for instance in very complex link lists.
* [[Wikipedia:Line break handling]] – The how-to guide detailing how to handle line wrapping on Wikipedia.


<includeonly>
<includeonly>

Revision as of 15:04, November 15, 2011

This is the bold middot template, it looks like this: " · ". It works similarly to the html+wiki markup sequence [&nbsp;<b>&middot;</b> ]. 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 "•", ndash "–" or [[Template:Mda

This template's us for dotted lists is now deprecated. use {{Flatlist}} or class="hlist" instead; see WP:HLISTsh|mdash]] "—".

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:Line break handling explains when that happens and how to fix it.

Redirects

Dot size reference list

· small middot
· middot
· small bold middot
· bold middot
small bullet
bullet
bold bullet
ndash
mdash

See also

There are several similar templates:

  • Template:Tn – Bullet "•" is mostly used for dotted lists that use small font sizes.
  • {{ndash}} – Ndash "–" is a short dash.
  • {{mdash}} – Mdash "—" is a long dash.
  • Template:Tn – For the occasional slash "/" in lists.