Module:Infobox regtemp: Difference between revisions
added an input for the color name |
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 | local colorname = frame.args["colorname"] | ||
local limit1 = frame.args["lim1"] | local limit1 = frame.args["lim1"] | ||
| Line 151: | Line 151: | ||
end | end | ||
if | if colorname ~= "0" then | ||
table.insert(data, { | table.insert(data, { | ||
"Color name", | "Color name", | ||
colorname | |||
}) | }) | ||
end | end | ||