Content deleted Content added
Paisley Park (talk | contribs) Created page with "return { -- Templates that should never be transcluded blacklist = { '.*[Ii]nfobox.*', '[Ee]xtension', '[Tt]ool', '[Ss]kin', -- infoboxes }, -- Map from image parameters to captions -- Used for extracting files out of infoboxes captions = { {'image', {'description'} }, }, -- Tracking categories (without the category namespace) categories = { content = 'Content pages with excerpts', errors = 'Content pages with broken excerpts', --[0] = 'Articles wit..." |
No edit summary |
||
(2 intermediate revisions by one other user not shown) | |||
Line 3:
-- Templates that should never be transcluded
blacklist = {
'.*[Ii]nfobox.*', '.*[Ii]nfo.*', '[Ee]xtension', '[Tt]ool', '[Ss]kin', -- infoboxes
'[Qq]uote', '[Ss]poiler',
},
Line 14 ⟶ 15:
-- Tracking categories (without the category namespace)
categories = {
--content = 'Content pages with excerpts',
errors = 'Content pages with broken excerpts',
--[0] = 'Articles with excerpts',
|