Module:Infobox regtemp: Difference between revisions

TallKite (talk | contribs)
add color name
TallKite (talk | contribs)
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
if pergen ~= "0" then
table.insert(data, {
"Pergen",
pergen
})
})
end
end