Module:Documentation/config: Difference between revisions
Jump to navigation
Jump to search
Don’t revert. |
|||
Line 8: | Line 8: | ||
---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ||
local cfg = {} -- | local cfg = {} -- Don't edit this line. | ||
---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ||
-- Protection template configuration | -- Protection template configuration | ||
---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ||
-- cfg['protection-reason-edit'] | -- cfg['protection-reason-edit'] | ||
Line 24: | Line 18: | ||
-- [[Module:Protection banner]]. | -- [[Module:Protection banner]]. | ||
cfg['protection-reason-edit'] = 'template' | cfg['protection-reason-edit'] = 'template' | ||
--[[ | --[[ | ||
Line 46: | 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'] = '[[Image: | cfg['sandbox-notice-image'] = '[[Image:Sandbox.svg|50px|alt=|link=]]' | ||
--[[ | --[[ | ||
Line 56: | Line 42: | ||
-- cfg['sandbox-notice-diff-blurb']. | -- cfg['sandbox-notice-diff-blurb']. | ||
--]] | --]] | ||
cfg['sandbox-notice-pagetype-template'] = '[[Wikipedia:Template test cases|template sandbox]] page' | cfg['sandbox-notice-pagetype-template'] = '[[w:Wikipedia:Template test cases|template sandbox]] page' | ||
cfg['sandbox-notice-pagetype-module'] = '[[Wikipedia:Template test cases|module sandbox]] page' | cfg['sandbox-notice-pagetype-module'] = '[[w:Wikipedia:Template test cases|module sandbox]] page' | ||
cfg['sandbox-notice-pagetype-other'] = 'sandbox page' | cfg['sandbox-notice-pagetype-other'] = 'sandbox page' | ||
Line 105: | Line 91: | ||
-- cfg['documentation-icon-wikitext'] | -- cfg['documentation-icon-wikitext'] | ||
-- The wikitext for the icon shown at the top of the template. | -- The wikitext for the icon shown at the top of the template. | ||
cfg['documentation-icon-wikitext'] = '[[File:Test Template Info-Icon - Version (2).svg|50px|link=|alt=Documentation | cfg['documentation-icon-wikitext'] = '[[File:Test Template Info-Icon - Version (2).svg|50px|link=|alt=]]' | ||
-- cfg['template-namespace-heading'] | |||
-- The heading shown in the template namespace. | |||
cfg['template-namespace-heading'] = 'Template documentation' | |||
-- cfg['module-namespace-heading'] | |||
-- The heading shown in the module namespace. | |||
cfg['module-namespace-heading'] = 'Module documentation' | |||
-- cfg['file-namespace-heading'] | |||
-- The heading shown in the file namespace. | |||
cfg['file-namespace-heading'] = 'Summary' | |||
-- cfg['other-namespaces-heading'] | |||
-- The heading shown in other namespaces. | |||
cfg['other-namespaces-heading'] = 'Documentation' | |||
-- cfg['view-link-display'] | |||
-- The text to display for "view" links. | |||
cfg['view-link-display'] = 'read' | |||
-- cfg['edit-link-display'] | |||
-- The text to display for "edit" links. | |||
cfg['edit-link-display'] = 'edit' | |||
-- cfg['history-link-display'] | |||
-- The text to display for "history" links. | |||
cfg['history-link-display'] = 'history' | |||
-- cfg['purge-link-display'] | |||
-- The text to display for "purge" links. | |||
cfg['purge-link-display'] = 'purge' | |||
-- cfg['create-link-display'] | |||
-- The text to display for "create" links. | |||
cfg['create-link-display'] = 'create' | |||
---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ||
Line 113: | Line 135: | ||
-- 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 [[w:Wikipedia:Template documentation|documentation]] is [[w:Wikipedia:Transclusion|transcluded]] from $1.' | ||
--[[ | --[[ | ||
Line 121: | Line 143: | ||
-- display cfg['create-link-display']. | -- display cfg['create-link-display']. | ||
--]] | --]] | ||
cfg['create-module-doc-blurb'] = 'You might want to $1 a documentation page for this [[Wikipedia:Lua|Scribunto module]].' | cfg['create-module-doc-blurb'] = 'You might want to $1 a documentation page for this [[w:Wikipedia:Lua|Scribunto module]].' | ||
---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ||
Line 157: | Line 179: | ||
-- $2 is a link to the test cases page. If the test cases page exists, it is in the following format: | -- $2 is a link to the test cases page. If the test cases page exists, it is in the following format: | ||
-- | -- | ||
-- cfg['testcases-link-display'] (cfg['testcases-edit-link-display']) | -- cfg['testcases-link-display'] (cfg['testcases-edit-link-display'] | cfg['testcases-run-link-display']) | ||
-- | -- | ||
-- If the test cases page doesn't exist, it is in the format: | -- If the test cases page doesn't exist, it is in the format: | ||
Line 238: | Line 260: | ||
-- The text to display for test cases "edit" links. | -- The text to display for test cases "edit" links. | ||
cfg['testcases-edit-link-display'] = 'edit' | cfg['testcases-edit-link-display'] = 'edit' | ||
-- cfg['testcases-run-link-display'] | |||
-- The text to display for test cases "run" links. | |||
cfg['testcases-run-link-display'] = 'run' | |||
-- cfg['testcases-create-link-display'] | -- cfg['testcases-create-link-display'] | ||
Line 347: | Line 373: | ||
-- cfg['main-div-classes'] | -- cfg['main-div-classes'] | ||
-- The CSS classes added to the main HTML "div" tag. | -- The CSS classes added to the main HTML "div" tag. | ||
cfg['main-div- | cfg['main-div-classes'] = 'template-documentation iezoomfix' | ||
-- cfg['start-box-linkclasses'] | -- cfg['start-box-linkclasses'] | ||
-- The CSS classes used for the [view][edit][history] or [create] links in the start box. | -- The CSS classes used for the [view][edit][history] or [create] links in the start box. | ||
cfg['start-box-linkclasses'] = ' | cfg['start-box-linkclasses'] = 'mw-editsection-like plainlinks' | ||
-- cfg['start-box-link-id'] | -- cfg['start-box-link-id'] | ||
-- The HTML "id" attribute for the links in the start box. | -- The HTML "id" attribute for the links in the start box. | ||
cfg['start-box-link-id'] = 'doc_editlinks' | cfg['start-box-link-id'] = 'doc_editlinks' | ||
---------------------------------------------------------------------------------------------------- | |||
-- {{fmbox}} template configuration | |||
---------------------------------------------------------------------------------------------------- | |||
-- cfg['fmbox-id'] | |||
-- The id sent to the "id" parameter of the {{fmbox}} template. | |||
cfg['fmbox-id'] = 'documentation-meta-data' | |||
-- cfg['fmbox-style'] | |||
-- The value sent to the style parameter of {{fmbox}}. | |||
cfg['fmbox-style'] = 'background-color: #ecfcf4' | |||
-- cfg['fmbox-textstyle'] | |||
-- The value sent to the "textstyle parameter of {{fmbox}}. | |||
cfg['fmbox-textstyle'] = 'font-style: italic' | |||
---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- |