Module:Documentation/config: Difference between revisions

    From Nonbinary Wiki
    (Fix end box size)
     
    (25 intermediate revisions by 18 users not shown)
    Line 7: Line 7:
    -- should be string values.
    -- should be string values.
    ----------------------------------------------------------------------------------------------------
    ----------------------------------------------------------------------------------------------------
     
    local cfg = {} -- Do not edit this line.
    local cfg = {} -- Do not edit this line.
     
    ----------------------------------------------------------------------------------------------------
    ----------------------------------------------------------------------------------------------------
    -- Protection template configuration
    -- Protection template configuration
    ----------------------------------------------------------------------------------------------------
    ----------------------------------------------------------------------------------------------------
     
    -- cfg['protection-reason-edit']
    -- cfg['protection-reason-edit']
    -- The protection reason for edit-protected templates to pass to
    -- The protection reason for edit-protected templates to pass to
    -- [[Module:Protection banner]].
    -- [[Module:Protection banner]].
    cfg['protection-reason-edit'] = 'template'
    cfg['protection-reason-edit'] = 'template'
     
    --[[
    --[[
    ----------------------------------------------------------------------------------------------------
    ----------------------------------------------------------------------------------------------------
    Line 29: Line 29:
    ----------------------------------------------------------------------------------------------------
    ----------------------------------------------------------------------------------------------------
    --]]
    --]]
     
    -- 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:Sandbox.svg|50px|alt=|link=]]'
    cfg['sandbox-notice-image'] = '[[File:Sandbox.svg|50px|alt=|link=]]'
     
    --[[
    --[[
    -- cfg['sandbox-notice-pagetype-template']
    -- cfg['sandbox-notice-pagetype-template']
    Line 42: Line 42:
    -- cfg['sandbox-notice-diff-blurb'].
    -- cfg['sandbox-notice-diff-blurb'].
    --]]
    --]]
    cfg['sandbox-notice-pagetype-template'] = '[[w:Wikipedia:Template test cases|template sandbox]] page'
    cfg['sandbox-notice-pagetype-template'] = '[[Wikipedia:Template test cases|template sandbox]] page'
    cfg['sandbox-notice-pagetype-module'] = '[[w:Wikipedia:Template test cases|module sandbox]] page'
    cfg['sandbox-notice-pagetype-module'] = '[[Wikipedia:Template test cases|module sandbox]] page'
    cfg['sandbox-notice-pagetype-other'] = 'sandbox page'
    cfg['sandbox-notice-pagetype-other'] = 'sandbox page'
     
    --[[
    --[[
    -- cfg['sandbox-notice-blurb']
    -- cfg['sandbox-notice-blurb']
    Line 61: Line 61:
    cfg['sandbox-notice-diff-blurb'] = 'This is the $1 for $2 ($3).'
    cfg['sandbox-notice-diff-blurb'] = 'This is the $1 for $2 ($3).'
    cfg['sandbox-notice-compare-link-display'] = 'diff'
    cfg['sandbox-notice-compare-link-display'] = 'diff'
     
    --[[
    --[[
    -- cfg['sandbox-notice-testcases-blurb']
    -- cfg['sandbox-notice-testcases-blurb']
    Line 80: Line 80:
    cfg['sandbox-notice-testcases-run-blurb'] = 'See also the companion subpage for $1 ($2).'
    cfg['sandbox-notice-testcases-run-blurb'] = 'See also the companion subpage for $1 ($2).'
    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['sandbox-category'] = 'Template sandboxes'
    cfg['sandbox-category'] = 'Template sandboxes'
     
    ----------------------------------------------------------------------------------------------------
    ----------------------------------------------------------------------------------------------------
    -- Start box configuration
    -- Start box configuration
    ----------------------------------------------------------------------------------------------------
    ----------------------------------------------------------------------------------------------------
     
    -- 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 icon]]'
    cfg['documentation-icon-wikitext'] = '[[File:Test Template Info-Icon - Version (2).svg|50px|link=|alt=]]'
     
    -- cfg['template-namespace-heading']
    -- cfg['template-namespace-heading']
    -- The heading shown in the template namespace.
    -- The heading shown in the template namespace.
    cfg['template-namespace-heading'] = 'Template documentation'
    cfg['template-namespace-heading'] = 'Template documentation'
     
    -- cfg['module-namespace-heading']
    -- cfg['module-namespace-heading']
    -- The heading shown in the module namespace.
    -- The heading shown in the module namespace.
    cfg['module-namespace-heading'] = 'Module documentation'
    cfg['module-namespace-heading'] = 'Module documentation'
     
    -- cfg['file-namespace-heading']
    -- cfg['file-namespace-heading']
    -- The heading shown in the file namespace.
    -- The heading shown in the file namespace.
    cfg['file-namespace-heading'] = &#