Modul:Sort/latinScand
Erscheinungsbild
Modul:Vorlage:LuaModuleDoc:144: attempt to index field 'wikibase' (a nil value)
--[=[ 2015-03-30
Sort/latinScand
mw.loadData() table with sort string for scandinavian languages
]=]
return {
single = { [198] = "Æ",
[230] = "æ",
[216] = "Ø",
[248] = "ø",
[220] = "Y", -- Ü
[252] = "y", -- ü
[197] = "Å",
[229] = "å"
}
};