Module:Message box: Difference between revisions
Jump to navigation
Jump to search
m>Mr. Stradivarius change a couple of "name" variables to "self.name" |
m>Mr. Stradivarius change pageTitle --> self.pageTitle |
||
Line 399: | Line 399: | ||
nocat = args.nocat, | nocat = args.nocat, | ||
demospace = self.demospace, | demospace = self.demospace, | ||
page = self.pageTitle and pageTitle.prefixedText or nil | page = self.pageTitle and self.pageTitle.prefixedText or nil | ||
} | } | ||
end | end |