Module:Lua banner/config
Jump to navigation
Jump to search
Documentation for this module may be created at Module:Lua banner/config/doc
-- module configuration for Lua banner
local cfg = {}
cfg["category"] = { template = "Category:Lua based templates", module = "Category:Modules depending on other Lua modules", err = "Category:Lua banner errors" }
cfg["text"] = { template = "This template uses [[mw:Lua|Lua]]:<br>", module = "This module depends on the following module(s):<br>" }
cfg["image"] = "<br>[[File:Lua-Logo.svg|35px|alt=|link=]]<br>"
return cfg