Module:WikiProject banner and Module:WikiProject banner/sandbox: Difference between pages
(Difference between pages)
imported>MSGJ m better tracking of unknown parameters for banners using config page |
imported>MSGJ moved |
||
| Line 1: | Line 1: | ||
require('strict') | require('strict') | ||
local p = {} | local p = {} | ||
local sandbox | local sandbox = '/sandbox' -- BE SURE TO COMMENT OUT this definition when deploying to live | ||
local cfg = mw.loadData('Module:WikiProject banner/config' .. (sandbox or '')) | local cfg = mw.loadData('Module:WikiProject banner/config' .. (sandbox or '')) | ||
local auxiliary = cfg.auxiliary_module .. (sandbox or '') | local auxiliary = cfg.auxiliary_module .. (sandbox or '') | ||