Module:Documentation/config: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(split experimentBlurb into two separate messages so that we can avoid guessing whether languages have possessive forms or not)
(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'


----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------