Difference between revisions of "Module:Lua banner"

8 bytes removed ,  17:26, 11 July 2020
use live config instead of sandbox one
>Tacsipacsi
(allow wishes (used e.g. on Commons), allow overriding config for testing)
>Tacsipacsi
(use live config instead of sandbox one)
Line 14: Line 14:


local function getConfig()
local function getConfig()
return mw.loadData('Module:Lua banner/config/sandbox')
return mw.loadData('Module:Lua banner/config')
end
end


Anonymous user