Modulo:Webarchive/sandbox: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
uniformo apici e finisco revisione |
gestione articolo pre-data |
||
Riga 10:
local track = {} -- array associativo per accumulare le categorie di tracciamento
local maxurls = 10 -- massimo numero di URL permessi
local article = 'il '
local servizi = {
Line 131 ⟶ 132:
end
end
if d == 1 then d = '1º' elseif d == 8 or d == 11 then article = 'l\'' end
return m and mw.ustring.format('%s %s %s', d, m, y) or date
end
Line 280 ⟶ 282:
sand = mw.ustring.format('[%s Archiviato]%s.', url_main.url, url_main.tail)
elseif not url_main.title and url_main.date then
sand = mw.ustring.format('[%s Archiviato]
elseif url_main.title and not url_main.date then
sand = mw.ustring.format('[%s %s]%s.', url_main.url, url_main.title, url_main.tail)
elseif url_main.title and url_main.date then
sand = mw.ustring.format('[%s %s]%s (archiviato
else
return nil
|