Modulo:Webarchive: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
importo da en.wiki |
Nessun oggetto della modifica |
||
Riga 1:
--[[ ----------------------------------
▲ Lua module implementing the {{webarchive}} template.
▲ A merger of the functionality of three templates: {{wayback}}, {{webcite}} and {{cite archives}}
]]
Riga 11 ⟶ 10:
--[[--------------------------< inlineError >-----------------------
]]
Riga 24 ⟶ 23:
--[[--------------------------< inlineRed >-----------------------
]]
Riga 43 ⟶ 42:
--[[--------------------------< trimArg >-----------------------
]]
Riga 65 ⟶ 64:
--[[--------------------------< base62 >-----------------------
]]
Riga 100 ⟶ 99:
--[[--------------------------< tableLength >-----------------------
]]
Riga 113 ⟶ 112:
--[[--------------------------< dateFormat >-----------------------
]]
Riga 156 ⟶ 155:
--[[--------------------------< makeDate >-----------------------
]]
Riga 208 ⟶ 207:
--[[--------------------------< decodeWebciteDate >-----------------------
]]
Riga 324 ⟶ 323:
--[[--------------------------< serviceName >-----------------------
]]
Riga 345 ⟶ 344:
ulx.url1.service = "wayback"
ulx.url1.tail = " all'" .. bracketopen .. "Internet Archive" .. bracketclose
tracking = "Categoria:Template Webarchive collegamenti all'Internet Archive
elseif mw.ustring.find( host, "webcitation.org", 1, plain ) then
ulx.url1.service = "webcite"
Riga 427 ⟶ 426:
--[[--------------------------< parseExtraArgs >-----------------------
]]
Riga 475 ⟶ 474:
--[[--------------------------< comma >-----------------------
]]
Riga 492 ⟶ 491:
--[[--------------------------< createTracking >-----------------------
]]
|