Module:labels/data/lang/ang

Wiktionary වෙතින්
< Module:labels‎ | data‎ | lang

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["Anglian"] = {
	Wikipedia = "Anglian dialect",
	regional_categories = true,
}

labels["Early West Saxon"] = {
	Wikipedia = true,
	regional_categories = true,
}

--This will conflict with a Kentish dialect label for Modern English, if someone wants to make one.
labels["Kentish"] = {
	Wikipedia = "Kentish dialect (Old English)",
	regional_categories = true,
}

labels["Late Old English"] = {
	plain_categories = true,
}

labels["Late West Saxon"] = {
	Wikipedia = true,
	regional_categories = true,
}

labels["Mercian"] = {
	Wikipedia = "Mercian dialect",
	regional_categories = true,
}

labels["Northumbrian"] = {
	Wikipedia = "Northumbrian Old English",
	regional_categories = {true, "Anglian"},
}

labels["West Saxon"] = {
	Wikipedia = "West Saxon dialect",
	regional_categories = true,
}

return require("Module:labels").finalize_data(labels)
"https://si.wiktionary.org/w/index.php?title=Module:labels/data/lang/ang&oldid=52648" වෙතින් සම්ප්‍රවේශනය කෙරිණි