Module:Webarchive: திருத்தங்களுக்கு இடையிலான வேறுபாடு
உள்ளடக்கம் நீக்கப்பட்டது உள்ளடக்கம் சேர்க்கப்பட்டது
add europarchive.org |
move webarchive.org.uk to before archive.org |
||
வரிசை 395:
ulx.url1.tail = " at " .. ulx.url1.host .. " " .. inlineRed("Error: unknown archive URL")
if mw.ustring.find( host, "europarchive.org", 1, plain ) then -- any containing "archive.org" listed before Wayback to avoid disambiguation
ulx.url1.tail = " at the " .. bracketopen .. "National Library of Ireland" .. bracketclose
elseif mw.ustring.find( host, "webarchive.org.uk", 1, plain ) then▼
ulx.url1.tail = " at the " .. bracketopen .. "UK Web Archive" .. bracketclose▼
elseif mw.ustring.find( host, "archive.org", 1, plain ) then
ulx.url1.service = "wayback"
வரி 454 ⟶ 456:
elseif mw.ustring.find( host, "parliament.uk", 1, plain ) then
ulx.url1.tail = " at the " .. bracketopen .. "UK Parliament's Web Archive" .. bracketclose
▲ elseif mw.ustring.find( host, "webarchive.org.uk", 1, plain ) then
▲ ulx.url1.tail = " at the " .. bracketopen .. "UK Web Archive" .. bracketclose
elseif mw.ustring.find( host, "nlb.gov.sg", 1, plain ) then
ulx.url1.tail = " at " .. "Web Archive Singapore"
| |||