Module:Banner shell/config
Appearance
return {
template = 'Template:WikiProject banner shell',
page_types = {
dab = 'disambiguation page',
soft_redirect = 'soft redirect',
nonexistent = 'non-existent page',
},
blp_template = {
blp = 'BLP',
blpo = 'BLP others',
activepol = 'Active politician'
},
rating = {
not_yet = 'has not yet been rated',
not_required = 'does not require a rating',
rated = 'is rated <b>%s-class</b>'
},
icons = { -- map output of pagetype function to input of class icon function
['project page'] = 'project',
['user page'] = 'user',
['interface page'] = 'interface',
['help page'] = 'help',
['module'] = 'module',
['disambiguation page'] = 'disambig',
['soft redirect'] = 'redirect',
['non-existent page'] = 'vacant',
['page'] = 'na'
},
vital = {
with_level = 'This [[File:Círculos Concéntricos.svg|16px|link=|alt=]] <b>[[%s|level-%s vital article]]</b> ',
without_level = 'This vital article ',
categories = {
'_CLASS level-_LEVEL vital articles',
'Wikipedia level-_LEVEL vital articles in _TOPIC',
'_CLASS vital articles in _TOPIC'
},
attention = 'Wikipedia vital articles needing attention',
not_listed = 'Articles not listed in the vital article list'
}
}