Module:Excerpt/config

Documentation for this module may be created at Module:Excerpt/config/doc

return {

	-- Templates that should never be transcluded
	blacklist = {
		'TOC.*', -- TOC
		'Navigation', ' .* navigation',
		'Menu', '.* menu',
		'Databox', '.* data',
		'Header', '.* header',
		'Footer', '.* footer',
		'Notice', '.* notice',
		'Excerpt Wikipedia', 'Wikipedia excerpt',

		-- buttons
		'Button',

		-- hatnotes
		'Main',

		-- headers and notices
		'Merge', 'Automatic translation', 'Aefprojects', 'Waterpod Student Projects Header', 'Topic header', 'Category', 'QASpage', 'MOST', 'Global Health Medical Device', 'GST.*', 'Fashion Revolution', '.*CrashSavers',
	},

	-- Tracking categories (without the category namespace)
	categories = {
		errors = 'Pages with broken excerpts'
	}
}