Модул:сцриптс/дата/док

Ово је документациона подстраница за Модул:scripts/data

This module contains definitions and metadata for all script codes on Wiktionary. See Wiktionary:Scripts for more information.

This module must not be imported using require. Instead, it is imported like this:

local m_scripts = mw.loadData("Module:scripts")

This ensures that the data is only loaded once per page, rather than once for every module invocation like normal.

To access this data from templates, use Module:script utilities.

Потребне вредности[уреди]

Every entry in the table must contain the following properties:

canonicalName
The "canonical" name of the script. This is the name that is used in Wiktionary entries and category names.

Опционе вредности[уреди]

otherNames
A table of all the names that this script is known by, other than the canonical name.
characters
A Lua character class that matches on any character that belongs to this script. The character classes are the same as those in Lua search/replace patterns, but without the surrounding [ ] (these are implicitly added). They also resemble those found in regular expressions.
In its simplest form, the character class can just be a list of all the characters in the script (Example: "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"). But it's easier to describe using character ranges, especially when the script contains many dozens or even hundreds of different characters. Character ranges are given with only the first and last character, and separated by a hyphen -. The set then implicitly includes all characters whose Unicode codepoints are in between the two given characters (Пример: "A-Za-z").
character_category
Used by Модул:character info. If false, prevents {{character info/new}} from adding a characters category, such as Категорија:Латински текст карактери.
systems
The categories of writing system to which the script belongs. Видите Модул:writing_systems/data for a list of supported values. At the moment, this is only used by Модул:category tree/scriptcatboiler. The system will only be displayed if there is only one category. Видите Категорија:Латински текст for an example.