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