Module:Documentation/config: Difference between revisions
From The Petit Planet Wiki
More actions
mNo edit summary |
Revert auto-category to title case Tag: Manual revert |
||
| Line 79: | Line 79: | ||
--- A category to add to all template sandboxes. | --- A category to add to all template sandboxes. | ||
-- @property {string} cfg['sandbox-category'] | -- @property {string} cfg['sandbox-category'] | ||
cfg['sandbox-category'] = 'Template | cfg['sandbox-category'] = 'Template Drafts' | ||
cfg['sandbox-module-category'] = 'Module | cfg['sandbox-module-category'] = 'Module Drafts' | ||
-- ------------------------------------------------------------------------------------------------- | -- ------------------------------------------------------------------------------------------------- | ||
| Line 236: | Line 236: | ||
-- /doc subpage. | -- /doc subpage. | ||
-- @property {string} cfg['strange-usage-category'] | -- @property {string} cfg['strange-usage-category'] | ||
cfg['strange-usage-category'] = 'Pages with | cfg['strange-usage-category'] = 'Pages with Strange ((documentation)) Usage' | ||
--- Category to output if the /doc subpage is missing and the 'content' parameter is not specified | --- Category to output if the /doc subpage is missing and the 'content' parameter is not specified | ||
-- @property {string} cfg['nodoc-category-{template,module,file,other}'] | -- @property {string} cfg['nodoc-category-{template,module,file,other}'] | ||
cfg['nodoc-category-template'] = 'Templates with | cfg['nodoc-category-template'] = 'Templates with No Documentation' | ||
cfg['nodoc-category-module'] = 'Modules with | cfg['nodoc-category-module'] = 'Modules with No Documentation' | ||
cfg['nodoc-category-file'] = 'Files with | cfg['nodoc-category-file'] = 'Files with No Summary' | ||
cfg['nodoc-category-other'] = 'Pages with | cfg['nodoc-category-other'] = 'Pages with No Documentation' | ||
--- Category to output if the documentation is marked as bad | --- Category to output if the documentation is marked as bad | ||
-- @property {string} cfg['baddoc-category-{template,module,file,other}'] | -- @property {string} cfg['baddoc-category-{template,module,file,other}'] | ||
cfg['baddoc-category-template'] = 'Templates with | cfg['baddoc-category-template'] = 'Templates with Bad Documentation' | ||
cfg['baddoc-category-module'] = 'Modules with | cfg['baddoc-category-module'] = 'Modules with Bad Documentation' | ||
cfg['baddoc-category-file'] = 'Files with | cfg['baddoc-category-file'] = 'Files with Bad Summary' | ||
cfg['baddoc-category-other'] = 'Pages with | cfg['baddoc-category-other'] = 'Pages with Bad Documentation' | ||
-- ------------------------------------------------------------------------------------------------- | -- ------------------------------------------------------------------------------------------------- | ||