Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Documentation/config: Difference between revisions

From The Petit Planet Wiki
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 drafts'
cfg['sandbox-category'] = 'Template Drafts'
cfg['sandbox-module-category'] = 'Module drafts'
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 strange ((documentation)) usage'
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 no documentation'
cfg['nodoc-category-template'] = 'Templates with No Documentation'
cfg['nodoc-category-module'] = 'Modules with no documentation'
cfg['nodoc-category-module'] = 'Modules with No Documentation'
cfg['nodoc-category-file'] = 'Files with no summary'
cfg['nodoc-category-file'] = 'Files with No Summary'
cfg['nodoc-category-other'] = 'Pages with no documentation'
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 bad documentation'
cfg['baddoc-category-template'] = 'Templates with Bad Documentation'
cfg['baddoc-category-module'] = 'Modules with bad documentation'
cfg['baddoc-category-module'] = 'Modules with Bad Documentation'
cfg['baddoc-category-file'] = 'Files with bad summary'
cfg['baddoc-category-file'] = 'Files with Bad Summary'
cfg['baddoc-category-other'] = 'Pages with bad documentation'
cfg['baddoc-category-other'] = 'Pages with Bad Documentation'


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