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:05, 12 October 2024 (start). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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