Module:labels/data/lang/knra

Revision as of 13:52, 17 May 2026 by Sware (talk | contribs)

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)