Modulo:Sandbox/ppong: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
Annullata la modifica 72895170 di Ppong.it (discussione)
Nessun oggetto della modifica
Riga 39:
function p.nazNB (frame) --completo, credo
local args= frame:getParent()
-- local out= "[[nazionale" -- si inizia a definire il link
-- if Tipo[args[1]] then
-- out= "[[selezione" end
-- if args[3] then
-- out= out.." "..args[3] end
-- out= out.." di "..sport[args[0]]
-- if args[2] == "M" then
-- out= out.." maschile"
-- elseif args[2] == "F" then
-- out= out.." femminile" end
-- if D[args[1]] then
-- out= out.." "..D[args[1]]
-- else
-- out= out.." "..B[args[1]]..C[args[1]] end
-- out= out.."|"..C[args[1]] -- si definisce il testo del link
-- if args[3] and not args[4] then
-- out= out.." "..args[3] end
-- out= out.."]]"
return outargs
end