Template:•/doc: Difference between revisions

(Create)
 
m (Text replacement - " " to " ")
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{documentation subpage}}<br>&lt;!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --&gt;<br>{{Redirect8|[[Template:Bull]]|[[Template:Bullet]]}} <br>__NOTOC__ <br>This is the '''bullet''' template; it looks like this: [&amp;nbsp;&amp;bull; ]... also known as {{Tl|bull}}, for those of us who know searching for graphics dots is slow and painful. (Letters, on the other hand, are easy to find on ALL KEYBOARDS). It works similarly to the HTML markup sequence: [&lt;code&gt;'''&amp;amp;nbsp;&amp;amp;bull;'''&amp;nbsp;&lt;/code&gt;], that is, a [[non-breaking space]], a [[Bullet (typography)|bullet]] and a normal [[Space (punctuation)|space]].
{{documentation subpage}}
<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE -->
{{Redirect8|[[Template:Bull]]|[[Template:Bullet]]}}  
__NOTOC__  
This is the '''bullet''' template; it looks like this: [ &bull; ]... also known as {{Tl|bull}}, for those of us who know searching for graphics dots is slow and painful. (Letters, on the other hand, are easy to find on ALL KEYBOARDS). It works similarly to the HTML markup sequence: [<code>'''&amp;nbsp;&amp;bull;''' </code>], that is, a [[non-breaking space]], a [[Bullet (typography)|bullet]] and a normal [[Space (punctuation)|space]].


This template is used when you want a larger bullet than a [[Template:·|bold middot]] ['''&amp;middot;'''], but something smaller than a [[Template:Ndash|en dash]] [&amp;ndash;] or [[Template:Mdash|em dash]] [&amp;mdash;]. For instance, in dotted lists that have a font-size 80% or less of normal font-size, since then a bold middot becomes too small.
This template is used when you want a larger bullet than a [[Template:·|bold middot]] ['''&middot;'''], but something smaller than a [[Template:Ndash|en dash]] [&ndash;] or [[Template:Mdash|em dash]] [&mdash;]. For instance, in dotted lists that have a font-size 80% or less of normal font-size, since then a bold middot becomes too small.


=== Normal usage ===<br>The recommended usage is to use ''no'' space before the template and one space after the template, like this:<br> &lt;nowiki&gt;[[Salt]]{{&amp;bull;}} [[Pepper]]&lt;/nowiki&gt;
=== Normal usage ===
The recommended usage is to use ''no'' space before the template and one space after the template, like this:
<nowiki>[[Salt]]{{&bull;}} [[Pepper]]</nowiki>


It will render one space on each side of the bullet, like this:<br>:[[Salt]] &amp;bull; [[Pepper]]
It will render one space on each side of the bullet, like this:
:[[Salt]] &bull; [[Pepper]]


If it line breaks then the line break will come ''after'' the bullet, not before, like this:<br>:[[Salt]] &amp;bull; <br>:[[Pepper]]
If it line breaks then the line break will come ''after'' the bullet, not before, like this:
:[[Salt]] &bull;  
:[[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:<br> &lt;pre&gt;&lt;nowiki&gt;<br> [[Salt]]{{&amp;bull;}}<br> [[Pepper]]{{&amp;bull;}}<br> [[Curry]]{{&amp;bull;}}<br> [[Saffron]]&lt;/nowiki&gt;&lt;/pre&gt;
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]]{{&bull;}}
[[Pepper]]{{&bull;}}
[[Curry]]{{&bull;}}
[[Saffron]]</nowiki></pre>


