Module:Infobox regtemp: Difference between revisions
add color name |
mNo edit summary |
||
| Line 143: | Line 143: | ||
ploidacot | ploidacot | ||
}) | }) | ||
if pergen ~= "0" then | |||
table.insert(data, { | |||
"Pergen", | |||
pergen | |||
}) | |||
end | |||
if colorname ~= "0" then | if colorname ~= "0" then | ||
| Line 148: | Line 155: | ||
"Color name", | "Color name", | ||
colorname | colorname | ||
}) | }) | ||
end | end | ||