Module:labels/data/lang/snon: Difference between revisions
No edit summary |
Tag: Undo |
||
| (22 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
local labels = {} | local labels = {} | ||
labels["Colloquial"] = { | |||
aliases = {"CO", "FO", "folc", "informal"}, | |||
display = "[[Colloquial Scots Norse|Folk]]", | |||
regional_categories = {"Regional"}, | |||
} | |||
------------------------------------ Western ------------------------------------ | ------------------------------------ Western ------------------------------------ | ||
labels["Western"] = { | labels["Western"] = { | ||
region = "Scots Norse as spoken colloquially in the Outer Hebrides", | |||
aliases = {"western", "snon-west", "VE"}, | aliases = {"western", "snon-west", "VE"}, | ||
display = "[[ | display = "[[Western Scots Norse|Western]]", | ||
regional_categories = true, | |||
regional_categories = | |||
} | } | ||
labels[" | labels["Northwestern"] = { | ||
aliases = {"LH"}, | aliases = {"LH"}, | ||
display = "[[ | display = "[[Western Scots Norse|Northwestern]]", | ||
regional_categories = | regional_categories = true, | ||
parent = "Western", | parent = "Western", | ||
} | } | ||
| Line 20: | Line 25: | ||
labels["Lewis"] = { | labels["Lewis"] = { | ||
aliases = {"LE"}, | aliases = {"LE"}, | ||
display = "[[ | display = "[[Western Scots Norse|Lewis]]", | ||
regional_categories = | regional_categories = true, | ||
parent = " | parent = "Northwestern", | ||
} | } | ||
labels["Harris"] = { | labels["Harris"] = { | ||
aliases = {"HR"}, | aliases = {"HR"}, | ||
display = "[[ | display = "[[Western Scots Norse|Harris]]", | ||
regional_categories = {" | regional_categories = true, | ||
parent = " | parent = "Northwestern", | ||
} | |||
labels["Southwestern"] = { | |||
display = "[[Western Scots Norse|Southwestern]]", | |||
aliases = {"UB"}, | |||
regional_categories = true, | |||
parent = "Western", | |||
} | } | ||
labels["Uist"] = { | labels["Uist"] = { | ||
aliases = {"IV", "Ìvist"}, | aliases = {"IV", "Ìvist"}, | ||
display = "[[ | display = "[[Western Scots Norse|Uist]]", | ||
regional_categories = {" | regional_categories = true, | ||
parent = " | 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"] = { | labels["Barra"] = { | ||
aliases = {"BR"}, | aliases = {"BR"}, | ||
display = "[[ | display = "[[Western Scots Norse|Barra]]", | ||
regional_categories = | regional_categories = true, | ||
parent = " | parent = "Southwestern", | ||
} | } | ||
------------------------------------ Eastern ------------------------------------ | ------------------------------------ Eastern ------------------------------------ | ||
labels["Eastern"] = { | labels["Eastern"] = { | ||
region = "Scots Norse as spoken colloquially in the Inner Hebrides", | |||
aliases = {"eastern", "snon-east", "EA"}, | aliases = {"eastern", "snon-east", "EA"}, | ||
display = "[[Scots Norse| | display = "[[Eastern Scots Norse|Eastern]]", | ||
regional_categories = true, | |||
regional_categories = | |||
} | } | ||
| Line 57: | Line 78: | ||
labels["Skye"] = { | labels["Skye"] = { | ||
aliases = {"SK"}, | aliases = {"SK"}, | ||
display = "[[Scots Norse| | display = "[[Eastern Scots Norse|Skye]]", | ||
regional_categories = | regional_categories = true, | ||
parent = "Eastern", | parent = "Eastern", | ||
} | } | ||
| Line 64: | Line 85: | ||
labels["Mull"] = { | labels["Mull"] = { | ||
aliases = {"MU"}, | aliases = {"MU"}, | ||
display = "[[Scots Norse| | display = "[[Eastern Scots Norse|Mull]]", | ||
regional_categories = | regional_categories = true, | ||
parent = "Eastern", | parent = "Eastern", | ||
} | } | ||
| Line 71: | Line 92: | ||
labels["Coll and Tiree"] = { | labels["Coll and Tiree"] = { | ||
aliases = {"CT", "Coll", "Tiree"}, | aliases = {"CT", "Coll", "Tiree"}, | ||
display = "[[Scots Norse| | display = "[[Eastern Scots Norse|Coll and Tiree]]", | ||
regional_categories = | regional_categories = true, | ||
parent = "Mull", | parent = "Mull", | ||
} | } | ||
| Line 78: | Line 99: | ||
labels["Islay"] = { | labels["Islay"] = { | ||
aliases = {"IS"}, | aliases = {"IS"}, | ||
display = "[[Scots Norse| | display = "[[Eastern Scots Norse|Islay]]", | ||
regional_categories = | regional_categories = true, | ||
parent = "Eastern", | parent = "Eastern", | ||
} | } | ||
| Line 88: | Line 109: | ||
region = "the late 15th to the mid-17th centuries", | region = "the late 15th to the mid-17th centuries", | ||
noreg = true, | noreg = true, | ||
display = "[[Early Modern Scots Norse|Early Modern]]", | |||
aliases = {"Early | aliases = {"Early", "EMSN"}, | ||
regional_categories = true, | regional_categories = true, | ||
parent = | parent = "Varieties of", | ||
} | } | ||
labels[" | |||
labels["Standard"] = { | |||
nolink = true, | nolink = true, | ||
display = " | display = "[[Scots Norse|Standard]]", | ||
aliases = {" | aliases = {"stnd", "stan", "ST"}, | ||
} | } | ||
| Line 115: | Line 134: | ||
labels["radical nouns"] = { | labels["radical nouns"] = { | ||
description = "{{{langname}}} nouns which do not trigger | description = "{{{langname}}} nouns which do not trigger mutation in the following term when in the singular.", | ||
parents = "nouns by inflection type", | parents = "nouns by inflection type", | ||
display = "radical", | display = "radical", | ||
aliases = {"rad"}, | aliases = {"rad"}, | ||
pos_categories = {"radical nouns"}, | pos_categories = {"radical nouns"}, | ||
} | |||
labels["eclipse nouns"] = { | |||
description = "{{{langname}}} nouns which trigger eclipsis in the following term when in the singular.", | |||
parents = "nouns by inflection type", | |||
display = "eclipse", | |||
aliases = {"ecl"}, | |||
pos_categories = {"eclipse nouns"}, | |||
} | |||
-- accent -- | |||
labels["r stopping"] = { | |||
display = "-r stopping", | |||
aliases = {"r-st"}, | |||
} | } | ||
return | return | ||
require("Module:labels").finalize_data(labels) | require("Module:labels").finalize_data(labels) | ||
Latest revision as of 20:23, 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["lenite nouns"] = {
description = "{{{langname}}} nouns which trigger lenition in the following term when in the singular.",
parents = "nouns by inflection type",
display = "lenite",
aliases = {"len"},
pos_categories = {"lenite nouns"}
}
labels["radical nouns"] = {
description = "{{{langname}}} nouns which do not trigger mutation in the following term when in the singular.",
parents = "nouns by inflection type",
display = "radical",
aliases = {"rad"},
pos_categories = {"radical nouns"},
}
labels["eclipse nouns"] = {
description = "{{{langname}}} nouns which trigger eclipsis in the following term when in the singular.",
parents = "nouns by inflection type",
display = "eclipse",
aliases = {"ecl"},
pos_categories = {"eclipse nouns"},
}
-- accent --
labels["r stopping"] = {
display = "-r stopping",
aliases = {"r-st"},
}
return
require("Module:labels").finalize_data(labels)