Module:labels/data/lang/knra: Difference between revisions
No edit summary |
No edit summary |
||
| Line 15: | Line 15: | ||
regional_categories = true, | regional_categories = true, | ||
aliases = {"UA"}, | aliases = {"UA"}, | ||
region = "the cities of Yuvquat and Margquat and surrounding areas" | region = "the cities of Yuvquat and Margquat and surrounding areas", | ||
parent = true, | |||
} | } | ||
| Line 21: | Line 22: | ||
regional_categories = true, | regional_categories = true, | ||
aliases = {"U"}, | aliases = {"U"}, | ||
region = "Ufhewat Island" | region = "Ufhewat Island", | ||
parent = true, | |||
} | } | ||
| Line 27: | Line 29: | ||
regional_categories = true, | regional_categories = true, | ||
aliases = {"Z"}, | aliases = {"Z"}, | ||
region = "Zjiiama Island" | region = "Zjiiama Island", | ||
parent = true, | |||
} | } | ||
return | return | ||
require("Module:labels").finalize_data(labels) | require("Module:labels").finalize_data(labels) | ||
Revision as of 13:28, 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,
}
return
require("Module:labels").finalize_data(labels)