Module:Main: Difference between revisions

Tweaked tracking to make exclusive to mainspace
(Reimplemented without capitalization error)
(Tweaked tracking to make exclusive to mainspace)
Line 40:
local firstPageTable = pages[1]
local firstPage
local emptyArgs = ((mw.title.getCurrentTitle().namespace == 0) and
local emptyArgs = firstPageTable and '' or '[[Category:Hatnote templates using unusual parameters]]'
not firstPageTable) and
local emptyArgs = firstPageTable and '' or '[[Category:Hatnote templates using unusual parameters]]' or ''
if firstPageTable then
firstPage = firstPageTable[1]
Anonymous user