Module:labels/data/lang/enm

Hello, you have come here looking for the meaning of the word Module:labels/data/lang/enm. In DICTIOUS you will not only get to know all the dictionary meanings for the word Module:labels/data/lang/enm, but we will also tell you about its etymology, its characteristics and you will know how to say Module:labels/data/lang/enm in singular and plural. Everything you need to know about the word Module:labels/data/lang/enm you have here. The definition of the word Module:labels/data/lang/enm will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofModule:labels/data/lang/enm, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.

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 = {
	aliases = {"Early ME", "Earlier ME", "early ME", "early"},
	Wikipedia = "Middle English#Early Middle English",
	plain_categories = true,
}

labels = {
	aliases = {"East Midland Middle English", "East Midlands ME", "East Midland ME"},
	regional_categories = "East Midland",
}

labels = {
	aliases = {"Late ME", "Later ME", "late ME", "Late", "late"},
	Wikipedia = "Middle English#Late Middle English",
	plain_categories = true,
}

labels = {
	aliases = {"Northern Middle English", "Northern ME", "North ME"},
	regional_categories = true,
}

labels = {
	Wikipedia = true,
	plain_categories = "Middle English terms unique to the Ormulum",
}

labels = {
	aliases = {"Southern Middle English", "Southern ME", "South ME", "Southwest ME"},
	regional_categories = true,
}

labels = {
	aliases = {"West Midland Middle English", "West Midlands ME", "West Midland ME"},
	regional_categories = "West Midland",
}

labels = {
	aliases = {"East Anglian", "East Anglian dialect"},
	Wikipedia = true,
	regional_categories = "East Anglian",
}

labels = {
	aliases = {"Old Scots", "Scottish Middle English", "Scottish ME", "Scottish", "Scotland"},
	Wikipedia = true,
	plain_categories = "Early Scots",
}

labels = {
	aliases = {"Cornish", "Cornish dialect"},
	Wikipedia = true,
	regional_categories = "Cornish",
}

labels = {
	aliases = {"Kentish"},
	Wikipedia = true,
	regional_categories = "Kentish",
}
 
return require("Module:labels").finalize_data(labels)