A documentação para este módulo pode ser criada na página Módulo:Excerpt/config/doc

return {      -- Templates that should never be transcluded     templates = {         '.*[Ii]nfo.*', -- infoboxes         '.*[Cc]aixa lateral.*', -- sidebars         '.*[Nn]avbox.*', -- navboxes         '[Ee]vento.*', -- {{Evento atual}} etc.         '.*TOC.*', '[Tt]oc ?[Ll]imit', -- Table of contents related         '.*[Cc]oor.*', 'Location', -- Coordinates         'DISPLAYTITLE', 'Displaytitle', 'Display title',         'DEFAULT ?SORT', '[Dd]efault ?[Ss]ort',         'Principal', '[Aa]artigo ?[Pp]rincipal?', 'AP', 'VT',         '.*[Dd]esambig.*', '[Mm]inidesambig', '[Vv]er desambig.*', '[Vv]t desambig', 'Desambigexplicada',         'Outros usos', 'Outros?', '[Oo]utros ?[Uu]sos?1?', 'Hatnote',         '[Nn]ão confundir com', '[Nn]ão confundir2',         'Referências', '[Ff]ormatar',     },      -- Map from image parameters to captions     -- Used for extracting files out of infoboxes     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' }