| Line 32: |
Line 32: |
| | -- cfg['sandbox-notice-image'] | | -- cfg['sandbox-notice-image'] |
| | -- The image displayed in the sandbox notice. | | -- The image displayed in the sandbox notice. |
| − | cfg['sandbox-notice-image'] = '[[File:Sandbox.svg|50px|alt=|link=]]' | + | cfg['sandbox-notice-image'] = '[[File:Edit In Sandbox Icon - Color.svg|50px|alt=|link=]]' |
| | | | |
| | --[[ | | --[[ |
| Line 81: |
Line 81: |
| | cfg['sandbox-notice-testcases-run-link-display'] = 'run' | | cfg['sandbox-notice-testcases-run-link-display'] = 'run' |
| | | | |
| − | -- cfg['sandbox-category'] | + | -- cfg['sandbox-category'] - A category to add to all template sandboxes. |
| − | -- A category to add to all template sandboxes. | + | -- cfg['module-sandbox-category'] - A category to add to all module 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' |
| | + | |
| | | | |
| | ---------------------------------------------------------------------------------------------------- | | ---------------------------------------------------------------------------------------------------- |
| Line 135: |
Line 139: |
| | -- cfg['transcluded-from-blurb'] | | -- cfg['transcluded-from-blurb'] |
| | -- Notice displayed when the docs are transcluded from another page. $1 is a wikilink to that page. | | -- Notice displayed when the docs are transcluded from another page. $1 is a wikilink to that page. |
| − | cfg['transcluded-from-blurb'] = 'The above [[Wikipedia:Template documentation|documentation]] is [[Wikipedia:Transclusion|transcluded]] from $1.' | + | cfg['transcluded-from-blurb'] = 'The above [[Wikipedia:Template documentation|documentation]] is [[Help:Transclusion|transcluded]] from $1.' |
| | | | |
| | --[[ | | --[[ |
| Line 279: |
Line 283: |
| | -- link to the /doc subpage with a display value of cfg['doc-link-display']. | | -- link to the /doc subpage with a display value of cfg['doc-link-display']. |
| | --]] | | --]] |
| − | cfg['add-categories-blurb'] = 'Please add categories to the $1 subpage.' | + | cfg['add-categories-blurb'] = 'Add categories to the $1 subpage.' |
| | | | |
| | -- cfg['doc-link-display'] | | -- cfg['doc-link-display'] |
| Line 324: |
Line 328: |
| | -- The name of the subpage typically used for documentation pages. | | -- The name of the subpage typically used for documentation pages. |
| | cfg['doc-subpage'] = 'doc' | | cfg['doc-subpage'] = 'doc' |
| − |
| |
| − | -- cfg['file-docpage-preload']
| |
| − | -- Preload file for documentation page in the file namespace.
| |
| − | cfg['file-docpage-preload'] = 'Template:Documentation/preload-filespace'
| |
| | | | |
| | -- cfg['docpage-preload'] | | -- cfg['docpage-preload'] |
| Line 336: |
Line 336: |
| | -- Preload file for Lua module documentation pages. | | -- Preload file for Lua module documentation pages. |
| | cfg['module-preload'] = 'Template:Documentation/preload-module-doc' | | cfg['module-preload'] = 'Template:Documentation/preload-module-doc' |
| − |
| |
| − | ----------------------------------------------------------------------------------------------------
| |
| − | -- Print version configuration
| |
| − | ----------------------------------------------------------------------------------------------------
| |
| − |
| |
| − | -- cfg['print-subpage']
| |
| − | -- The name of the template subpage used for print versions.
| |
| − | cfg['print-subpage'] = 'Print'
| |
| − |
| |
| − | -- cfg['print-link-display']
| |
| − | -- The text to display when linking to the /Print subpage.
| |
| − | cfg['print-link-display'] = '/Print'
| |
| − |
| |
| − | -- cfg['print-blurb']
| |
| − | -- Text to display if a /Print subpage exists. $1 is a link to the subpage with
| |
| − | -- a display value of cfg['print-link-display'].
| |
| − | cfg['print-blurb'] = 'A [[Help:Books/for experts#Improving the book layout|print version]] of this template exists at $1.'
| |
| − | .. ' If you make a change to this template, please update the print version as well.'
| |
| − |
| |
| − | -- cfg['display-print-category']
| |
| − | -- Set to true to enable output of cfg['print-category'] if a /Print subpage exists.
| |
| − | -- This should be a boolean value (either true or false).
| |
| − | cfg['display-print-category'] = true
| |
| − |
| |
| − | -- cfg['print-category']
| |
| − | -- Category to output if cfg['display-print-category'] is set to true, and a /Print subpage exists.
| |
| − | cfg['print-category'] = 'Templates with print versions'
| |
| | | | |
| | ---------------------------------------------------------------------------------------------------- | | ---------------------------------------------------------------------------------------------------- |