Modul:Unicode data/templates/dok
Ovo je dokumentaciona podstranica za Модул:Unicode data/templates
This module provides ways for some of the functions in Modul:Unicode data to be used in templates.
Functions
uredilookup
,is
- Call one the functions starting with
lookup
andis
. Replace the first underscore in the function name with a pipe, and add the code point in hexadecimal base, or a bit of text, foris_valid_pagename
, as the next parameter. For example,{{#invoke:Unicode data/templates|lookup|name|61}}
→ LATIN SMALL LETTER A;{{#invoke:Unicode data/templates|is|valid_pagename|#}}
→ false. has_aliases
- Returns
true
if a code point has data in Modul:Unicode data/aliases,false
otherwise. Used in Šablon:character info/save memory. For instance, for the space character (U+0020),{{#invoke:Unicode data/templates|has_aliases|20}}
→ true.