Module:labels/data/lang/sco

< Module:labels‎ | data‎ | lang

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["Border Scots"] = {
	aliases = {"Borders", "the Borders", "Border", "the Border"},
	plain_categories = true,
}

labels["Caithness"] = {
	Wikipedia = true,
	regional_categories = true,
}

labels["Central Scots"] = {
	aliases = {"Central"},
	Wikipedia = true,
	plain_categories = true,
}

labels["Cromarty"] = {
	Wikipedia = "Cromarty dialect",
	regional_categories = true,
}


labels["Doric Scots"] = {
	aliases = {"Mid Northern Scots", "Mid Northern", "Mid-Northern Scots", "Mid-Northern"},
	Wikipedia = "Doric dialect (Scotland)",
	plain_categories = true,
}

labels["Dundee"] = {
	Wikipedia = true,
	regional_categories = true,
}

labels["East Central Scots"] = {
	aliases = {"EC Scots", "EC", "East Central"},
	Wikipedia = "Central Scots",
	plain_categories = true,
}

labels["Lowlands Scots"] = {
	aliases = {"Lowlands", "the Lowlands", "Lowland Scots", "Lowland"},
	plain_categories = true,
}

labels["Middle Scots"] = {
	Wikipedia = true,
	plain_categories = true,
}

labels["North Northern Scots"] = {
	aliases = {"NN Scots", "NN", "North Northern", "Highlands", "the Highlands", "Highland Scots", "Highland"},
	Wikipedia = true,
	plain_categories = true,
}

labels["Northeast Central Scots"] = {
	aliases = {"NEC Scots", "NEC", "NE Central Scots", "NE Central", "Northeast Central", "North-east Central Scots", "North-east Central"},
	Wikipedia = "Central Scots",
	plain_categories = true,
}

labels["Northern Isles"] = {
	aliases = {"Insular Scots", "Insular"},
	Wikipedia = {"Insular Scots", "Orcadian dialect", "Shetland dialect"},
	regional_categories = {"Orkney", "Shetland"},
}

labels["Northern Scots"] = {
	aliases = {"Northern", "North Scots", "North"},
	Wikipedia = true,
	plain_categories = true,
}

labels["Orkney"] = {
	aliases = {"Orcadian"},
	Wikipedia = "Orcadian dialect",
	regional_categories = true,
}

labels["Shetland"] = {
	aliases = {"Shetland islands", "Shetland Islands", "the Shetland Islands", "Shetlandic", "Shetlands", "the Shetlands"},
	Wikipedia = "Shetland dialect",
	regional_categories = true,
}

labels["South Northern Scots"] = {
	aliases = {"SN Scots", "SN", "South Northern"},
	Wikipedia = "Northern Scots",
	plain_categories = true,
}

labels["Southern Scots"] = {
	aliases = {"Southern", "South Scots", "South"},
	Wikipedia = true,
	-- FIXME, rename category from 'South Scots' to 'Southern Scots'
	plain_categories = true,
}

labels["Southeast Central Scots"] = {
	aliases = {"SEC Scots", "SEC", "SE Central Scots", "SE Central", "Southeast Central", "South-east Central Scots", "South-east Central"},
	Wikipedia = "Central Scots",
	plain_categories = true,
}

labels["Southwest Central Scots"] = {
	aliases = {"SWC Scots", "SWC", "SW Central Scots", "SW Central", "Southwest Central", "South-west Central Scots", "South-west Central"},
	Wikipedia = "Central Scots",
	plain_categories = true,
}

labels["Ulster"] = {
	aliases = {"Ulster Scots", "Ullans"},
	Wikipedia = "Ulster Scots dialects",
	regional_categories = true,
}

labels["West Central Scots"] = {
	aliases = {"WC Scots", "WC", "West Central"},
	Wikipedia = "Central Scots",
	plain_categories = true,
}

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