return {

    -- Templates that should never be transcluded
	blacklist = {
        '.*[Ii]nfotabela.*', -- infoboxes
        '[Nn]otícia em desenvolvimento', '[Aa]tualizado', '[Dd]ata', '[Mm]á tradução', '[Ww]ikificação', '[Ff]usão', '[Aa]tualizar',
        '.*[Nn]avbox.*', -- navboxes
        '[Ee]vento.*', -- {{Evento atual}} etc.
        '.*TOC.*', '[Tt]oc ?[Ll]imit', -- Table of contents related
        'DISPLAYTITLE', 'Displaytitle', 'Display title',
        'DEFAULT ?SORT', '[Dd]efault ?[Ss]ort',
        'Principal', '[Aa]rtigo ?[Pp]rincipal?', 'AP', 'Ap', 'Ver artigo principal', 'VT', 'Vt', '[Vv]ertambém', 'Hatnote',
    },

    captions = {
        {'imagem', {'imagem_legenda'} },
    },

    -- Tracking categories (without the category namespace)
    categories = {
        content = '!Artigos com excertos',
        errors = '!Artigos com excertos quebrados',
        --[0] = '!Artigos com excertos',
        --[1] = '!Páginas de discussão com excertos',
    },

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

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