Content deleted Content added
No edit summary |
No edit summary |
||
Line 132:
local demo_page = parent_args.demo_page
local on_template_page = false
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 lang = mw.getLanguage(cfg.language)
local current_title = mw.title.getCurrentTitle()
▲local sandbox-- = '/sandbox' -- BE SURE TO COMMENT OUT this definition when deploying to live
local auxiliary = cfg.auxiliary_module .. (sandbox or '')
|