Ŝablono:Unichar/dokumentado

El Vikipedio, la libera enciklopedio

Ĉi tiu ŝablono kreas formatigitaj priskribon de Unicode karaktero, uzata en-linie kun regula teksto.

  • La karaktero {{unichar|a9|Copyright sign}} estas pri intelekta trajto.
La karaktero U+00A9 © Copyright sign estas pri intelekta trajto.

Uzado[redakti fonton]

Ĉi tiu ŝablono kreas formatigitan priskribon de Unicode karaktero, uzata en-linie kun regula teksto. Ĝi bezonas Unikodan heksadecimalan valoron kaj nomon kiel enmeto, kiel {{unichar|00A9|Copyright sign}}U+00A9 © Copyright sign.

It follows the standard Unicode presentation of a character such as using the pattern "U+00A9", and allowing Unicode's all caps naming habit (which is undesired in Wikipedia text) by using small caps. The hexadecimal value is required (e.g. A9), other input is optional. The actual glyph is rendered using a font that contains the character. This can be set more specific to e.g. language or IPA-specialized fonts. To show the glyph, the font character can be overridden with an image. A wikilink to an article and another to Unicode can be created, it is possible to add (in brackets), the calculated decimal value, HTML-notations, and a note.

Some special code points are given extra care, like controls and space characters. These special code points are automatically detected by the unichar/gc sub-template.

Examples[redakti fonton]

  • {{unichar|00A9|Copyright sign}}U+00A9 © Copyright sign
  • {{unichar|00A9|Copyright sign|nlink=Copyright symbol}}U+00A9 © Copyright sign
  • {{unichar|00A9|Copyright sign|nlink=|note=See also [[Copyleft]] symbol}}U+00A9 © Copyright sign (See also Copyleft symbol)
  • {{unichar|00A9|Copyright sign|nlink=Copyright symbol|dec=|html=}}U+00A9 © Copyright sign (169decimal · HTML © · ©, ©)
  • {{unichar|00A0|No-break space|note=NBSP}}U+00A0   No-break space (NBSP)
  • {{unichar|0007|nlink=Bell character}}U+0007 <control-0007> Bell character
  • {{unichar|0007|Bell character|nlink=}}U+0007 <control-0007> Error using tagaloge: Pagename expected in "nlink="

Parameters[redakti fonton]

The blank template, with all parameters, is as follows:

{{unichar
| <!-- hex value, code point (do not add the "U+")  -->
| <!-- Unicode name -->
| ulink	= 
| image	= 
| cwith = 
| size	= 
| use	= 
| use2	= 
| nlink	= 
| dec	= 
| html	= 
| note	= 
}}

Inline version:

{{unichar| <!--hex value (do not add "U+")-->| <!--Unicode name-->|ulink= |image= |cwith= |size= |use= |use2= |nlink= |dec= |html= |note= }}
  • First parameter, 1= Unnamed, required (prefix "1=" may be omitted). The hexadecimal value of the code point, e.g. 00A9.
Notes: The parameter accepts input like A9, a9 and 00A9 as hexadecimal value. Decimal values are not detected being decimal, and will give unexpected results (see Error messages, below).
  • Second parameter, 2= Unnamed (prefix "2=" may be omitted). The Unicode name of the character. The template uses this input as the name in small caps, forced into these small capitals whatever the input. This name may differ from the name of the corresponding Wikipedia article (see below: nlink=).
  • nlink= Optional.wikilink. Name of the Wikipedia page that will be linked to. If used, the Unicode name (second parameter) has a wikilink to the article. When the article name and the Unicode name are the same, using a straight "nlink=" without a name will do.
