Jump to content

Module:Webarchive

From Simple English Wikipedia, the free encyclopedia
Revision as of 14:01, 26 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 "In development. See sandbox version [[Template:webarchive/sandbox]] and [[Module:webarchive/sandbox]]"
end

return p