Module:ilo:Dialects
- මෙම 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["northern Ilocano"] = {
display = "northern Ilocano",
link = "Ilocano language#Dialects",
}
alias('Amianan', {'Ilocos Norte'})
labels["southern Ilocano"] = {
display = "northern Ilocano",
link = "Ilocano language#Dialects",
}
alias('Abagatan', {'Ilocos Sur'})
return {
labels = labels,
aliases = aliases,
}