Module:Webarchive: திருத்தங்களுக்கு இடையிலான வேறுபாடு
உள்ளடக்கம் நீக்கப்பட்டது உள்ளடக்கம் சேர்க்கப்பட்டது
No edit summary |
alt webcite URL syntax |
||
வரிசை 217:
dt.split = mw.text.split(path, "/")
if dt.split[2] == "query" or tonumber(dt.split[2]) then -- http://www.webcitation.org/query?id=1138911916587475
-- http://www.webcitation.org/1138911916587475
return "query"
end
dt.full = os.date("%Y %m %d", string.sub(string.format("%d", base62(dt.split[2])),1,10) )
dt.split = mw.text.split(dt.full, " ")
வரி 605 ⟶ 611:
if ldf then
local udate = decodeWebciteDate( uri1.path, ldf )
if udate
elseif udate ~= date then
date = udate .. inlineRed("<sup>[Date mismatch]</sup>", "warning")
end
வரி 616 ⟶ 623:
elseif not date and ulx.url1.service == "webcite" then
date = decodeWebciteDate( uri1.path, "iso" )
if
date = inlineRed("[Date missing]", "warning")
elseif not date then
date = inlineRed("[Date error] (1)", "error")
end
| |||