Module:Documentation/config: Difference between revisions

syncing with sandbox (introduces testcases-run-link-display for use on module documentation pages)
(add cfg['mirror-link-preload'] = 'Template:Documentation/mirror')
(syncing with sandbox (introduces testcases-run-link-display for use on module documentation pages))
Line 179:
-- $2 is a link to the test cases page. If the test cases page exists, it is in the following format:
--
-- cfg['testcases-link-display'] (cfg['testcases-edit-link-display'] | cfg['testcases-run-link-display'])
--
-- If the test cases page doesn't exist, it is in the format:
Line 260:
-- The text to display for test cases "edit" links.
cfg['testcases-edit-link-display'] = 'edit'
 
-- cfg['testcases-run-link-display']
-- The text to display for test cases "run" links.
cfg['testcases-run-link-display'] = 'run'
 
-- cfg['testcases-create-link-display']