Módulo:Citas: Diferenzas entre revisións

Contido eliminado Contido engadido
Elisardojm (conversa | contribucións)
engado chamada a ligazon_linguas
Banjo (conversa | contribucións)
mSen resumo de edición
 
Liña 2.640:
OriginalURLorigin = ChapterURLorigin; -- name of chapter-url parameter for error messages
OriginalFormat = ChapterFormat; -- and original |format=
if 'no' ~= DeadURL and 'non' ~= DeadURL then
ChapterURL = ArchiveURL -- swap-in the archive's url
ChapterURLorigin = A:ORIGIN('ArchiveURL') -- name of archive-url parameter for error messages
Liña 2.649:
OriginalURLorigin = URLorigin; -- name of url parameter for error messages
OriginalFormat = Format; -- and original |format=
if 'no' ~= DeadURL and 'non' ~= DeadURL then -- if URL set then archive-url applies to it
URL = ArchiveURL -- swap-in the archive's url
URLorigin = A:ORIGIN('ArchiveURL') -- name of archive url parameter for error messages
Liña 2.899:
ArchiveDate = set_error('archive_missing_date');
end
if "no" == DeadURL or "non" == DeadURL then
local arch_text = cfg.messages['archived'];
if sepc ~= "." then arch_text = arch_text:lower() end