Module:IPA/overview: Difference between revisions

Content deleted Content added
mNo edit summary
mNo edit summary
Line 146:
if #keyLects > 1 then
keyCell:attr('rowspan', #keyLects)
table.sort(keyLects, function (a, b) return a.name < b.name end)
return a.name < b.name
end)
local keyName = mw.ustring.gsub(key, '^[^/]*/', '')
for _, lect in ipairs(keyLects) do
Line 173 ⟶ 171:
end
end
iflang not= lang thenor keyLects[1]
lang = keyLects[1]
end
local nameCell = row:tag('td'):wikitext(
string.format('[[%s|%s]]', lang.link, lang.name)