2,788
edits
No edit summary |
No edit summary |
||
Line 76: | Line 76: | ||
ret = ret .. '\n|-' | ret = ret .. '\n|-' | ||
if s_irregular then | if s_irregular then | ||
ret = ret .. '\n| colspan=2 | <small style="font-size:85%;">' .. IRREG_MARKER .. 'Irregular.</small>' | ret = ret .. '\n| colspan=2 | <small style="font-size:85%;line-height:1.2;display:block;padding-bottom:6px;">' .. IRREG_MARKER .. 'Irregular.</small>' | ||
end | end | ||
if s_changed then | if s_changed then | ||
ret = ret .. "\n| colspan=2 | <small style=\"font-size:85%;\">''Note:'' Some of these forms may be hypothetical. Not every possible mutated form of every word actually occurs.</small>" | ret = ret .. "\n| colspan=2 | <small style=\"font-size:85%;line-height:1.2;display:block;padding-bottom:6px;\">''Note:'' Some of these forms may be hypothetical. Not every possible mutated form of every word actually occurs.</small>" | ||
end | end | ||
ret = ret .. '\n|}' | ret = ret .. '\n|}' |