Jump to content

Module:Excerpt/config

From Appropedia
Documentation for modules

Attention! This module is copied from Wikipedia:Module:Excerpt/config, do not modify it! To ensure Appropedia's long-term sustainability, all modules (except Module:Appropedia) are copied from Wikipedia and should only be edited to sync them to the latest version.

See Wikipedia:Module:Excerpt/config for this module's documentation.

See also

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'
	}
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.