(It does not matter if there are no or some spaces at the end of the lines, after the templates.)
(It does not 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 bullets, like this:<br>:[[Salt]] &amp;bull; [[Pepper]] &amp;bull; [[Curry]] &amp;bull; [[Saffron]]
As before it will render one space on each side of the bullets, like this:
:[[Salt]] &bull; [[Pepper]] &bull; [[Curry]] &bull; [[Saffron]]


And if it line breaks then the line break will come ''after'' one of the bullets, not before, like this:<br>:[[Salt]] &amp;bull; [[Pepper]] &amp;bull; <br>:[[Curry]] &amp;bull; [[Saffron]]
And if it line breaks then the line break will come ''after'' one of the bullets, not before, like this:
:[[Salt]] &bull; [[Pepper]] &bull;  
:[[Curry]] &bull; [[Saffron]]


=== Incorrect usage ===<br>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:
=== 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:


&lt;nowiki&gt;[[Salt]]{{&amp;bull;}}[[Pepper]]&lt;/nowiki&gt;<br> &lt;nowiki&gt;[[Salt]]{{&amp;bull;}} [[Pepper]]&lt;/nowiki&gt;
<nowiki>[[Salt]]{{&bull;}}[[Pepper]]</nowiki>
<nowiki>[[Salt]]{{&bull;}}   [[Pepper]]</nowiki>


Both of them will render exactly as before, with just one space on each side of the bullet, like this:<br>:[[Salt]] &amp;bull; [[Pepper]]
Both of them will render exactly as before, with just one space on each side of the bullet, like this:
:[[Salt]] &bull; [[Pepper]]


And it will still only line break ''after'' the bullet, like this:<br>:[[Salt]] &amp;bull; <br>:[[Pepper]]
And it will still only line break ''after'' the bullet, like this:
:[[Salt]] &bull;  
:[[Pepper]]


But putting one or more spaces before the template will cause problems, like these examples:<br> &lt;nowiki&gt;[[Salt]] {{&amp;bull;}}[[Pepper]]&lt;/nowiki&gt;<br> &lt;nowiki&gt;[[Salt]] {{&amp;bull;}}[[Pepper]]&lt;/nowiki&gt;<br> &lt;nowiki&gt;[[Salt]] {{&amp;bull;}} [[Pepper]]&lt;/nowiki&gt;<br> &lt;nowiki&gt;[[Salt]] {{&amp;bull;}} [[Pepper]]&lt;/nowiki&gt;
But putting one or more spaces before the template will cause problems, like these examples:
<nowiki>[[Salt]] {{&bull;}}[[Pepper]]</nowiki>
<nowiki>[[Salt]]   {{&bull;}}[[Pepper]]</nowiki>
<nowiki>[[Salt]] {{&bull;}} [[Pepper]]</nowiki>
<nowiki>[[Salt]]   {{&bull;}}   [[Pepper]]</nowiki>


Then it will render with ''two'' spaces before the bullet and one after, like this:<br>:[[Salt]] &amp;nbsp;&amp;bull; [[Pepper]]
Then it will render with ''two'' spaces before the bullet and one after, like this:
:[[Salt]] &bull; [[Pepper]]


And if it line breaks it might break ''before'' the bullet, like this:<br>:[[Salt]] <br>:&amp;nbsp;&amp;bull; [[Pepper]]
And if it line breaks it might break ''before'' the bullet, like this:
:[[Salt]]  
: &bull; [[Pepper]]


=== Technical details ===<br>The space before the bullet 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.
=== Technical details ===
The space before the bullet 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 bullet 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.
The space after the bullet 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.
Line 37: Line 67:
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.


{{bullseealso}}&lt;includeonly&gt;<br>&lt;!-- CATEGORIES AND INTERWIKIS HERE, THANKS --&gt;<br>[[Category:Typing-aid templates|{{PAGENAME}}]]<br>[[Category:Wikipedia formatting and function templates|{{PAGENAME}}]]
bullseealso<includeonly>
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
[[Category:Typing-aid templates|{{PAGENAME}}]]
[[Category:Formatting and function templates|{{PAGENAME}}]]


&lt;!-- ADD INTERWIKIS BELOW THIS LINE --&gt;<br>&lt;/includeonly&gt;<br>
<!-- ADD INTERWIKIS BELOW THIS LINE -->
</includeonly>

Latest revision as of 00:58, 31 October 2023

This is the bullet template; it looks like this: [ • ]... also known as {{bull}}, for those of us who know searching for graphics dots is slow and painful. (Letters, on the other hand, are easy to find on ALL KEYBOARDS). It works similarly to the HTML markup sequence: [&nbsp;&bull; ], that is, a non-breaking space, a bullet and a normal space.

This template is used when you want a larger bullet than a bold middot [·], but something smaller than a en dash [–] or em dash [—]. For instance, in dotted lists that have a font-size 80% or less of normal font-size, since then a bold middot becomes too small.

Normal usage

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

[[Salt]]{{•}} [[Pepper]]

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

SaltPepper

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

Salt
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:

 [[Salt]]{{•}}
 [[Pepper]]{{•}}
 [[Curry]]{{•}}
 [[Saffron]]

(It does not 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 bullets, like this:

SaltPepperCurrySaffron

And if it line breaks then the line break will come after one of the bullets, 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]]{{•}}[[Pepper]]
[[Salt]]{{•}}   [[Pepper]]

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

SaltPepper

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

Salt
Pepper

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

[[Salt]] {{•}}[[Pepper]]
[[Salt]]   {{•}}[[Pepper]]
[[Salt]] {{•}} [[Pepper]]
[[Salt]]   {{•}}   [[Pepper]]

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

SaltPepper

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

Salt
Pepper

Technical details

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

bullseealso