Module:Infobox regtemp: Difference between revisions

ArrowHead294 (talk | contribs)
mNo edit summary
ArrowHead294 (talk | contribs)
mNo edit summary
Line 169: Line 169:
oddlim = "-[[integer limit]]) "
oddlim = "-[[integer limit]]) "
end
end
local string1 = "(" .. limit1 .. oddlim .. acc1 .. "c"
local string1 = "(" .. limit1 .. oddlim .. acc1 .. "{{c}}"
local string2 = "(" .. limit1 .. oddlim .. comp1 .. " notes"
local string2 = "(" .. limit1 .. oddlim .. comp1 .. " notes"
if limit2 ~= "0" then
if limit2 ~= "0" then
string1 = string1 .. ";<br />(" .. limit2 .. oddlim .. acc2 .. "c"
string1 = string1 .. ";<br />(" .. limit2 .. oddlim .. acc2 .. "{{c}}"
string2 = string2 .. ";<br />(" .. limit2 .. oddlim .. comp2 .. " notes"
string2 = string2 .. ";<br />(" .. limit2 .. oddlim .. comp2 .. " notes"
end
end