local <span class="searchmatch">labels</span> = {} <span class="searchmatch">labels</span>["Anglian"] = { Wikipedia = "Anglian dialect", regional_categories = true, } <span class="searchmatch">labels</span>["Early West Saxon"] = { Wikipedia = true...
and handlers work almost identically to non-language-specific <span class="searchmatch">labels</span> and handlers. <span class="searchmatch">Labels</span> have the same fields, and handlers are called with the same arguments...
-- Table listing all of the languages with <span class="searchmatch">lang</span>-specific <span class="searchmatch">labels</span> modules. local <span class="searchmatch">langs</span>_with_<span class="searchmatch">lang</span>_specific_modules = { ["ab"] = true, ["ady"] = true, ...
<span class="searchmatch">labels</span> = {} local irregular_plurals = require("Module:form of/<span class="searchmatch">lang</span>-<span class="searchmatch">data</span>/en/functions").irregular_plurals -- Add irregular plural categories. <span class="searchmatch">labels</span>["irregular...
local <span class="searchmatch">labels</span> = {} local rdp_types_app = { "-a", "-<span class="searchmatch">ang</span>", "-ap", "-âp", "-ăn", "-e", "-eo", "-ơm", "-iêm", "-it", "-inh", "-oi", "-ôi", "-ui", "-ung", "l-"...
local <span class="searchmatch">labels</span> = {} local handlers = {} --------------------------------- Nouns/Pronouns/Numerals -------------------------------- <span class="searchmatch">labels</span>["consonant stem...
local export = {} local pos_functions = {} local <span class="searchmatch">lang</span> = require("Module:languages").getByCode("<span class="searchmatch">ang</span>") local insert = table.insert local remove = table...
for categories: individual <span class="searchmatch">labels</span> (or individual raw categories), and handlers. Individual <span class="searchmatch">labels</span> describe a single <span class="searchmatch">label</span>, such as nouns or refractory...
this_<span class="searchmatch">labels</span> = select(2, m_form_of.fetch_categories_and_<span class="searchmatch">labels</span>(normalized_tag_set, <span class="searchmatch">lang</span>, POS)) extend(tag_set.<span class="searchmatch">labels</span>_with_auto, this_<span class="searchmatch">labels</span>) end...
this_<span class="searchmatch">labels</span> = m_form_of.fetch_categories_and_<span class="searchmatch">labels</span>(normalized_tag_set, <span class="searchmatch">lang</span>, POS) m_table.extendList(tag_set.<span class="searchmatch">labels</span>_with_auto, this_<span class="searchmatch">labels</span>) end...