Module:Infobox interval region: Difference between revisions

No edit summary
No edit summary
Line 22: Line 22:
local data = {}
local data = {}
if centslower == nil then
if centslower == nil or centslower == "" then
table.insert(data, {
table.insert(data, {
"Lower bound",
"Lower bound",
Line 34: Line 34:
end
end
if centsupper == nil then
if centsupper == nil or centsupper == "" then
table.insert(data, {
table.insert(data, {
"Upper bound",
"Upper bound",