Difference between revisions of "Module:Documentation/config"
Module:Documentation/config (view source)
Revision as of 05:32, 3 January 2014
, 05:32, 3 January 2014add cfg.titleArg
>Mr. Stradivarius (don't reuse values as it causes errors if the order is changed) |
>Mr. Stradivarius (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' | |||
---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- |