Module:Infobox regtemp: Difference between revisions

Lériendil (talk | contribs)
deploying changes live
Lériendil (talk | contribs)
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",
"(" .. limit1 .. "-[[odd limit]]) " .. acc1 .. "c; <br> (" .. limit2 .. "-[[odd limit]]) " .. acc2 .. "c"
string1
})
})


table.insert(data, {
table.insert(data, {
"Target scale size",
"Target scale size",
"(" .. limit1 .. "-[[odd limit]]) " .. comp1 .. " notes; <br> (" .. limit2 .. "-[[odd limit]]) " .. comp2 .. " notes"
string2
})
})