Template:·/doc: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
Content added Content deleted
m (→‎Dot size reference list: Fixing links to disambiguation pages, improving links, other minor cleanup tasks using AWB)
m (Fixing links to disambiguation pages, improving links, other minor cleanup tasks, replaced: PepperPepper (8) using AWB)
Line 24: Line 24:


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


If it line breaks then the line break will come ''after'' the dot, not before, like this:
If it line breaks then the line break will come ''after'' the dot, not before, like this:
:[[Salt]] '''·'''
:[[Salt]] '''·'''
:[[Pepper]]
:[[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:
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:
Line 40: Line 40:


As before it will render one space on each side of the dots, like this:
As before it will render one space on each side of the dots, like this:
:[[Salt]] '''·''' [[Pepper]] '''·''' [[Curry]] '''·''' [[Saffron]]
:[[Salt]] '''·''' [[Black pepper|Pepper]] '''·''' [[Curry]] '''·''' [[Saffron]]


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


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


Line 68: Line 68:


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


And if it line breaks it might break ''before'' the dot, like this:
And if it line breaks it might break ''before'' the dot, like this:
:[[Salt]]
:[[Salt]]
:'''&middot;''' [[Pepper]]
:'''&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.
Alternatively an <code>&amp;nbsp;</code> can be added before and after the template to create extra padding around the middot.