Module:Documentation/config: Difference between revisions

m
1 revision imported from wikipedia:Module:Documentation/config
(link)
m (1 revision imported from wikipedia:Module:Documentation/config)
 
(2 intermediate revisions by 2 users not shown)
Line 81:
cfg['sandbox-notice-testcases-run-link-display'] = 'run'
 
-- cfg['sandbox-category'] - A category to add to all template sandboxes.
-- cfg['module-sandbox-category'] - A category to add to all templatemodule sandboxes.
-- cfg['module-sandbox-category'] - A category to add to all sandboxe not in templates or modules.
cfg['sandbox-category'] = 'Template sandboxes'
cfg['module-sandbox-category'] = 'Module sandboxes'
cfg['other-sandbox-category'] = 'Sandboxes outside of template or module namespace'
 
 
----------------------------------------------------------------------------------------------------