2,788
edits
No edit summary |
No edit summary |
||
Line 92: | Line 92: | ||
local s_mut, s_changed, s_irregular = get_mutation_info(radical, args["s"], data.soft) | local s_mut, s_changed, s_irregular = get_mutation_info(radical, args["s"], data.soft) | ||
local n_mut, n_changed, n_irregular = get_mutation_info(radical, args["n"], data.nasal) | local n_mut, n_changed, n_irregular = get_mutation_info(radical, args["n"], data.nasal) | ||
local ret = '{| style="display:table; width: | local ret = '{| style="display:table; width:54%; border: 1px solid #b3b3b3; font-size: 95%; text-align: center;' | ||
ret = ret .. '\n|-' | ret = ret .. '\n|-' | ||
ret = ret .. '\n! style="background:#efefef" colspan=3 | [[Appendix:Riyan mutation|Riyan mutation]]' | ret = ret .. '\n! style="background:#efefef" colspan=3 | [[Appendix:Riyan mutation|Riyan mutation]]' | ||
Line 105: | Line 105: | ||
ret = ret .. '\n|-' | ret = ret .. '\n|-' | ||
if s_irregular or n_irregular then | if s_irregular or n_irregular then | ||
ret = ret .. '\n| colspan= | ret = ret .. '\n| colspan=3 | <small style="font-size:85%;">' .. IRREG_MARKER .. 'Irregular.</small>' | ||
end | end | ||
if s_changed or n_changed then | if s_changed or n_changed then | ||
ret = ret .. "\n| colspan= | ret = ret .. "\n| colspan=3 | <small style=\"font-size:85%;\">''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|}' |