Modulo:Progetti interessati: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
m refuso |
m aggiornato nome template e categorie |
||
Riga 1:
--[[
* Modulo che implementa il template
]]--
Riga 38:
if args[param] and not validGrades[args[param]] then
if args[param] ~= 'nc' then
table.insert(errcat, '[[Categoria:Pagine con template
end
args[param] = nil
Riga 58:
})
else
table.insert(errcat, '[[Categoria:Pagine con template
end
end
Riga 64:
else
-- almeno un progetto deve essere specificato
table.insert(errcat, '[[Categoria:Errori di compilazione del template
end
Riga 483:
end
-- Entry-point per {{
-- per retrocompatibilità con template che lo usavano
function p.classe(frame)
Riga 490:
end
-- Entry-point per il template {{
function p.main(frame)
local args, projects, errcat = parseArgs(getArgs(frame, {parentOnly = true}))
|