Module:labels/data/lang/sco
Appearance
- පහත දැක්වෙන උපදෙස්, Template:label language-specific data documentation මගින් ජනනය කොට ඇත. [සංස්කරණය කරන්න]
- ප්රයෝජනවත් සබැඳි: root page • root page’s subpages • සබැඳි • transclusions • testcases • sandbox
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 = {}
local function alias(a, b) for _, v in ipairs(b) do labels[v] = a end end -- allows aliases to be entered as a list
labels["Border Scots"] = {
plain_categories = true,
}
labels["Central Scots"] = {
display = "[[w:Central Scots|Central]]",
plain_categories = true,
}
labels["Doric Scots"] = {
display = "[[w:Doric dialect (Scotland)|Doric]]",
plain_categories = true,
}
labels["East Central Scots"] = {
display = "East [[w:Central Scots|Central]]",
plain_categories = true,
}
alias("East Central Scots", {"EC Scots"})
labels["Lowlands Scots"] = {
plain_categories = true,
}
labels["Middle Scots"] = {
Wikipedia = true,
plain_categories = true,
}
labels["North Northern Scots"] = {
display = "[[w:North Northern Scots|North Northern]]",
plain_categories = true,
}
alias("North Northern Scots", {"NN Scots"})
labels["Northeast Central Scots"] = {
display = "Northeast [[w:Central Scots|Central]]",
plain_categories = true,
}
alias("Northeast Central Scots", {"NEC Scots"})
labels["Northern Scots"] = {
display = "[[w:Northern Scots|Northern]]",
plain_categories = true,
}
alias("Northern Scots", {"North Scots"})
labels["South Northern Scots"] = {
display = "South [[w:Northern Scots|Northern]]",
plain_categories = true,
}
alias("South Northern Scots", {"SN Scots"})
labels["South Scots"] = {
Wikipedia = "Southern Scots",
plain_categories = true,
}
alias("South Scots", {"Southern Scots"})
labels["Southeast Central Scots"] = {
display = "Southeast [[w:Central Scots|Central]]",
plain_categories = true,
}
alias("Southeast Central Scots", {"SEC Scots"})
labels["Southwest Central Scots"] = {
display = "Southwest [[w:Central Scots|Central]]",
plain_categories = true,
}
alias("Southwest Central Scots", {"SWC Scots"})
labels["Ulster Scots"] = {
Wikipedia = "Ulster Scots dialects",
plain_categories = true,
}
alias("Ulster Scots", {"Ullans"})
labels["West Central Scots"] = {
display = "West [[w:Central Scots|Central]]",
plain_categories = true,
}
alias("West Central Scots", {"WC Scots"})
return labels