Content deleted Content added
mNo edit summary |
simpler |
||
Line 2:
local p = {}
local lects = mw.loadData('Module:IPA/data/export')
Line 109 ⟶ 106:
cells[4]:wikitext(
lect.key and '[[' .. lect.key .. ']]' or
'([[' .. (lect.parent and lect.parent.key or
)
end
|