Hello, you have come here looking for the meaning of the word
Module:Unicode data/templates/documentation. In DICTIOUS you will not only get to know all the dictionary meanings for the word
Module:Unicode data/templates/documentation, but we will also tell you about its etymology, its characteristics and you will know how to say
Module:Unicode data/templates/documentation in singular and plural. Everything you need to know about the word
Module:Unicode data/templates/documentation you have here. The definition of the word
Module:Unicode data/templates/documentation will help you to be more precise and correct when speaking or writing your texts. Knowing the definition of
Module:Unicode data/templates/documentation, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.
This module provides ways for some of the functions in Module:Unicode data to be used in templates.
Functions
lookup
, is
- Call one the functions starting with
lookup
and is
. Replace the first underscore in the function name with a pipe, and add the code point in hexadecimal base, or a bit of text, for is_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 Module:Unicode data/aliases, false
otherwise. Used in Template:character info/save memory. For instance, for the space character (U+0020), {{#invoke:Unicode data/templates|has_aliases|20}}
→ true.