Module:Excerpt/config
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
- All modules - All pages in the Module namespace
- Module:Appropedia - Lua module with all features specific to Appropedia
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'
}
}