Created page with "return { card_url = function(ship) local id = ship._dummy and ship._name or ship._api_id return id and ('card ' .. id) or '' end, }"
return {
card_url = function(ship)
local id = ship._dummy and ship._name or ship._api_id
return id and ('card ' .. id) or ''
end,