Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Card: Difference between revisions

From The Petit Planet Wiki
No edit summary
No edit summary
Line 487: Line 487:
if a.mini then
if a.mini then
if a.text ~= '—' and tonumber((a.text:gsub(',', ''):gsub('[kKmMbBtT%%]$', ''))) ~= nil then
if a.text ~= '' and tonumber((a.text:gsub(',', ''):gsub('[kKmMbBtT%%]$', ''))) ~= nil then
node_card:tag('span'):addClass('card-text'):wikitext(a.text)
node_card:tag('span'):addClass('card-text'):wikitext(a.text)
end
end