Content deleted Content added
mNo edit summary |
refactor |
||
Line 170:
end
lang = lang or keyLects[1]
local
count = 1,
)▼
▲ )
}
row:tag('td'):wikitext('<code>' .. lang.code .. '</code>')
for
if lect ~= lang then
local subRow = t:tag('tr')
if prev.name == lect.name then
else
name = lect.name,
▲ nameCell = subRow:tag('td'):wikitext(
count = 1,
▲ string.format('[[%s|%s]]', lect.link, lect.name)
cell = subRow:tag('td'):wikitext(
)▼
string.format('[[%s|%s]]', lect.link, lect.name)
▲ )
}
end
subRow:tag('td'):wikitext('<code>' .. lect.code .. '</code>')
Line 194 ⟶ 199:
return tostring(t)
end
return p
|