Jump to content

Module:Sandbox/Galobtter

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Galobtter (talk | contribs) at 20:21, 1 April 2018 (use _navbar). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {}
function p.main(frame)
	args = require('Module:Arguments').getArgs(frame)
	foo = require('Module:Navbar/sandbox')._navbar
	return foo (args)
end
return p