Module:Infobox regtemp: Difference between revisions

TallKite (talk | contribs)
added an input for the color name
TallKite (talk | contribs)
m debugging...
Line 24: Line 24:
local ploidacot = frame.args["ploidacot"]
local ploidacot = frame.args["ploidacot"]
local pergen = frame.args["pergen"]
local pergen = frame.args["pergen"]
local colorName = frame.args["colorName"]
local colorname = frame.args["colorname"]
local limit1 = frame.args["lim1"]
local limit1 = frame.args["lim1"]
Line 151: Line 151:
end
end
if colorName ~= "0" then
if colorname ~= "0" then
table.insert(data, {
table.insert(data, {
"Color name",
"Color name",
colorName
colorname
})
})
end
end