Module:gloss grid: Difference between revisions

Jump to navigation Jump to search
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
(Undo revision 31385 by TheNightAvl (talk))
Tags: Undo Mobile edit Mobile web edit Advanced mobile edit
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 .. '"><small>' .. data.glosses[i] .. '</small></td>')
build('<td style="' .. cell_style .. '">' .. mw.ustring.gsub(data.glosses[i], "([%d%u]+)", "<small>%1</small>") .. '</td>')
else
else
build('<td />')
build('<td />')

Navigation menu