Modul:Excerpt/config

Dari Wikipedia bahasa Indonesia, ensiklopedia bebas

return {

	-- Templates that should never be transcluded
	blacklist = {
		'.*[Ii]nfobox.*', 'Taxobox', 'Virusbox', -- infoboxes
		'.*[Ss]idebar.*', -- sidebars
		'.*[Nn]avbox.*', -- navboxes
		'[Cc]urrent.*', -- {{Current}} etc.
		'[Pp]p%-.+', -- {{pp-move-indef}} etc.
		'[Uu]se .+ dates', -- {{Use dmy dates}} etc.
		'[Uu]se .+ English', '[Uu]se .+ spelling', 'EngvarB', -- {{Use American English}} etc.
		'[Ss]hort[ -]?desc.*', 'SHORTDESC', 'Description', 'Brief description',
		'[Ss]poken.*', -- Spoken Wikipedia related
		'.*TOC.*', '[Tt]oc ?[Ll]imit', -- Table of contents related
		'.*[Cc]oor.*', 'Location', -- Coordinates
		'DISPLAYTITLE', 'Displaytitle', 'Display title',
		'DEFAULT ?SORT', '[Dd]efault ?[Ss]ort',
		'Main', '[Mm]ain ?[Aa]rticles?', 'MAIN', '[Mm]ain[12]', 'Main page', '[Ss]ee ?main', 'Readmain', 'Full article', '[Aa]rtikelutama',
		'Good article', 'Good Article', 'GA article', 'GA icon', 'Artikel bagus',
		'Featured article', 'Featured', 'Featuredarticle', 'FeaturedSmall', 'Artikel pilihan',
		'Other uses', 'Others?', '[Oo]ther ?[Uu]ses?1?', '[Oo]ther ?[Mm]eanings?', 'Distinguish', '[Kk]egunaan lain', '[Kk]egunaanlain',
		'^[Ff]or', 'For1', 'For2', 'FOR', 'For the', 'Forthe',
		'[Ss]ee also', '[Ll]ihat pula',
		'About', 'Tentang',
		'Very long', 'Too long', 'Long',
		'[Rr]edirect.*', 'Redir', '[Aa]lih',
		'Unreferenced', 'References', 'Tanpa referensi',
		'Citations broken from PEIS limit',
		'Semiprotected',
		'Short description',
		'Sidebar', 'Sidebar with collapsible lists',
		'Lead missing', 'Lead rewrite', 'Lead too long', 'Lead too short',
		'Campaignbox',
		'2021 storming of the United States Capitol',
		'Ilmu'
	},

	-- Map from image parameters to captions
	-- Used for extracting the file out of the infobox
	captions = {
		{'map1', {'legend1'} },
		{'map2', {'legend2'} },
		{'image', {'caption', 'description'} },
		{'logo', {'logo_caption'} },
	},

	-- Tracking categories (without the category namespace)
	categories = {
		content = 'Artikel dengan kutipan otomatis',
		errors = 'Artikel dengan kutipan otomatis rusak',
		--[0] = 'Articles with excerpts',
	},

	-- Prefix for generating the hatnote
	--hat = '{{hatnote|extraclasses=dablink|selfref=yes|1=',

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