Module:Protection banner: Difference between revisions

change category table scheme
Enwikipedia>Mr. Stradivarius
(add some more categories)
Enwikipedia>Mr. Stradivarius
(change category table scheme)
Line 2:
-- {{pp-dispute}}, {{pp-vandalism}} and {{pp-sock}}.
 
local categories = {}
{
-- The naming scheme is: protection type - protection level - namespace - reason
categories['edit-semi-user-all'] name = 'Wikipedia semi-protected user and user talk pages',
type = 'edit',
categories['edit-semi-project-all'] = 'Semi-protected project pages'
level = 'semi',
categories['edit-semi-file-all'] = 'Semi-protected images'
ns = {[2] = true, [3] = true}, -- User and user talk
categories['edit-semi-template-all'] = 'Wikipedia semi-protected templates'
reason - 'all'
categories['edit-semi-portal-all'] = 'Semi-protected portals'
},
categories['edit-semi-talk-all'] = 'Semi-protected talk pages'
{
categories['edit-semi-other-vandalism'] = 'Wikipedia pages semi-protected against vandalism'
categories['edit-full-user-all'] name = 'Wikipedia Semi-protected user and user talkproject pages',
type = 'edit',
categories['edit-full-file-all'] = 'Protected images'
level = 'semi',
categories['edit-full-project-all'] = 'Protected project pages'
ns = {[4] = true}, -- Project
categories['edit-full-template-all'] = 'Wikipedia protected templates'
reason = 'all'
categories['edit-full-talk-all'] = 'Protected talk pages'
},
categories['edit-full-all-vandalism'] = 'Wikipedia pages protected against vandalism'
{
categories['edit-semi-all-dispute'] = 'Wikipedia pages semi-protected due to dispute'
name = 'Semi-protected images',
categories['edit-full-all-dispute'] = 'Wikipedia pages protected due to dispute'
type = 'edit',
categories['move-full-all-dispute'] = 'Wikipedia pages move-protected due to dispute'
level = 'semi',
categories['move-full-user-all'] = 'Wikipedia move-protected user and user talk pages'
ns = {[6] = true}, -- File
categories['move-full-project-all'] = 'Wikipedia move-protected project pages'
reason = 'all'
categories['move-full-portal-all'] = 'Wikipedia move-protected portals'
},
 
{
name = 'Wikipedia semi-protected templates',
type = 'edit',
level = 'semi',
ns = {[10] = true}, -- Template
reason = 'all'
},
{
name = 'Semi-protected portals',
type = 'edit',
level = 'semi',
ns = {[100] = true}, -- Portal
reason = 'all'
},
{
name = 'Semi-protected talk pages',
type = 'edit',
level = 'semi',
ns = 'talk',
reason = 'all'
},
{
name = 'Wikipedia pages semi-protected against vandalism',
type = 'edit',
level = 'semi',
ns = 'all',
reason = 'vandalism'
},
{
name = 'Wikipedia protected user and user talk pages',
type = 'edit',
level = 'full',
ns = {[2] = true, [3] = true}, -- User and user talk
reason = 'all'
},
{
name = 'Protected images',
type = 'edit',
level = 'full',
ns = 'file',
reason = 'all'
},
{
name = 'Protected project pages',
type = 'edit',
level = 'full',
ns = {[6] = true}, -- File
reason = 'all'
},
{
name = 'Wikipedia protected templates',
type = 'edit',
level = 'full',
ns = {[10] = true}, -- Template
reason = 'all'
},
{
name = 'Protected talk pages',
type = 'edit',
level = 'full',
ns = 'talk',
reason = 'all'
},
{
name = 'Wikipedia pages protected against vandalism',
type = 'edit',
level = 'full',
ns = 'all',
reason = 'vandalism'
},
{
name = 'Wikipedia pages semi-protected due to dispute',
type = 'edit',
level = 'semi',
ns = 'all',
reason = 'dispute'
},
{
name = 'Wikipedia pages protected due to dispute',
type = 'edit',
level = 'full',
ns = 'all',
reason = 'dispute'
},
{
name = 'Wikipedia pages move-protected due to dispute',
type = 'move',
level = 'full',
ns = 'all',
reason = 'dispute'
},
{
name = 'Wikipedia move-protected user and user talk pages',
type = 'move',
level = 'full',
ns = {[2] = true, [3] = true}, -- User and user talk
reason = 'all'
},
{
name = 'Wikipedia move-protected project pages',
type = 'move',
level = 'full',
ns = {[4] = true}, -- Project
reason = 'all'
},
{
name = 'Wikipedia move-protected portals',
type = 'move',
level = 'full',
ns = {[100] = true}, -- Portal
reason = 'all'
},
}
local error_categories = {
incorrect = 'Wikipedia pages with incorrect protection templates',