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'
},
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 = {
attention = 'Wikipedia vital articles needing attention',
with_level = 'This [[File:Círculos Concéntricos.svg|16px|link=|alt=]] <b>[[%s|level-%s vital article]]</b> ',
without_level = 'This vital article '
}
}