Module:labels/data/lang/snon: Difference between revisions

From Linguifex
Jump to navigation Jump to search
Melinoë (talk | contribs)
No edit summary
Melinoë (talk | contribs)
No edit summary
Line 125: Line 125:
-------------------------------- Noun classes --------------------------------
-------------------------------- Noun classes --------------------------------


labels["lenite nouns"] = {
labels["lenites"] = {
description = "{{{langname}}} nouns which trigger lenition in the following term when in the singular.",
description = "{{{langname}}} terms which trigger lenition in the following term when in the singular.",
parents = "nouns by inflection type",
parents = "lemmas",
display = "lenite",
display = "lenite",
aliases = {"len"},
aliases = {"len"},
pos_categories = {"lenite nouns"}
pos_categories = {"lenites"}
}
}


labels["radical nouns"] = {
labels["radicals"] = {
description = "{{{langname}}} nouns which do not trigger mutation in the following term when in the singular.",
description = "{{{langname}}} terms which do not trigger mutation in the following term when in the singular.",
parents = "nouns by inflection type",
parents = "lemmas",
display = "radical",
display = "radical",
aliases = {"rad"},
aliases = {"rad"},
pos_categories = {"radical nouns"},
pos_categories = {"radicals"},
}
}


labels["eclipse nouns"] = {
labels["eclipses"] = {
description = "{{{langname}}} nouns which trigger eclipsis in the following term when in the singular.",
description = "{{{langname}}} terms which trigger eclipsis in the following term when in the singular.",
parents = "nouns by inflection type",
parents = "lemmas",
display = "eclipse",
display = "eclipse",
aliases = {"ecl"},
aliases = {"ecl"},
pos_categories = {"eclipse nouns"},
pos_categories = {"eclipses"},
}
}



Revision as of 20:21, 6 May 2026

Documentation for this module may be created at Module:labels/data/lang/snon/doc

local labels = {}

labels["Colloquial"] = {
	aliases = {"CO", "FO", "folc", "informal"},
	display = "[[Colloquial Scots Norse|Folk]]",
	regional_categories = {"Regional"},
}

------------------------------------ Western ------------------------------------
labels["Western"] = {
	region = "Scots Norse as spoken colloquially in the Outer Hebrides",
	aliases = {"western", "snon-west", "VE"},
	display = "[[Western Scots Norse|Western]]",
	regional_categories = true,
}


labels["Northwestern"] = {
	aliases = {"LH"},
	display = "[[Western Scots Norse|Northwestern]]",
	regional_categories = true,
	parent = "Western",
}

labels["Lewis"] = {
	aliases = {"LE"},
	display = "[[Western Scots Norse|Lewis]]",
	regional_categories = true,
	parent = "Northwestern",
}

labels["Harris"] = {
	aliases = {"HR"},
	display = "[[Western Scots Norse|Harris]]",
	regional_categories = true,
	parent = "Northwestern",
}

labels["Southwestern"] = {
	display = "[[Western Scots Norse|Southwestern]]",
	aliases = {"UB"},
	regional_categories = true,
	parent = "Western",
}

labels["Uist"] = {
	aliases = {"IV", "Ìvist"},
	display = "[[Western Scots Norse|Uist]]",
	regional_categories = true,
	parent = "Southwestern",
}

labels["Pagan"] = {
	def = "Scots Norse as used by the ''Hèdhnar'' (pagans) of the Hebrides.",
	display = "[[Pagans of the Hebrides#Language|Heathen]]",
	aliases = {"religious", "PGN"},
	regional_categories = true,
	parent = "Southwestern",
}


labels["Barra"] = {
	aliases = {"BR"},
	display = "[[Western Scots Norse|Barra]]",
	regional_categories = true,
	parent = "Southwestern",
}

------------------------------------ Eastern ------------------------------------
labels["Eastern"] = {
	region = "Scots Norse as spoken colloquially in the Inner Hebrides",
	aliases = {"eastern", "snon-east", "EA"},
	display = "[[Eastern Scots Norse|Eastern]]",
	regional_categories = true,
}


labels["Skye"] = {
	aliases = {"SK"},
	display = "[[Eastern Scots Norse|Skye]]",
	regional_categories = true,
	parent = "Eastern",
}

labels["Mull"] = {
	aliases = {"MU"},
	display = "[[Eastern Scots Norse|Mull]]",
	regional_categories = true,
	parent = "Eastern",
}

labels["Coll and Tiree"] = {
	aliases = {"CT", "Coll", "Tiree"},
	display = "[[Eastern Scots Norse|Coll and Tiree]]",
	regional_categories = true,
	parent = "Mull",
}

labels["Islay"] = {
	aliases = {"IS"},
	display = "[[Eastern Scots Norse|Islay]]",
	regional_categories = true,
	parent = "Eastern",
}

------------------------------------ non-regional ------------------------------------
labels["Early Modern"] = {
	prep = "from",
	region = "the late 15th to the mid-17th centuries",
	noreg = true,
	display = "[[Early Modern Scots Norse|Early Modern]]",
	aliases = {"Early", "EMSN"},
	regional_categories = true,
	parent = "Varieties of",
}



labels["Standard"] = {
	nolink = true,
	display = "[[Scots Norse|Standard]]",
	aliases = {"stnd", "stan", "ST"},
}

-------------------------------- Noun classes --------------------------------

labels["lenites"] = {
	description = "{{{langname}}} terms which trigger lenition in the following term when in the singular.",
		parents = "lemmas",
		display = "lenite",
		aliases = {"len"},
		pos_categories = {"lenites"}
}

labels["radicals"] = {
	description = "{{{langname}}} terms which do not trigger mutation in the following term when in the singular.",
		parents = "lemmas",
		display = "radical",
		aliases = {"rad"},
		pos_categories = {"radicals"},
}

labels["eclipses"] = {
	description = "{{{langname}}} terms which trigger eclipsis in the following term when in the singular.",
		parents = "lemmas",
		display = "eclipse",
		aliases = {"ecl"},
		pos_categories = {"eclipses"},
}

 -- accent --
 labels["r stopping"] = {
 	display = "-r stopping",
	aliases = {"r-st"},
}

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