Module:Infobox ET: Difference between revisions

Plumtree (talk | contribs)
m Link to ET family added
Plumtree (talk | contribs)
m Distinct consistency limit optimisation
Line 118: Line 118:
local distinct_consistency = tonumber(frame.args['Distinct consistency'])
local distinct_consistency = tonumber(frame.args['Distinct consistency'])
if distinct_consistency == nil then
if distinct_consistency == nil then
distinct_consistency = l.consistency_limit(et, true, 43)
distinct_consistency = l.consistency_limit(et, consistency or true, 43)
end
end
if distinct_consistency == nil then
if distinct_consistency == nil then