Module:labels/data/lang/zlw-slv

From Wiktionary, the free dictionary
< Module:labels‎ | data‎ | lang
Jump to navigation Jump to search

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["East-Slovincian"] = {
	aliases = {"east", "Oslz.", "Oslz"},
	regional_categories = "East",
}

labels["West-Slovincian"] = {
	aliases = {"west", "Wslz.", "Wslz"},
	regional_categories = "West",
}

labels["Kluki"] = {
	aliases = {"Kl.", "Kl"},
	Wikipedia = "Kluki, Pomeranian Voivodeship",
	regional_categories = true,
}

labels["Smołdziński Las-Czołpino"] = {
	aliases = {"H.", "H", "Smoldzinski Las-Czolpino", "SC.", "SC"},
	display = "[[w:Smołdziński Las|Smołdziński Las]]-[[w:Czołpino|Czołpino]]",
	regional_categories = true,
}

labels["Wierzchocino-Witkowo-Siecie"] = {
	aliases = {"Vi.", "Vi", "WWW.", "WWW"},
	display = "[[w:Wierzchocino|Wierzchocino]]-[[w:Witkowo, Pomeranian Voivodeship|Witkowo]]-[[w:Siecie|Siecie]]",
	regional_categories = true,
}

labels["Witkowo"] = {
	aliases = {"Vt.", "Vt"},
	display = "[[w:Witkowo, Pomeranian Voivodeship|Witkowo]]",
	Wikipedia = "Witkowo, Pomeranian Voivodeship",
	regional_categories = true,
}

labels["Stojcino"] = {
	aliases = {"St.", "St"},
	Wikipedia = true,
	regional_categories = true,
}

labels["Gardna Wielka"] = {
	aliases = {"GGa.", "GGa"},
	Wikipedia = true,
	regional_categories = true,
}

labels["Gardna Mała"] = {
	aliases = {"KGa.", "KGa"},
	Wikipedia = true,
	regional_categories = true,
}

labels["Wysoka-Retowo-Czysta"] = {
	aliases = {"W.", "W", "WRC.", "WRC"},
	display = "[[w:Wysoka, Słupsk County|Wysoka]]-[[w:Retowo, Pomeranian Voivodeship|Retowo]]-[[w:Czysta, Pomeranian Voivodeship|Czysta]]",
	regional_categories = true,
}

labels["reflexive-sã"] = {
	display = "[[Appendix:Glossary#reflexive|reflexive]] with {{m|zlw-slv|sã}}",
	pos_categories = "reflexive verbs",
}

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