Module:Infobox regtemp: Difference between revisions
No edit summary |
throdd limit moment |
||
| Line 136: | Line 136: | ||
-- error and stuff | -- error and stuff | ||
local | local oddlim | ||
local string2 = "(" .. limit1 .. | if equave_letter == "o" then | ||
oddlim = "-[[odd limit]]) " | |||
elseif equave_letter == "t" then | |||
oddlim = "-[[throdd limit]]) " | |||
else | |||
oddlim = "-[[integer limit]]) " | |||
end | |||
local string1 = "(" .. limit1 .. oddlim .. acc1 .. "c" | |||
local string2 = "(" .. limit1 .. oddlim .. comp1 .. " notes" | |||
if limit2 ~= "0" then | if limit2 ~= "0" then | ||
string1 = string1 .. "; <br> (" .. limit2 .. | string1 = string1 .. "; <br> (" .. limit2 .. oddlim .. acc2 .. "c" | ||
string2 = string2 .. "; <br> (" .. limit2 .. | string2 = string2 .. "; <br> (" .. limit2 .. oddlim .. comp2 .. " notes" | ||
end | end | ||