Module:Infobox ET: Difference between revisions

ArrowHead294 (talk | contribs)
No edit summary
ArrowHead294 (talk | contribs)
Undid revision 144740 by ArrowHead294 (talk)
Tag: Undo
Line 177: Line 177:
local consistency = tonumber(frame.args["Consistency"])
local consistency = tonumber(frame.args["Consistency"])
if consistency == nil then
if consistency == nil then
consistency = limits.consistency_limit(et, false, 99)
consistency = limits.consistency_limit(et, false, 43)
end
end
if consistency == nil then
if consistency == nil then
consistency = "at least 99"
consistency = "at least 43"
end
end
if consistency ~= nil then
if consistency ~= nil then