Changes
		
		
		
		
		
		
		Jump to navigation
		Jump to search
		
		
		
		
		
		
		
		
	
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