Module:Webarchive/data: Difference between revisions

Content deleted Content added
add new .MD, .PH and .VN .. change target article to .TODAY (wiki article rename in progress) .. sort alpha
Fix Linter errors (misnested brackets when the error is inside a URL link)
Line 147:
 
local err_warn_msgs = {
date_err = '[(Date error])', -- decodeWebciteDate, decodeWaybackDate, decodeArchiveisDate
date_miss = '[(Date missing])', -- parseExtraArgs
ts_short = '[(Timestamp date length])', -- decodeWaybackDate timestamp less than 8 digits
ts_date = '[(Timestamp date invalid])', -- decodeWaybackDate timestamp not a valid date
unknown_url = '[(Error: unknown archive URL])', -- serviceName
unnamed_params = '[(Positional parameters ignored])',
 
--warnings
mismatch = '<sup>[(Date mismatch])</sup>', -- webarchive
ts_len = '<sup>[(Timestamp length])</sup>', -- decodeWaybackDate, decodeArchiveisDate timestamp not 14 digits
ts_cal = '<sup>[(Calendar])</sup>', -- decodeWaybackDate timestamp has trailing splat
}