Jump to content

Module:Webarchive

From Simple English Wikipedia, the free encyclopedia
Revision as of 17:17, 10 October 2016 by GreenC (talk | changes)

This module implements Template:webarchive (talk · links · edit).

This module uses Module:Webarchive/data to support configuration control and internationalization.

Tracking categories


local p = {}

function p.webarchive(frame)
  return "none"
end

return p