Module:labels/data/lang/kw
Appearance
- 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. 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"] = {
aliases = {"Kernewek Kemmyn", "KK"},
Wikipedia = "Kernewek Kemmyn",
plain_categories = "Common Cornish spellings",
}
labels["Modern Cornish"] = {
Wikipedia = "Modern Cornish",
plain_categories = "Modern Cornish spellings",
}
labels["Revived Late Cornish"] = {
aliases = {"RLC"},
Wikipedia = "Standard Written Form",
plain_categories = "Revived Late Cornish spellings",
}
labels["Revived Middle Cornish"] = {
aliases = {"RMC"},
Wikipedia = "Standard Written Form",
plain_categories = "Revived Middle Cornish spellings",
}
labels["Standard Cornish"] = {
Wikipedia = "Kernowek Standard",
plain_categories = "Standard Cornish spellings",
}
labels["Standard Written Form"] = {
aliases = {"SWF", "FSS", "Furv Skrifys Savonek"},
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)