Module:ET: Difference between revisions
m A bugfix; why_highly_melodic() implemented |
mNo edit summary |
||
Line 102: | Line 102: | ||
et.superabundant = et.superabundant or rat.is_superabundant(et.size) | et.superabundant = et.superabundant or rat.is_superabundant(et.size) | ||
if et.highly_composite and et.superabundant then | if et.highly_composite and et.superabundant then | ||
return 'highly composite, superabundant' | return 'highly composite,<br>superabundant' | ||
elseif et.highly_composite then | elseif et.highly_composite then | ||
return 'highly composite' | return 'highly composite' |