Changes

Jump to navigation Jump to search

Module:Protection banner

16 bytes removed, 01:56, 28 June 2014
and finally protectionDate
-- Set protection date
self._protectionDate protectionDate = validateDate(args.date, 'protection date')
-- Set banner config
function Blurb:_makeOfficeBlurbParameter()
local protectionDate = self._protectionObj:getProtectionDate().protectionDate
if protectionDate then
return self:_getExpandedMessage('office-blurb-protectiondate')
function Blurb:_makeProtectionDateParameter()
local protectionDate = self._protectionObj:getProtectionDate().protectionDate
if type(protectionDate) == 'number' then
return Blurb.formatDate(protectionDate)
function Blurb:_makeResetBlurbParameter()
local protectionDate = self._protectionObj:getProtectionDate().protectionDate
if protectionDate then
return self:_getExpandedMessage('reset-blurb-protectiondate')
Anonymous user

Navigation menu