Module:Infobox regtemp: Difference between revisions

Lériendil (talk | contribs)
No edit summary
TallKite (talk | contribs)
added an input for the color name
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 limit1 = frame.args["lim1"]
local limit1 = frame.args["lim1"]
Line 147: Line 148:
"Pergen",
"Pergen",
pergen
pergen
})
end
if colorName ~= "0" then
table.insert(data, {
"Color name",
colorName
})
})
end
end