Module:Documentation/config: Difference between revisions

    m>Mr. Stradivarius
    (split experimentBlurb into two separate messages so that we can avoid guessing whether languages have possessive forms or not)
    m>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'


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