Module:labels/data/lang/snon: Difference between revisions
No edit summary |
No edit summary Tag: Manual revert |
||
| (10 intermediate revisions by the same user not shown) | |||
| Line 89: | Line 89: | ||
noreg = true, | noreg = true, | ||
nolink = true, | nolink = true, | ||
aliases = {"Early | aliases = {"Early", "EMSN"}, | ||
regional_categories = true, | regional_categories = true, | ||
parent = true, | parent = true, | ||
| Line 99: | Line 99: | ||
nolink = true, | nolink = true, | ||
display = "Hèdhnisc", | display = "Hèdhnisc", | ||
aliases = {" | aliases = {"religious", "PGN"}, | ||
regional_categories = true, | regional_categories = true, | ||
parent = true, | parent = true, | ||
} | |||
-------------------------------- 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"}, | |||
} | } | ||
return | return | ||
require("Module:labels").finalize_data(labels) | require("Module:labels").finalize_data(labels) | ||
Latest revision as of 19:38, 30 April 2026
Documentation for this module may be created at Module:labels/data/lang/snon/doc
local labels = {}
------------------------------------ Western ------------------------------------
labels["Western"] = {
aliases = {"western", "snon-west", "VE"},
display = "[[Outer Scots Norse|Veastèghsc]]",
region = "the Outer Hebrides",
regional_categories = {"Western"},
}
labels["Lewis and Harris"] = {
aliases = {"LH"},
display = "[[Outer Scots Norse|Fadhèghsc]]",
regional_categories = {"Northwestern"},
parent = "Western",
}
labels["Lewis"] = {
aliases = {"LE"},
display = "[[Outer Scots Norse|Leòdhaesc]]",
regional_categories = {"Lewis"},
parent = "Lewis and Harris",
}
labels["Harris"] = {
aliases = {"HR"},
display = "[[Outer Scots Norse|Hearadhsc]]",
regional_categories = {"Harris"},
parent = "Lewis and Harris",
}
labels["Uist"] = {
aliases = {"IV", "Ìvist"},
display = "[[Outer Scots Norse|Ìvistèghsc]]",
regional_categories = {"Uist"},
parent = "Western",
}
labels["Barra"] = {
aliases = {"BR"},
display = "[[Outer Scots Norse|Barèghsc]]",
regional_categories = {"Barra"},
parent = "Western",
}
------------------------------------ Eastern ------------------------------------
labels["Eastern"] = {
aliases = {"eastern", "snon-east", "EA"},
display = "[[Scots Norse|Èstèghsc]]",
region = "the Inner Hebrides",
regional_categories = {"Eastern"},
}
labels["Skye"] = {
aliases = {"SK"},
display = "[[Scots Norse|Scìdhèghsc]]",
regional_categories = {"Skye"},
parent = "Eastern",
}
labels["Mull"] = {
aliases = {"MU"},
display = "[[Scots Norse|Maialèghsc]]",
regional_categories = {"Mull"},
parent = "Eastern",
}
labels["Coll and Tiree"] = {
aliases = {"CT", "Coll", "Tiree"},
display = "[[Scots Norse|Col 's Tiùervist]]",
regional_categories = {"Coll and Tiree"},
parent = "Mull",
}
labels["Islay"] = {
aliases = {"IS"},
display = "[[Scots Norse|Ìlèghsc]]",
regional_categories = {"Islay"},
parent = "Eastern",
}
------------------------------------ non-regional ------------------------------------
labels["Early Modern"] = {
prep = "from",
region = "the late 15th to the mid-17th centuries",
noreg = true,
nolink = true,
aliases = {"Early", "EMSN"},
regional_categories = true,
parent = true,
}
labels["Pagan"] = {
def = "Scots Norse as used by the ''Hèdhnar'' (pagans) of the Outer Hebrides.",
noreg = true,
nolink = true,
display = "Hèdhnisc",
aliases = {"religious", "PGN"},
regional_categories = true,
parent = true,
}
-------------------------------- 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"},
}
return
require("Module:labels").finalize_data(labels)