Difference between revisions of "Module:Documentation/config"
Jump to navigation
Jump to search
Module:Documentation/config (view source)
Revision as of 23:40, 15 January 2014
, 23:40, 15 January 2014add error messages
>Mr. Stradivarius (split experimentBlurb into two separate messages so that we can avoid guessing whether languages have possessive forms or not) |
>Mr. Stradivarius (add error messages) |
||
Line 9: | Line 9: | ||
local cfg = {} -- Do not edit this line. | local cfg = {} -- Do not edit this line. | ||
---------------------------------------------------------------------------------------------------- | |||
-- Environment configuration | |||
---------------------------------------------------------------------------------------------------- | |||
-- cfg.errorPrefix | |||
-- The prefix before any error messages found by the script. | |||
cfg.errorPrefix = '[[Module:Documentation]] error:' | |||
-- cfg.errorCategory | |||
-- The category pages are placed into if any errors are found. | |||
cfg.errorCategory = 'Documentation template invocations with errors' | |||
---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- |