Module:Infobox ET: Difference between revisions
Links to the previous and the next entries |
Most restrictions removed for consistency limits |
||
Line 119: | Line 119: | ||
local consistency = tonumber(frame.args['Consistency']) | local consistency = tonumber(frame.args['Consistency']) | ||
if consistency == nil then | |||
consistency = l.consistency_limit(size, equave, false, 17) | |||
end | |||
if consistency == nil then | |||
consistency = 'at least 17' | |||
end | end | ||
if consistency ~= nil then | if consistency ~= nil then | ||
Line 137: | Line 132: | ||
end | end | ||
local distinct_consistency = tonumber(frame.args['Distinct consistency']) | local distinct_consistency = tonumber(frame.args['Distinct consistency']) | ||
if distinct_consistency == nil then | |||
distinct_consistency = l.consistency_limit(size, equave, true, 29) | |||
end | |||
if distinct_consistency == nil then | |||
distinct_consistency = 'at least 29' | |||
end | end | ||
if distinct_consistency ~= nil then | if distinct_consistency ~= nil then |