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}}
]]
Line 11 ⟶ 10:
--[[--------------------------< inlineError >-----------------------
]]
Line 24 ⟶ 23:
--[[--------------------------< inlineRed >-----------------------
]]
Line 43 ⟶ 42:
--[[--------------------------< trimArg >-----------------------
]]
Line 65 ⟶ 64:
--[[--------------------------< base62 >-----------------------
]]
Line 100 ⟶ 99:
--[[--------------------------< tableLength >-----------------------
]]
Line 113 ⟶ 112:
--[[--------------------------< dateFormat >-----------------------
]]
Line 156 ⟶ 155:
--[[--------------------------< makeDate >-----------------------
]]
Line 208 ⟶ 207:
--[[--------------------------< decodeWebciteDate >-----------------------
]]
Line 324 ⟶ 323:
--[[--------------------------< serviceName >-----------------------
]]
Line 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"
Line 427 ⟶ 426:
--[[--------------------------< parseExtraArgs >-----------------------
]]
Line 475 ⟶ 474:
--[[--------------------------< comma >-----------------------
]]
Line 492 ⟶ 491:
--[[--------------------------< createTracking >-----------------------
]]
|