Module:Collection : Différence entre versions

De X-Wing - Le wiki des figurines
Aller à : navigation, rechercher
(Page créée avec « local p = {} function p.parse(frame) return 'My fab’s squadron Generator speed select is ' .. frame.args[1] end return p »)
(Aucune différence)

Version du 17 janvier 2018 à 10:36

La documentation pour ce module peut être créée à Module:Collection/doc

local p = {}
function p.parse(frame)
    return 'My fab’s squadron Generator speed select is ' .. frame.args[1]
end
return p