Module:Infobox ET: Difference between revisions
m Testing another representation of special properties |
mNo edit summary |
||
| Line 80: | Line 80: | ||
local text = '' | local text = '' | ||
if ET.is_highly_melodic(et) then | if ET.is_highly_melodic(et) then | ||
text = text .. 'highly melodic (' .. ET.why_highly_melodic(et) .. ')' | text = text .. 'highly melodic (' .. ET.why_highly_melodic(et, 1) .. ')' | ||
end | end | ||
if is_zeta ~= false and ET.is_zeta(et) then | if is_zeta ~= false and ET.is_zeta(et) then | ||
| Line 87: | Line 87: | ||
end | end | ||
if type(zeta) ~= 'string' or #zeta == 0 then | if type(zeta) ~= 'string' or #zeta == 0 then | ||
text = text .. ET.why_zeta(et) | text = text .. ET.why_zeta(et, 1) | ||
else | else | ||
text = text .. zeta | text = text .. zeta | ||