Jump to content

Module:Banner shell/config/sandbox

From Wikipedia, the free encyclopedia
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 = {
		this = 'This %s',
		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'
	},
	vital = {
		with_level = 'This [[File:Círculos Concéntricos.svg|16px|link=|alt=]]&nbsp;<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'
	},
	icons = {
		type = {
			['project page'] = 'Symbol project class.svg',
			['user page'] = 'Symbol user class.svg',
			['interface page'] = 'Pliers Symbol.svg',
			['help page'] = 'Symbol information vote.svg',
			module = 'Symbol code red.svg',
			['disambiguation page'] = 'Symbol dab class.svg',
			redirect = 'Symbol_redirect_class.svg',
			['soft redirect'] = 'Symbol redirect class.svg',
			['non-existent page'] = 'Symbol abstain vote.svg',
			category = 'Symbol category class.svg',
			page = 'na',
			draft = 'Symbol_draft_class.svg',
			file = 'Symbol_file_class.svg',
			portal = 'Symbol_portal_class.svg',
			template = 'Symbol template class pink.svg'
		},
		quality = {
			FA = 'Featured_article_star.svg',
			FL = 'Featured_article_star.svg',
			FM = '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',
			[''] = 'Symbol_question.svg' -- unassessed
		}
	}
}