12,564
edits
TheNightAvl (talk | contribs) No edit summary |
TheNightAvl (talk | contribs) No edit summary |
||
| Line 33: | Line 33: | ||
build("<tr>") | build("<tr>") | ||
if data.IPAs[1] then | if data.IPAs[1] then | ||
build('<td style="' .. mw.ustring.gsub(cell_style, "padding: (%S+) %S+", "padding: %1 | build('<td style="' .. mw.ustring.gsub(cell_style, "padding: (%S+) %S+ (%S+)", "padding: %1 %2 %2") .. '" class="IPA nolarge">' .. (data.phonemic and "/" or "[") .. "</td>") | ||
end | end | ||
for i = 1, term_count do | for i = 1, term_count do | ||