Jump to content

Module:WikiProject banner/templatepage

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by MSGJ (talk | contribs) at 21:28, 9 June 2023 (start). 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)

require('strict')
local p = {}

p.templatepage = function(args)
	local wpbanner = require('Module:WikiProject banner')._main
	return wpbanner(args)
end

return p