(Created Redirect) |
(Página creada con «{{doc subpage}} <!-- ADD DOCUMENTATION BELOW THIS LINE --> A template intended to aid the creation of lists which are strings of items separated by a "divider" or "separato...») |
||
Línea 1: | Línea 1: | ||
{{doc subpage}} | |||
<!-- ADD DOCUMENTATION BELOW THIS LINE --> | |||
A template intended to aid the creation of lists which are strings of items separated by a "divider" or "separator" character. | |||
The divider/separator character used here is a bold middot ('''·''') as it seems less obtrusive than a bullet (•) or the vertical-line ( | ) 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.) | |||
The character is preceded by a [[non-breaking space]] (&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: <code><nowiki>item 1{{·}} item 2{{·}} item 3{{·}} item 4</nowiki></code><br>Result: item 1{{·}} item 2{{·}} item 3{{·}} item 4 | |||
; Reference | |||
{| style="text-align:center;" | |||
|width="20px"| <small>·</small> | |||
|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> | |||
|} | |||
<includeonly> | |||
<!-- ADD CATEGORIES BELOW THIS LINE --> | |||
[[Category:Formatting templates|{{BASEPAGENAME}}]] | |||
<!-- ADD INTERWIKIS BELOW THIS LINE --> | |||
</includeonly> |
Revisión actual - 17:43 15 ago 2017
This is a documentation subpage for . It contains usage information, categories and other content that is not part of the original plantilla page. |
A template intended to aid the creation of lists which are strings of items separated by a "divider" or "separator" character.
The divider/separator character used here is a bold middot (·) as it seems less obtrusive than a bullet (•) or the vertical-line ( | ) 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.)
The character is preceded by a non-breaking space ( ) so the template may be used as shown below (i.e. suffixed to each item) to prevent the character being linewrapped to the starts of lines, thereby compromising a list's appearance.
- Example
- Code:
item 1{{·}} item 2{{·}} item 3{{·}} item 4
Result: item 1 · item 2 · item 3 · item 4
- Reference
· | <small> middot |
· | middot |
· | bold middot |
• | <small> bullet |
• | bullet |
• | bold bullet |