Module:Documentation/config: Difference between revisions

add cfg.titleArg
(don't reuse values as it causes errors if the order is changed)
(add cfg.titleArg)
Line 9:
 
local cfg = {} -- Do not edit this line.
 
----------------------------------------------------------------------------------------------------
-- Environment configuration
----------------------------------------------------------------------------------------------------
 
-- cfg.titleArg
-- An argument to specify what page to make links for. For testing purposes.
cfg.titleArg = 'page'
 
----------------------------------------------------------------------------------------------------