You are not currently logged in. Are you accessing the unsecure (http) portal? Click here to switch to the secure portal. |
Template:Unicode
{{{1}}}
Contents |
Usage
This template sets the font for its argument to one which is likely to support special symbols. The argument is specified using HTML character encoding, either in decimal (e.g. {) or hexadecimal (e.g. ©). Examples:
{{unicode|⋊}}
--> ⋊{{unicode|⋊}}
--> ⋊{{unicode|⋊}}
--> ⋊ (this may look trivial, but could be helpful in some browsers)
or
{{unicode|⋉}}
--> ⋉{{unicode|⋉}}
--> ⋉{{unicode|⋉}}
--> ⋉
Purpose
This template was created to allow easy switching to unicode fonts. It should only be used for characters which do not render correctly on some browsers, such as Microsoft Internet Explorer on Windows XP.
The fonts selected are designed to maximize the probability of rendering uncommon Unicode characters correctly. However, different fonts cover different Unicode ranges. It is probably mostly useful for various Unicode symbols. Do not use it for the following:
- For strings in the International Phonetic Alphabet, use {{IPA}}.
- For various non-Latin scripts, use {{lang}} if possible, or {{script}} otherwise.
Internals
The source for the template is:
<span class="Unicode">{{{1}}}</span>
and class="Unicode" is defined in MediaWiki:Common.js as follows:
.Unicode {
font-family: "Arial Unicode MS", "Lucida Sans Unicode";
}
Note it defines this only for Windows XP.
You can override this with your own Unicode class definition in your personal stylesheet (e.g. User:username/common.css).
See also
- {{IPA}} – to produce symbols from the International Phonetic Alphabet
- {{transl}} – generic romanization
- {{script}} – Scripts in Unicode navigation box
- {{UnicodeTitle}}
- {{unichar}} to format an Unicode character description
|
ar:قالب:يونيكود
be-x-old:Шаблён:Юнікод
bg:Шаблон:Уникод
de:Vorlage:Unicode
dsb:Pśedłoga:Unicode
es:Plantilla:Unicode
eo:Ŝablono:Unicode
gan:Template:Unicode
ko:틀:Unicode
hsb:Předłoha:Unicode
hr:Predložak:Unicode
it:Template:Unicode
ja:Template:Unicode
mk:Шаблон:Уникод
nl:Sjabloon:Unicode
pl:Szablon:Unicode
pnt:Πρότυπον:Unicode
pt:Predefinição:Unicode
ro:Format:Unicode
ru:Шаблон:Unicode
sq:Stampa:Unicode
simple:Template:Unicode
fi:Malline:Unicode
vi:Tiêu bản:Unicode
zh:Template:Unicode
The above documentation is transcluded from Template:Unicode/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories and interwikis to the /doc subpage. Subpages of this template. |