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