Jump to content

Module:Webarchive

From Simple English Wikipedia, the free encyclopedia
Revision as of 13:56, 26 October 2016 by GreenC (talk | changes) (still in development)

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."
end

return p