Module:Lua banner

From The Largs to Largs Grand Tour
Jump to navigation Jump to search

Documentation for this module may be created at Module:Lua banner/doc

-- Stub for Wikipedia module:Lua banner
-- L2L does not use WMF Lua banner infrastructure.

local p = {}

function p.main()
	return '' -- output nothing
end

return p