Jump to content

Module:Banner shell/config

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by MSGJ (talk | contribs) at 11:13, 12 October 2024 (add). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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',
		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 '
	}
}