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)
local keyName = mw.ustring.gsub(key, '^[^/]*/', '')
for _, lect in ipairs(keyLects) do
Line 173 ⟶ 171:
end
end
local nameCell = row:tag('td'):wikitext(
string.format('[[%s|%s]]', lang.link, lang.name)
|