Content deleted Content added
The Mol Man (talk | contribs) No edit summary |
The Mol Man (talk | contribs) No edit summary |
||
Line 13:
local on_same_page
local page_title = mw.title.getCurrentTitle()
local mainlist = '1' or args.MainList or args[1] or page_title
on_same_page = mw.uri.anchorEncode(page_title) == mw.uri.anchorEncode(mainlist)
|