Jump to content

Module:Webarchive/sandbox

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by GreenC (talk | contribs) at 17:09, 10 October 2016 (Created page with '------------------------------------ local p = {} function p.webarchive(frame) local s = "https://web.archive.org/web/20160901010101/http://exam...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
--[[ ----------------------------------
   
  ]]

local p = {}

function p.webarchive(frame)

  local s = "https://web.archive.org/web/20160901010101/http://example.com"

  return mw.uri.new(s).host

end

return p