13,398
edits
(Created page with "local makePurgeLink = require('Module:Purge')._main local lang = mw.language.getContentLanguage() local CONFIG_MODULE = 'Module:Progress box/config' ------------------------------------------------------------------------------- -- Message mixin -- -- This function is mixed into all of the other classes ------------------------------------------------------------------------------- local function message(self, key, ...) local msg = self._cfg[key] if not msg then e...") |
No edit summary |
||
Line 49: | Line 49: | ||
display = display or cat | display = display or cat | ||
return string.format('[[:Category:%s|%s]]', cat, display) | return string.format('[[:Category:%s|%s]]', cat, display) | ||
end | end | ||
Line 169: | Line 158: | ||
dateFormat = dateFormat, | dateFormat = dateFormat, | ||
} | } | ||
date = ProgressBox.incrementDate(date) | date = ProgressBox.incrementDate(date) | ||
end | end | ||
Line 324: | Line 310: | ||
ProgressBox = ProgressBox, | ProgressBox = ProgressBox, | ||
} | } | ||
end | end | ||
edits