Template:Dash/doc: Difference between revisions
ArrowHead294 (talk | contribs) No edit summary |
ArrowHead294 (talk | contribs) No edit summary |
||
Line 10: | Line 10: | ||
; <code>d</code> | ; <code>d</code> | ||
: Specifies what dash to use, with options for short, medium, and long dashes. | : Specifies what dash to use, with options for short, medium, and long dashes, plus left and right arrows. | ||
; <code>d2</code> | |||
: Second dash separator for bidirectional lists. | |||
=== Usage === | === Usage === | ||
Line 45: | Line 48: | ||
|- | |- | ||
| <code>d=</code> | | <code>d=</code> | ||
| rowspan="2" | <span> | | rowspan="2" | Regular hyphen (U+002D - <span style="font-size: 10px;">HYPHEN-MINUS</span>) | ||
|- | |- | ||
| <code>d=short</code> | | <code>d=short</code> | ||
Line 93: | Line 96: | ||
| <syntaxhighlight lang="text">{{dash|A, B, C, D, E, F, G, H|s=hair|d=}}</syntaxhighlight> | | <syntaxhighlight lang="text">{{dash|A, B, C, D, E, F, G, H|s=hair|d=}}</syntaxhighlight> | ||
| {{dash|A, B, C, D, E, F, G, H|s=hair|d=}} | | {{dash|A, B, C, D, E, F, G, H|s=hair|d=}} | ||
|- | |||
| <syntaxhighlight lang="text">{{dash|F, C, G, D, A,, E,, B|s=hair|d=larr|d2=rarr}}</syntaxhighlight> | |||
| {{dash|F, C, G, D, A,, E,, B|s=hair|d=larr|d2=rarr}} | |||
|} | |} | ||
=== See also === | === See also === | ||
* {{modlink}} | * {{modlink}} |