Module:Infobox ET: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 109: | Line 109: | ||
local consistency = tonumber(frame.args['Consistency']) | local consistency = tonumber(frame.args['Consistency']) | ||
if consistency == nil then | if consistency == nil then | ||
consistency = l.consistency_limit(size, equave, false, | consistency = l.consistency_limit(size, equave, false, 17) | ||
end | end | ||
if consistency == nil then | if consistency == nil then | ||
consistency = 'at least | consistency = 'at least 17' | ||
end | end | ||
table.insert(infobox_data, { | table.insert(infobox_data, { |