Module:Infobox regtemp: Difference between revisions
deploying changes live |
No edit summary |
||
| Line 134: | Line 134: | ||
ploidacot | ploidacot | ||
}) | }) | ||
-- error and stuff | |||
local string1 = "(" .. limit1 .. "-[[odd limit]]) " .. acc1 .. "c" | |||
local string2 = "(" .. limit1 .. "-[[odd limit]]) " .. comp1 .. " notes" | |||
if limit2 ~= "0" then | |||
string1 = string1 .. "; <br> (" .. limit2 .. "-[[odd limit]]) " .. acc2 .. "c" | |||
string2 = string2 .. "; <br> (" .. limit2 .. "-[[odd limit]]) " .. comp2 .. " notes" | |||
end | |||
table.insert(data, { | table.insert(data, { | ||
"Minmax error", | "Minmax error", | ||
string1 | |||
}) | }) | ||
table.insert(data, { | table.insert(data, { | ||
"Target scale size", | "Target scale size", | ||
string2 | |||
}) | }) | ||