Jump to content

Module:Documentation/config: Difference between revisions

Created page with "---------------------------------------------------------------------------------------------------- -- -- Configuration for Module:Documentation -- -- Here you can set the values of the parameters and messages used in Module:Documentation to -- localise it to your wiki and your language. Unless specified otherwise, values given here -- should be string values. ---------------------------------------------------------------------------------..."
en>Pppery
 
(Created page with "---------------------------------------------------------------------------------------------------- -- -- Configuration for Module:Documentation -- -- Here you can set the values of the parameters and messages used in Module:Documentation to -- localise it to your wiki and your language. Unless specified otherwise, values given here -- should be string values. ---------------------------------------------------------------------------------...")
Line 81: Line 81:
cfg['sandbox-notice-testcases-run-link-display'] = 'run'
cfg['sandbox-notice-testcases-run-link-display'] = 'run'


-- cfg['sandbox-category'] - A category to add to all template sandboxes.
-- cfg['sandbox-category']
-- cfg['module-sandbox-category'] - A category to add to all module sandboxes.
-- A category to add to all template sandboxes.
-- cfg['module-sandbox-category'] - A category to add to all sandboxe not in templates or modules.
cfg['sandbox-category'] = 'Template sandboxes'
cfg['sandbox-category'] = 'Template sandboxes'
cfg['module-sandbox-category'] = 'Module sandboxes'
cfg['other-sandbox-category'] = 'Sandboxes outside of template or module namespace'


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