Module:Uses TemplateStyles/config: Difference between revisions

Use {{#translation:}} for Category:Templates using TemplateStyles (I didn’t think it would work here)
m (1 revision imported: Wikipedia article on Nicotine modules needed)
Mediawiki>ExE Boss
(Use {{#translation:}} for Category:Templates using TemplateStyles (I didn’t think it would work here))
Line 23: Line 23:
-- (e.g. no stylesheet listed). A category name without namespace, or nil
-- (e.g. no stylesheet listed). A category name without namespace, or nil
-- to disable categorization (not recommended).
-- to disable categorization (not recommended).
cfg['error_category'] = 'Uses TemplateStyles templates with errors'
cfg['error_category'] = nil


-- Default category: this category is added if no custom category is specified
-- Default category: this category is added if no custom category is specified
Line 29: Line 29:
-- to disable categorization.
-- to disable categorization.
cfg['default_category'] = 'Templates using TemplateStyles'
cfg['default_category'] = 'Templates using TemplateStyles'
.. mw.getCurrentFrame():callParserFunction("#translation:")


-- Protection conflict category: this category is added if the protection level
-- Protection conflict category: this category is added if the protection level
-- of any stylesheet differs from the one of the template. A category name
-- of any stylesheet differs from the one of the template. A category name
-- without namespace, or nil to disable categorization (not recommended).
-- without namespace, or nil to disable categorization (not recommended).
cfg['protection_conflict_category'] = 'Templates using TemplateStyles with a different protection level'
cfg['protection_conflict_category'] = nil


-- Padlock pattern: Lua pattern to search on protected stylesheets for, or nil
-- Padlock pattern: Lua pattern to search on protected stylesheets for, or nil
-- to disable padlock check.
-- to disable padlock check.
cfg['padlock_pattern'] = '{{pp-'
cfg['padlock_pattern'] = nil


-- Missing padlock category: this category is added if a protected stylesheet
-- Missing padlock category: this category is added if a protected stylesheet
Line 43: Line 44:
-- A category name without namespace (no nil allowed) if the pattern is not nil,
-- A category name without namespace (no nil allowed) if the pattern is not nil,
-- unused (and thus may be nil) otherwise.
-- unused (and thus may be nil) otherwise.
cfg['missing_padlock_category'] = 'Templates using TemplateStyles without padlocks'
cfg['missing_padlock_category'] = nil


return cfg -- Don’t touch this line.
return cfg -- Don’t touch this line.
Anonymous user