Module:Documentation/config: Difference between revisions

    From Nonbinary Wiki
    w>MusikAnimal
    m (Protected "Module:Documentation/config": High-risk Lua module ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only autoconfirmed users] (indefinite)))
     
    (10 intermediate revisions by 9 users not shown)
    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'] = '[[Image:Sandbox.svg|50px|alt=|link=]]'
    cfg['sandbox-notice-image'] = '[[File:Sandbox.svg|50px|alt=|link=]]'


    --[[
    --[[
    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'


    Line 135: 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 [[w:Wikipedia:Template documentation|documentation]] is [[w:Wikipedia:Transclusion|transcluded]] from $1.'
    cfg['transcluded-from-blurb'] = 'The above [[Wikipedia:Template documentation|documentation]] is [[Wikipedia:Transclusion|transcluded]] from $1.'


    --[[
    --[[
    Line 143: 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 [[w:Wikipedia:Lua|Scribunto module]].'
    cfg['create-module-doc-blurb'] = 'You might want to $1 a documentation page for this [[Wikipedia:Lua|Scribunto module]].'


    ----------------------------------------------------------------------------------------------------
    ----------------------------------------------------------------------------------------------------
    Line 350: Line 350:


    -- cfg['print-blurb']
    -- 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'].
    -- 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.'
    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.'
    .. ' If you make a change to this template, please update the print version as well.'
    Line 367: Line 368:
    ----------------------------------------------------------------------------------------------------
    ----------------------------------------------------------------------------------------------------


    -- cfg['main-div-id']
    -- cfg['templatestyles']
    -- The "id" attribute of the main HTML "div" tag.
    -- The name of the TemplateStyles page where CSS is kept.
    cfg['main-div-id'] = 'template-documentation'
    -- Sandbox CSS will be at Module:Documentation/sandbox/styles.css when needed.
    cfg['templatestyles'] = 'Module:Documentation/styles.css'
     
    -- cfg['container']
    -- Class which can be used to set flex or grid CSS on the
    -- two child divs documentation and documentation-metadata
    cfg['container'] = 'documentation-container'


    -- cfg['main-div-classes']
    -- cfg['main-div-classes']
    -- The CSS classes added to the main HTML "div" tag.
    -- Classes added to the main HTML "div" tag.
    cfg['main-div-classes'] = 'template-documentation iezoomfix'
    cfg['main-div-classes'] = 'documentation'


    -- cfg['start-box-linkclasses']
    -- cfg['main-div-heading-class']
    -- The CSS classes used for the [view][edit][history] or [create] links in the start box.
    -- Class for the main heading for templates and modules and assoc. talk spaces
    cfg['start-box-linkclasses'] = 'mw-editsection-like plainlinks'
    cfg['main-div-heading-class'] = 'documentation-heading'


    -- cfg['start-box-link-id']
    -- cfg['start-box-class']
    -- The HTML "id" attribute for the links in the start box.
    -- Class for the start box
    cfg['start-box-link-id'] = 'doc_editlinks'
    cfg['start-box-class'] = 'documentation-startbox'


    ----------------------------------------------------------------------------------------------------
    -- cfg['start-box-link-classes']