Changes

Jump to navigation Jump to search

Module:Protection banner

143 bytes added, 03:45, 10 July 2014
add explanation blurb for semi-protection
local isTalk = self._protectionObj.title.isTalkPage
-- @TODO: add semi-protection and pending changes blurbs
local key
if namespace == 8 then
elseif action == 'edit' and level == 'sysop' and not isTalk then
key = 'explanation-blurb-full-subject'
elseif action == 'edit' and level == 'autoconfirmed' then
if isTalk then
key = 'explanation-blurb-semi-talk'
else
key = 'explanation-blurb-semi-subject'
end
elseif action == 'move' then
if isTalk then
Anonymous user

Navigation menu