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