Şablon:Unicode/doc: Ferqê çımraviyarnayışan

Content deleted Content added
m Bot: Migrating interwiki links, now provided by Wikidata on d:q5409951
Xqbot (werênayış | iştıraki)
m Bot: Kullanımdan kaldırılmış <source> etiketini ve "enclose" parametresini değiştirin [https://lists.wikimedia.org/pipermail/wikitech-ambassadors/2020-April/002284.html]; kozmetik vurnayışi
 
Line 1:
{{documentation subpage}}
{{TOCright}}
== Usage ==
The template looks for letter font families that are broadly supporting incurrent characters (symbols, characters). Input can be decimal like <tt>&amp;#123;</tt> or hexadecimal <tt>&amp;#xA9;</tt>. E.g. (mind the 'x' for hex values):
* {{code|<nowiki>{{unicode|&amp;#x22CA;}}</nowiki>}} --> {{unicode|&#x22CA;}}
* {{code|<nowiki>{{unicode|&amp;#8906;}}</nowiki>}} --> {{unicode|&#8906;}}
* {{code|<nowiki>{{unicode|&#8906;}}</nowiki>}} --> {{unicode|&#8906;}} (this may look trivial, but could be helpful in other browsers)
or
* {{code|<nowiki>{{unicode|&amp;#x22C9;}}</nowiki>}} --> {{unicode|&#x22C9;}}
* {{code|<nowiki>{{unicode|&amp;#8905;}}</nowiki>}} --> {{unicode|&#8905;}}
* {{code|<nowiki>{{unicode|&#8905;}}</nowiki>}} --> {{unicode|&#8905;}}
 
== Purpose ==
This template is created to allow easy switching to [[unicode font]]s. It should ''only'' be used in cases where characters otherwise do not render correctly on some browsers, such as [[Microsoft]] [[Internet Explorer]].
 
The fonts selected are designed to maximize the probability to render uncommon Unicode characters correctly. However, different fonts cover different [[Mapping of Unicode characters|Unicode ranges]]. It is probably mostly useful for various [[Unicode symbols]]. Do not use it for the following:
Line 20:
*For [[MUFI]] encoding (non-Unicode), use {{tl|mufi}}.
 
== Guts of template ==
<code><nowiki><span class="Unicode">{{{1}}}</span></nowiki></code>
 
...wherein class="Unicode" is defined in [[MediaWiki:Common.css/WinFixes.css]]:
<sourcesyntaxhighlight lang="CSS">
.Unicode {
font-family: "Arial Unicode MS", "Microsoft Sans Serif", "Free Sans",
Line 33:
font-size-adjust: 0.54;
}
</syntaxhighlight>
</source>
 
A personal stylesheet (/monobook.css &c, class ''.Unicode'') may be used to enforce a "prettier" display where preferred.
 
== See also ==
* {{tl|IPA}} &mdash; to produce symbols from the International Phonetic Alphabet
* {{tl|mufi}} &mdash; Forces a font which supports the [[MUFI]] characters.
* {{tl|transl}} &mdash; generic [[romanization]]
* {{tl|script}} &mdash; Scripts in Unicode navigation box
{{Unicode templates}}
<includeonly>
<!-- ADD CATEGORIES BELOW THIS LINE -->
 
[[CategoryKategori:MSIE font fix templates|{{PAGENAME}}]]
[[CategoryKategori:Unicode templates]]
 
<!-- ADD INTERWIKIS BELOW THIS LINE -->
 
[[be-x-old:Шаблён:Юнікод]]
[[ko:틀:Unicode]]
[[simple:Template:Unicode]]
 
</includeonly>