Модул:labels/data/lang/sco

Документацију овог модула можете да направите на страници Модул:labels/data/lang/sco/док

local labels = {}

local function alias(x,y) -- allows aliases to be entered as a list
	for _,v in ipairs(y) do
		labels[v] = x
	end
end

labels["Border Scots"] = {
	plain_categories = {"Border Scots"},
}

labels["Централни Шкотски"] = {
	display = "[[w:Central Scots|Central]]",
	plain_categories = {"Централни Шкотски"},
}

labels["Doric Scots"] = {
	display = "[[w:Doric dialect (Scotland)|Doric]]",
	plain_categories = {"Doric Scots"},
}

labels["East Central Scots"] = {
	display = "East [[w:Central Scots|Central]]",
	plain_categories = {"East Central Scots"},
}
alias("East Central Scots", {"EC Scots"})

labels["Lowlands Scots"] = {
	plain_categories = {"Lowlands Scots"},
}

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

labels["North Northern Scots"] = {
	display = "[[w:North Northern Scots|North Northern]]",
	plain_categories = {"North Northern Scots"},
}
alias("North Northern Scots", {"NN Scots"})

labels["Northeast Central Scots"] = {
	display = "Northeast [[w:Central Scots|Central]]",
	plain_categories = {"Northeast Central Scots"},
}
alias("Northeast Central Scots", {"NEC Scots"})

labels["Northern Scots"] = {
	display = "[[w:Northern Scots|Northern]]",
	plain_categories = {"Northern Scots"},
}
alias("Northern Scots", {"North Scots"})

labels["South Northern Scots"] = {
	display = "South [[w:Northern Scots|Northern]]",
	plain_categories = {"South Northern Scots"},
}
alias("South Northern Scots", {"SN Scots"})

labels["Јужни Шкотски"] = {
	Wikipedia = "Southern Scots",
	plain_categories = {"Јужни Шкотски"},
}
alias("South Scots", {"Southern Scots"})

labels["Southeast Central Scots"] = {
	display = "Southeast [[w:Central Scots|Central]]",
	plain_categories = {"Southeast Central Scots"},
}
alias("Southeast Central Scots", {"SEC Scots"})

labels["Southwest Central Scots"] = {
	display = "Southwest [[w:Central Scots|Central]]",
	plain_categories = {"Southwest Central Scots"},
}
alias("Southwest Central Scots", {"SWC Scots"})

labels["Ulster Scots"] = {
	Wikipedia = "Ulster Scots dialects",
	plain_categories = {"Ulster Scots"},
}
alias("Ulster Scots", {"Ullans"})

labels["West Central Scots"] = {
	display = "West [[w:Central Scots|Central]]",
	plain_categories = {"West Central Scots"},
}
alias("West Central Scots", {"WC Scots"})

return labels