12,564
edits
TheNightAvl (talk | contribs) (Undo revision 31385 by TheNightAvl (talk)) Tags: Undo Mobile edit Mobile web edit Advanced mobile edit |
TheNightAvl (talk | contribs) No edit summary |
||
| Line 59: | Line 59: | ||
for i = 1, term_count do | for i = 1, term_count do | ||
if data.glosses[i] then | if data.glosses[i] then | ||
build('<td style="' .. cell_style .. '" | build('<td style="' .. cell_style .. '">' .. mw.ustring.gsub(data.glosses[i], "([%d%u]+)", "<small>%1</small>") .. '</td>') | ||
else | else | ||
build('<td />') | build('<td />') | ||