Module:pam:Dialects
Appearance
- මෙම module සතුව උපදෙස් උප පිටුවක් නොපවතියි. Please නිර්මාණය කරන්න.
- ප්රයෝජනවත් සබැඳි: උප පිටු ලැයිස්තුව • සබැඳි • transclusions • testcases • sandbox
local labels = {}
local aliases = {}
local function alias(a, b) for _, v in ipairs(b) do aliases[v] = a end end -- allows aliases to be entered as a list
labels["Bacolor"] = {
display = "Súlat Bacúlud",
link = "Kapampangan language#Orthography",
}
alias('Bacolor', {'Baculud', 'Súlat Bacúlud', 'Sulat Baculud'})
labels["Guagua"] = {
display = "Súlat Wáwâ",
link = "Reforms of Kapampangan orthography",
}
alias("Guagua", {'Wawa', 'Sulat Wawa', 'Súlat Wáwâ'})
labels["Samson"] = {
display = "Ámung Sámson",
link = "Reforms of Kapampangan orthography",
}
alias('Samson', {'Amung Samson', 'Ámung Sámson', 'Ámung Samson'})
labels["Batiauan"] = {
display = "Batiáuan",
link = "Reforms of Kapampangan orthography",
}
alias('Batiauan', {'Batiáuan', 'Batiawan', 'Batiáwan', 'Batyawan', 'Batyáwan', 'Revised Guagua', 'Revised Wáwâ', 'Revised Wawa'})
labels["Abecedario"] = {
display = "Abecedario",
link = "Filipino orthography#Adoption of the Latin script",
}
alias('Abecedario', {'Abecedario orthography', 'Spanish orthography', 'pre-1940'})
return {
labels = labels,
aliases = aliases,
}