Template:Unicode

From Wikishire
Jump to: navigation, search

{{{1}}}

[edit] [{{#invoke:Purge|main}}] Template documentation

Usage

In its basic version, 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:

  • <syntaxhighlight lang="text" enclose="none">{{unicode|&#x22CA;}}</syntaxhighlight>
  • <syntaxhighlight lang="text" enclose="none">{{unicode|&#8906;}}</syntaxhighlight>
  • <syntaxhighlight lang="text" enclose="none">{{unicode|⋊}}</syntaxhighlight> (this may look trivial, but could be helpful in some browsers)

or

  • <syntaxhighlight lang="text" enclose="none">{{unicode|&#x22C9;}}</syntaxhighlight>
  • <syntaxhighlight lang="text" enclose="none">{{unicode|&#8905;}}</syntaxhighlight>
  • <syntaxhighlight lang="text" enclose="none">{{unicode|⋉}}</syntaxhighlight>

Purpose

This template was created to allow easy switching to Unicode fonts. It helps some browsers in which characters which do not render correctly, 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: <source lang="XML"> {{{1}}} </source> and class="Unicode" is defined in MediaWiki:Common.js as follows: <source lang="CSS"> .Unicode {

   font-family: "Arial Unicode MS", "Lucida Sans Unicode";

} </source> Note it defines this only for Windows XP.

You can override this with your own Unicode class definition in a personal stylesheet (e.g. User:username/common.css).

Template data

Template:TemplateDataHeader <templatedata> { "description": "This template is used to set the font so that Unicode symbols are more likely to work.", "params": { "1": { "label": "Symbol", "type": "string", "description": "The code, either in decimal, hexadecimal, or symbol form." } } } </templatedata>

See also

  • {{IPA}} – To format symbols of the International Phonetic Alphabet
  • {{PUA}} – To mark characters from the Private Use Area that should be retained
  • {{transl}} – Generic romanization
  • {{script}} – Scripts in Unicode navigation box
  • {{UnicodeTitle}}
  • {{unichar}} – to format a Unicode character description