Module:labels/data/lang/knra: Difference between revisions
No edit summary |
No edit summary |
||
| Line 31: | Line 31: | ||
region = "[[Zjiiama]] Island", | region = "[[Zjiiama]] Island", | ||
parent = true, | parent = true, | ||
} | |||
labels["Urban Ritijrn"] = { | |||
regional_categories = true, | |||
aliases = {"UR"}, | |||
region = "city of [[Znausjari]] and surrounding areas", | |||
parent = true, | |||
} | |||
labels["Miuicusejrn"] = { | |||
regional_categories = true, | |||
aliases = {"M"}, | |||
parent = true, | |||
} | |||
labels["Northern Miuicusejrn"] = { | |||
regional_categories = true, | |||
aliases = {"NM"}, | |||
region = "northern [[Miuicusejrn]]", | |||
parent = "Miuicusejrn", | |||
} | |||
labels["Southern Miuicusejrn"] = { | |||
regional_categories = true, | |||
aliases = {"SM"}, | |||
region = "southern [[Miuicusejrn]]", | |||
parent = "Miuicusejrn", | |||
} | |||
labels["Urban Miuicusejrn"] = { | |||
regional_categories = true, | |||
aliases = {"UM"}, | |||
region = "city of [[Sjitawat]] and surrounding areas", | |||
parent = "Southern Miuicusejrn", | |||
} | } | ||
return | return | ||
require("Module:labels").finalize_data(labels) | require("Module:labels").finalize_data(labels) | ||
Revision as of 14:07, 17 May 2026
- The following documentation is generated by Template:label language-specific data documentation. [edit]
- Useful links: root page • root page’s subpages • links • transclusions • testcases • sandbox
This module contains data for language-specific labels for Knrawi. See Module:labels/data for more info.
local labels = {}
labels["standard"] = {
aliases = {"S"}
}
labels["Royal"] = {
regional_categories = true,
aliases = {"R"},
def = "Royal Knrawi, a static variety of Knrawi used in speech in the presence of the God Kings",
parent = true,
}
labels["Urban Anajrn"] = {
regional_categories = true,
aliases = {"UA"},
region = "the cities of [[Yuvquat]] and [[Margquat]] and surrounding areas",
parent = true,
}
labels["Ufhewat"] = {
regional_categories = true,
aliases = {"U"},
region = "[[Ufhewat]] Island",
parent = true,
}
labels["Zjiiama"] = {
regional_categories = true,
aliases = {"Z"},
region = "[[Zjiiama]] Island",
parent = true,
}
labels["Urban Ritijrn"] = {
regional_categories = true,
aliases = {"UR"},
region = "city of [[Znausjari]] and surrounding areas",
parent = true,
}
labels["Miuicusejrn"] = {
regional_categories = true,
aliases = {"M"},
parent = true,
}
labels["Northern Miuicusejrn"] = {
regional_categories = true,
aliases = {"NM"},
region = "northern [[Miuicusejrn]]",
parent = "Miuicusejrn",
}
labels["Southern Miuicusejrn"] = {
regional_categories = true,
aliases = {"SM"},
region = "southern [[Miuicusejrn]]",
parent = "Miuicusejrn",
}
labels["Urban Miuicusejrn"] = {
regional_categories = true,
aliases = {"UM"},
region = "city of [[Sjitawat]] and surrounding areas",
parent = "Southern Miuicusejrn",
}
return
require("Module:labels").finalize_data(labels)