Jump to content

Module:Lua banner/config

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Codemini (talk | contribs) at 12:14, 29 June 2025 (Config for lua banner). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
-- configuration for Lua banner
local cfg = {}

cfg["category"] = { template = '[[Category:Lua based templates]]', module = '[[Category:Modules depending on another Lua modules]]', err = [[Category:Lua banner errors]] }

cfg["text"] = { template = "This template uses [https://en.wikipedia.org/wiki/Lua Lua]:/n", module = "This module depends on the following module(s):/n" }

cfg["image"] = "[[File:Lua-Logo.svg|20px|alt=|link=]]"