Modulo:Vedi anche/sandbox: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
typo; ripristino metodo precedente altrimenti si ripete due volte il testo del wl |
aggiungo controllo |
||
Riga 78:
for _, val in ipairs(frame:getParent().args) do
if val ~= '' then
table.insert(args, parseArg(val)) lastArg = val
end
end
if #args > 1 and lastArg then
|