Content deleted Content added
update from sandbox, per talk page - bug should be fixed now |
fix links per talk page, rm "/sandbox" and push live |
||
Line 101:
end
local subjectPage = ':' .. current.subjectNsText .. ':' .. current.rootText
if args.period then
ret = self:message('blurb-period', talkPage, makeWikilink(subjectPage),
Line 130:
-- PS: Needs to be changed if the template is renamed!
local mainTemplatePage = ''
if self.currentTitle.fullText == 'Template:Archive
mainTemplatePage = 'talk'
end
Line 351:
function p._aan(args, cfg, currentTitle)
cfg = cfg or mw.loadData('Module:Archive/config
currentTitle = currentTitle or mw.title.getCurrentTitle()
local aan = Navigator.new(args, cfg, currentTitle)
|