Module:labels/data/lang/kw

From Wiktionary, the free dictionary
< Module:labels‎ | data‎ | lang
Jump to navigation Jump to search

This module contains data for language-specific labels. See Module:labels/data for more info.

NOTE: If you add a new language-specific module, you must add the language code to the list at the top of Module:labels/data/lang in order for the module to be recognized.


local labels = {}

labels["Common Cornish"] = {
	Wikipedia = "Kernewek Kemmyn",
	plain_categories = "Common Cornish spellings",
}

labels["Revived Late Cornish"] = {
	aliases = {"RLC"},
	Wikipedia = "Modern Cornish",
	plain_categories = "Revived Late Cornish spellings",
}

labels["Standard Cornish"] = {
	Wikipedia = "Kernowek Standard",
	plain_categories = "Standard Cornish spellings",
}

labels["Standard Written Form"] = {
	aliases = {"SWF"},
	Wikipedia = true,
	plain_categories = "Standard Written Form Cornish spellings",
}

labels["Unified Cornish"] = {
	aliases = {"UC"},
	Wikipedia = true,
	plain_categories = "Unified Cornish spellings",
}

labels["Unified Cornish Revised"] = {
	aliases = {"UCR"},
	Wikipedia = "Unified Cornish#Unified Cornish, Revised",
	plain_categories = "Unified Cornish Revised spellings",
}

return require("Module:labels").finalize_data(labels)