Modifications

Aller à : navigation, rechercher

Module:Collection

16 octets ajoutés, 17 janvier 2018 à 11:54
aucun résumé de modification
fabSelectTab={}
fabSelectStr:gsub(".",function(c) table.insert(fabSelectTab,c) end)
retour = "Ma collection de boite : <br/>"
for i, v in ipairs (fabSelectTab) do
if fabSelectTab[i] ~= nil then
if FabListe[ i ] ~= nil then
retour = retour .. "* " .. FabListe[ i ] .. " x " .. fabSelectTab[i].. "<br/>"
end
end

Menu de navigation