Modulo:Excerpt/config

Da Wikipedia, l'enciclopedia libera.
Vai alla navigazione Vai alla ricerca
return {

	-- Templates that should never be transcluded
	blacklist = {
		'.*[Ii]nfobox.*', 'Corpo celeste', -- infoboxes
		'Vedi anche',
		'Nota disambigua',
	},

	-- Map from image parameters to captions
	-- Used for extracting files out of infoboxes
	captions = {
		{'immagine', {'didascalia'} },
	},

	-- Tracking categories (without the category namespace)
	categories = {
		content = 'Voci con estratti',
		errors = 'Voci con estratti interrotti',
		--[0] = 'Articles with extracts',
		--[1] = 'Talk pages with extracts',
	},

	-- Title of the template styles (optional)
	styles = 'Estratto/styles.css'
}