Module:Documentation/config: Difference between revisions
Jump to navigation
Jump to search
m>Mr. Stradivarius don't reuse values as it causes errors if the order is changed |
m>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' | |||
---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- |