Module:Documentation/config: Difference between revisions
From The Petit Planet Wiki
More actions
No edit summary |
mNo edit summary |
||
| Line 240: | Line 240: | ||
--- 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' | ||
-- ------------------------------------------------------------------------------------------------- | -- ------------------------------------------------------------------------------------------------- | ||