For control characters using the nlink parameter, the Unicode name parameter is not used: the nlink parameter is displayed instead, without small caps.
Note: the name of the page is case sensitive as with all wikipages.
{{unichar|00A9|Copyright sign|nlink=Copyright symbol}}U+00A9 © Copyright sign
{{unichar|00A3|Pound sign|nlink=}}U+00A3 £ Pound sign.
  • ulink Optional. Creates a wikilink in the "U+" prefix. When used without name ({{{1}}}), the default value, Unicode page, is used: U+.
  • dec= Optional. Adds the decimal value to the text, in the bracketed note.
  • html= Optional. Adds the HTML character reference to the text, like &#160; in the bracketed note. If a named character reference exists, like "&nbsp;", that is added too.
  • use= Optional. Sets the font-hinting template to get the glyph, since the character may not be present in a regular browser font. Default is tagaloge, other options are tagaloge, tagaloge and tagaloge. When setting "use=lang" or "use=script", use2 should be used to set the language ("use2=fr") or the script ("use2=Cyrs"). A glyph may still not show as expected due to browser effects. For a detailed description, see the templates documentation.
{{unichar|0485|COMBINING CYRILLIC DASIA PNEUMATA|cwith=|use=script|use2=Cyrs}}U+0485  ҅  COMBINING CYRILLIC DASIA PNEUMATA
  • image= Optional. Allows for a file (graphic image) to represent the glyph, overrules the font completely. The filename should include the extension like ".svg", but not the prefix "File:".
  • cwith= Optional. Useful when the Unicode character is combining. Using cwith= adds a space before the character, allowing the combining effect. So when used with a character like cwith=a, the character will be combined with the letter "a". In Unicode, a general glyph used to place a combined character is U+25CC DOTTED CIRCLE (HTML &#9676;).
without cwith=:
{{unichar|0485|COMBINING CYRILLIC DASIA PNEUMATA}}U+0485 ҅ COMBINING CYRILLIC DASIA PNEUMATA
cwith= without parameter:
{{unichar|0485|COMBINING CYRILLIC DASIA PNEUMATA|cwith=}}U+0485  ҅  COMBINING CYRILLIC DASIA PNEUMATA
cwith= with dotted circle:
{{unichar|0485|COMBINING CYRILLIC DASIA PNEUMATA|cwith=&#9676;}}U+0485 ◌҅ COMBINING CYRILLIC DASIA PNEUMATA
  • size= Optional. Can be used to set the size of the glyph. By default "size=125%". For the font, all font-size style inputs are accepted: "7px", "150%", "2em", "larger".
{{unichar|0041|LATIN CAPITAL LETTER A|size=2em}}U+0041 A LATIN CAPITAL LETTER A
When using an image (file) instead of a font, this size can only accept sizes in px like "12px". Default for images is "10px" .
{{unichar
| A9
| Copyright sign
| ulink = Universal Character Set characters
| image = 
| size  = 150%
| nlink = Copyright symbol
| note  = Example
}}

Produces:

Presentation effects[redakti fonton]

Since this template is aimed at presenting a formatted, inline description, some effects are introduced to sustain this target.

  • Showing space characters: All space characters (those with General Category: Zs) are presented with a light-blue background, to show their actual presence and width: U+00A0   No-break space.
Incidentally, the regular space   is replaced with &#00A0; (NBSP) to prevent wiki-markup deleting it as repeated spaces.
  • Removing formatting characters: Formatting characters (those with General Category: Cf, Zl and Zp) are removed from the output. By definition, formatting characters have no glyph. By removing them they cannot have a formatting effect.

Exception: five Arabic Cf/formatting number markings U+0600..U+0603 and U+60DD, are shown. While Cf formatting characters usually have no glyph, these five have. By internally adding "(visible)" to the category, these characters are shown.

  • Removing whitespace: The template removes formatting code and surrounding whitespace from the input. A <Return> in the Name-input (possibly unintended) would frustrate the in-line behaviour expectation.
  • Showing a label like <control-0007>: Unicode states that a code point has no name when it is one of these: a control character, a private use character, a surrogate, a not assigned code point (reserved), or a non-character. These code points instead should be referred to by using a "Code Point Label", such as <private-use> or <private-use-E000>. In this situation, this template replaces the glyph with that label. This way, the correct presentation wins it over Unicode-usage to the letter of the law.
  • "Control" general category=Cc: <control> or <control-0007>
  • "Surrogate" general category=Cs: <surrogate> or <surrogate-D800>
  • "Private Use": general category=Co: <private-use> or <private-use-FFA0>
  • "Not a character" (minus the reserved code points, see below): general category=Cn: <not-a-character>, <non-character> or <not-a-character-FFA0>

The second parameter (Unicode name) is not presented, since it cannot exist. It is possible to create a link to an article.

Note: A <reserved> (unassigned) code point cannot be detected yet, and so is not presented with this label. These code points too are given Cn category.
(Background on <>-labels: A Name can never have <>-brackets at all. These rules prevent mixing up a name with an actual control-character. So it will not happen that a bell rings when a page is opened that contains a Name of U+0007).

Possible errors[redakti fonton]

  • The template produces an Error-message when parameter #1 (hex value) is missing.
  • A non-hexadecimal input like 00G9 produces an error (Because G/g is not hexadecimal).
  • Do not add the U+-prefix like U+00A9. It will not be recognised.
  • If the template only shows the code point number, like "2038", you're probably using the wrong template {{unicode}}, instead of {{unichar}}.
  • The glyph may be overruled and changed into a label like <control-0007>. These characters have no Unicode name. An nlink will be directly to the article (entered in "nlink=Bell signal"). A blank like this "nlink=", (which links fine for regular characters like Pound sign), cannot work for <labeled> characters (there is no character name at all to make into a link). This produces an error.
  • A decimal value input like 1=98 will be read as being hexadecimal value 0098. There is no way that the template can detect you intended to enter 9810=6216.No warning is issued, and the wrong character, U+009816, will be shown (not U+0062).

Technical notes[redakti fonton]

The word "unichar" is used only in this English Wikipedia, as a name for this template. It has no meaning outside.

The template uses these subtemplates:

  • tagaloge Accepts all the input from {{unichar}}. Calls several subtemplates to produce the textstrings, and then strings them together. Also checks for the error non-hex input.
  • tagaloge creates a piped link for the "U+" prefix.
  • tagaloge determines the Unicode general category, when this category is special (like, for control characters).
  • tagaloge for rendering the glyph by font. Accepts "image=" that overrules the font. Uses also "use", "use2", "size", "cwith".
  • tagaloge Produces the formatted name of the character in smallcaps. Accepts the "nlink=" to create a piped wikilink to an article. When the general category (gc) is special, the name will change into a <label-hhhh>.
  • tagaloge - Produces the three optional notes in brackets: decimal value, HTML-character reference (both decimal and by name like &amp;nbsp; if that exists using {{numcr2namecr}}) and the free text note as provided by the editor. Also does the brackets themselves.
  • Using the main template as an input-easy feature, there are few calculations done (actually only two hex2dec), and allows for adding default values not too deep in the templates.
  • The value "<#salted#>" is used internally to pass through a non-defined input parameter. This value is correct when about the Name, because a Unicode name cannot have the characters <##>, and so salted is the right word (meaning uninhibitable). For ease of code maintenance it is used in more places around.

Issues[redakti fonton]

  • Unassigned code points, to be labelled <reserved>, cannot be detected.
  • When using use-script, use2 needs lowercase (e.g. 0485, Cyrs or cyrs)
  • When using for one off the RTL formatting marks, its effect may break out of the template (text following goed rtl too). As it is now, this requires extra code.

External links[redakti fonton]

Useful links for researching Unicode characters:

  • Unicode charts, gives the chart (in PDF) on which the U+value is located.
  • Fileformat.com search, to search by name (whole or partial), by U+ hex value or decimal value, by the font symbol (copy-past it). Extra information per character. One character only.
  • [1] a multi-character converter.