Module:Lua banner: Difference between revisions

Content added Content deleted
(fix pattern bug in p.main, and use a separate table for making the module links)
(p.renderTrackingCategories fix - titleObj is already local)
Line 58: Line 58:
-- Lua templates category
-- Lua templates category
local titleObj = titleObj or mw.title.getCurrentTitle()
titleObj = titleObj or mw.title.getCurrentTitle()
local subpageBlacklist = {
local subpageBlacklist = {
doc = true,
doc = true,