Module:Excerpt/config: Difference between revisions

Created page with "return { -- Templates that should never be transcluded blacklist = { '2021 United States Capitol attack', '2021 storming of the United States Capitol', '[Aa]bout', '[Tt]his', '[Tt]his article is about', '[Aa]griculture', '[Aa]nchor', '[Bb]roader', '[Cc]ampaignbox', '[Cc]ampaign', '[Cc]itations broken from PEIS limit', '[Cc]oor', '[Ll]ocation', '[Ll]ocation dec', '[Cc]o%-ord', -- Coordinates '[Cc]urrent', '[Ff]lux', '[Ll]ive', '[Oo]n ?going', '[Rr]ece..."
 
No edit summary
 
Line 38: Line 38:
'[Rr]edirect', '[Rr][Ee]dir', '[Rr]DR',
'[Rr]edirect', '[Rr][Ee]dir', '[Rr]DR',
'.*[Ss]ections.*',
'.*[Ss]ections.*',
'[Rr]ural society',
'[Ss]ee[ -]?[Aa]lso', '[Aa]lso', '[Ll]ooking', '[Rr]elated articles?', '[Ll]ooking for', '[Ss]ee other', 'VT',
'[Ss]ee[ -]?[Aa]lso', '[Aa]lso', '[Ll]ooking', '[Rr]elated articles?', '[Ll]ooking for', '[Ss]ee other', 'VT',
'[Ss]emiprotected',
'[Ss]emiprotected',
Line 58: Line 59:
-- Map from image parameters to captions
-- Map from image parameters to captions
-- Used for extracting the file out of the infobox
-- Used for extracting the file out of the infobox
-- format: { filename, {caption}, {image_CSS_class} }
captions = {
captions = {
{'map1', {'legend1'} },
{'map1', {'legend1'} },
{'map2', {'legend2'} },
{'map2', {'legend2'} },
{'image', {'image_caption', 'caption', 'description'} },
{'image', {'image_caption', 'caption', 'description'}, {'image_class'} },
{'logo', {'logo_caption'} },
{'logo', {'logo_caption'} },
},
},