Template:·/doc: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
Content added Content deleted
(unprotected)
m (Text replacement - "\[\[Category:([^|]+)\|{{PAGENAME}}\]\]" to "Category:$1")
 
(121 intermediate revisions by 72 users not shown)
Line 1: Line 1:
{{Documentation subpage}}
<includeonly>:''This template documentation is [[Wikipedia:Template doc page pattern|transcluded]] from [[{{FULLPAGENAME}}/doc]]'' [<span class="plainlinks">[{{fullurl:{{FULLPAGENAME}}/doc|action=edit}} edit]</span>]</includeonly>
{{high-use|90,000+}}
<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE -->
{{tsh|dot|middot|,}}
A template intended to aid the creation of lists which are strings of items separated by a "divider" or "separator" character.
__NOTOC__
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;", or [[Template:spaced ndash|ndash]] "&ndash;".
The divider/separator character used here is a bold middot ('''·''') as it seems less obtrusive than a bullet (•) or the vertical-line (&nbsp;|&nbsp;) but more substantial than a plain middot (·). (The vertical-line also resembles the uppercase letter "I", lowercase "l" or the upright parts of "h", "k", etc.)


This template's use for dotted lists is now '''deprecated'''. Use {{Tl|Flatlist}} or <code>class="hlist"</code> instead; see [[w:WP:HLIST|WP:HLIST]].
The character is preceded by a [[non-breaking space]] (&amp;nbsp;) so the template may be used as shown below (i.e. '''''suffixed''''' to each item) to prevent the character being [[Word wrap|linewrapped]] to the starts of lines, thereby compromising a list's appearance.


; Example : Code:&nbsp;&nbsp; <code><nowiki>item 1{{·}} item 2{{·}} item 3{{·}} item 4</nowiki></code><br>Result:&nbsp; item 1{{·}} item 2{{·}} item 3{{·}} item 4


{| class="wikitable" style="border: none; background: none;"
; Reference
|<center>Here's an example of how it's used</center>
{| style="text-align:center;"
|-
|width="20px"| <small>·</small>
| <p>Normally, in a real box these items would be links, but this is an example.</p> Item1{{dot}} A{{dot}} B{{dot}} Item2{{dot}} Item3{{dot}} Item4{{dot}} Item5{{dot}} extra item{{dot}} E{{dot}} 1{{dot}} 2{{dot}} 3{{dot}} 4{{dot}} 5{{dot}} 6{{dot}} 7{{dot}} {{nowrap|item that won't attach to prior line unless it fits in the remaining space{{dot}}}} Q{{dot}} A slightly longer item{{dot}} KK{{dot}} An obviously really even longer item that the dash will hang at its end{{dot}} Item6{{dot}} C{{dot}} Item7{{dot}} Item8{{dot}} Item9{{dot}} Item10{{dot}} Item11{{dot}} Item12{{dot}} D{{dot}} Item13{{dot}} Item14{{dot}} Item15{{dot}} Item16{{dot}} Item17{{dot}} Item18 <p>The space on the end makes sure the dot doesn't touch the edge of the box, either</p>
|align="left"| <nowiki><small></nowiki> middot </tr>
|}
| · ||align="left"| middot </tr>
| '''·''' ||align="left"| bold middot </tr>
| <small>•</small> ||align="left"| <nowiki><small></nowiki> bullet</tr>
| • ||align="left"| bullet </tr>
| '''•''' ||align="left"| bold bullet </tr>
|}


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 '''<nowiki>{{</nowiki>bull}}''', '''<nowiki>{{</nowiki>dot}}''', '''<nowiki>{{</nowiki>middot}}''', or '''<nowiki>{{</nowiki>spaced ndash}}''' and not have to insert the {{bull}}, {{dot}}, {{middot}}, or {{spaced ndash}} 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 dash hangs onto the prior item instead of rolling over to the next line. Notice on the end of this box, the dot symbol "'''&middot;'''" 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<nowiki>{{</nowiki>dot}} Item2<nowiki>{{</nowiki>dot}} Item3<nowiki>{{</nowiki>dot}} Item4<nowiki>{{</nowiki>dot}} Item5<nowiki>{{</nowiki>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 ==
<!--Categories-->
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.
[[Category:Wikipedia special effects templates|{{BASEPAGENAME}}]]

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 ==
<TemplateData>{
"description": "Display a bold spaced middle dot (smaller than bullet)",
"params": {}
}</TemplateData>

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

== Dot sizes ==
{{Dot size}}

== See also ==
There are several similar templates:

* {{tn|•}} – Bullet "&bull;" is mostly used for dotted lists that use small font sizes.
* {{tl|spaced ndash}} – Ndash "&ndash;" is a short dash.
* {{tn|\}} – For the occasional slash "/" in lists.
* {{tl2|-!}} – Spaced pipe "|"

<includeonly>
[[Category:Wikipedia formatting and function templates]]
</includeonly>

Latest revision as of 16:22, July 15, 2022

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 "•", 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.

Item1 ··· Item2 · Item3 · Item4 · Item5 · extra item ········· item that won't attach to prior line unless it fits in the remaining space · · A slightly longer item · KK · An obviously really even longer item that the dash will hang at its end · Item6 ·· Item7 · Item8 · Item9 · Item10 · Item11 · Item12 ·· Item13 · Item14 · Item15 · Item16 · Item17 · 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:Middot, or Template:Spaced ndash 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 dash 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

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

Display a bold spaced middle dot (smaller than bullet)

Template parameters

ParameterDescriptionTypeStatus
No parameters specified

Redirects

Dot sizes

Template:Dot size

See also

There are several similar templates: