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>',
scale = ' on Wikipedia\'s [[Wikipedia:Content assessment|content assessment]] scale.'
},
project = {
interest = 'It is of interest to ',
collapsed = 'multiple [[Wikipedia:WikiProject|WikiProjects]].',
uncollapsed = 'the following [[Wikipedia:WikiProject|WikiProjects]]:'
},
tracking = {
duplicate = 'Pages using WikiProject banner shell with duplicate banner templates',
unknown = '[[Category:Pages using WikiProject banner shell with unknown parameters|_VALUE_ ]]',
preview = 'Page using [[Template:WikiProject banner shell]] with unknown parameter "_VALUE_"',
invalid = 'Pages using WikiProject banner shell with invalid parameters'
},
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'
},
icons2 = {
fa = 'Featured_article_star.svg',
fl = 'Featured_article_star.svg',
a = 'Symbol_a_class.svg',
ga = 'Symbol_support_vote.svg',
b = 'Symbol_b_class.svg',
c = 'Symbol_c_class.svg',
start = 'Symbol_start_class.svg',
stub = 'Symbol_stub_class.svg',
list = 'Symbol_list_class.svg',
unassessed = 'Symbol_question.svg',
category = 'Symbol_category_class.svg',
disambig = 'Symbol_dab_class.svg',
draft = 'Symbol_draft_class.svg',
file = 'Symbol_file_class.svg',
portal = 'Symbol_portal_class.svg',
project = 'Symbol_project_class.svg',
redirect = 'Symbol_redirect_class.svg',
template = 'Symbol template class pink.svg',
user = 'Symbol user class.svg',
help = 'Symbol information vote.svg',
module = 'Symbol code red.svg',
interface = 'Pliers Symbol.svg',
vacant = 'Symbol abstain vote.svg'
}
}