Module:Lua banner

From The Largs to Largs Grand Tour
Revision as of 22:04, 17 January 2026 by Peter (talk | contribs) (Replaced content with "-- 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")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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