Module:Documentation/config: Difference between revisions
From The Petit Planet Wiki
More actions
Created Module:Documentation/config |
No edit summary |
||
| Line 47: | Line 47: | ||
--- The file displayed in the sandbox notice. | --- The file displayed in the sandbox notice. | ||
-- @property {string} cfg['sandbox-notice-image'] | -- @property {string} cfg['sandbox-notice-image'] | ||
cfg['sandbox-notice-image'] = ' | cfg['sandbox-notice-image'] = '' | ||
--[[ | --[[ | ||
| Line 92: | Line 92: | ||
--- The file name for the icon shown at the top of the template. | --- The file name for the icon shown at the top of the template. | ||
-- @property {string} cfg['documentation-icon'] | -- @property {string} cfg['documentation-icon'] | ||
cfg['documentation-icon'] = ' | cfg['documentation-icon'] = '' | ||
--- The file name for the icon shown at the top of the template when no /doc subpage exists. | --- The file name for the icon shown at the top of the template when no /doc subpage exists. | ||
-- @property {string} cfg['documentation-icon-nodoc'] | -- @property {string} cfg['documentation-icon-nodoc'] | ||
cfg['documentation-icon-nodoc'] = ' | cfg['documentation-icon-nodoc'] = '' | ||
--- The file name for the icon shown at the top of the template when the documentation is marked as bad. | --- The file name for the icon shown at the top of the template when the documentation is marked as bad. | ||
-- @property {string} cfg['documentation-icon-baddoc'] | -- @property {string} cfg['documentation-icon-baddoc'] | ||
cfg['documentation-icon-baddoc'] = ' | cfg['documentation-icon-baddoc'] = '' | ||
-- ------------------------------------------------------------------------------------------------- | -- ------------------------------------------------------------------------------------------------- | ||