Module:Banner shell/config
Appearance
return {
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'
}
}