Module:Documentation/config: Difference between revisions

Content added Content deleted
(don't reuse values as it causes errors if the order is changed)
(add cfg.titleArg)
Line 9: Line 9:


local cfg = {} -- Do not edit this line.
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'


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