Difference between revisions of "Template:Colon"
BrazilianNut (talk | contribs) (Created template.) |
GrampaSwood (talk | contribs) (Minor cleanup on doc) |
||
Line 6: | Line 6: | ||
| zh-hant = </nowiki>:</nowiki> | | zh-hant = </nowiki>:</nowiki> | ||
}}</includeonly><noinclude>{{Doc begin}} | }}</includeonly><noinclude>{{Doc begin}} | ||
− | + | Inserts the language-appropriate colon (<code>:</code>), as well as a space after it. For <code>fr</code>, it also includes the space before it. For <code>ja</code>, <code>zh-hans</code>, and <code>zh-hant</code>, it does ''not'' include the space after it. | |
− | Inserts the language-appropriate colon (<code>:</code>), as well as a space after it. | ||
− | |||
− | |||
+ | == Example == | ||
+ | <code><nowiki>{{common string|default key}}{{colon}}{{key|V}}</nowiki></code> | ||
+ | * On a page in English, it generates {{common string|default key}}{{colon}}{{key|V}} | ||
+ | * On a page in French, it generates {{common string|default key|lang=fr}}{{colon}}{{key|V}} | ||
+ | * On a page in Japanese, it generates {{common string|default key|lang=ja}}{{colon}}{{key|V}} | ||
− | + | [[Category:Templates]]</noinclude> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | [[Category:Templates]] | ||
− | </noinclude> |
Revision as of 16:36, 26 November 2024
Documentation for Colon
Inserts the language-appropriate colon (:
), as well as a space after it. For fr
, it also includes the space before it. For ja
, zh-hans
, and zh-hant
, it does not include the space after it.
Example
{{common string|default key}}{{colon}}{{key|V}}
- On a page in English, it generates default key: V
- On a page in French, it generates touche par défaut: V
- On a page in Japanese, it generates デフォルトキー: V