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["1947-1972"] = {
display = "1947-1972",
link = "Republican Spelling System",
}
alias('1947-1972', {'Republican orthography', 'Republican spelling', 'Soewandi spelling', 'pre-1967', '1947-1967', 'pre-1972', 'Soewandi orthography', 'Soewandi'})
labels["pre-1947"] = {
display = "pre-1947",
link = "Van Ophuijsen Spelling System",
}
alias('pre-1947', {'van Ophuijsen orthography', 'van Ophuijsen spelling', 'Dutch-based spelling', 'Dutch-based orthography'})
return {
labels = labels,
aliases = aliases,
}