Module:Documentation/config: Difference between revisions

    No edit summary
    m (Prefix all the Wikipedia:PageTitle links with w:, otherwise, they interwiki to enwiki's main namespace, which is wrong. There don't seem to be local pages on mw.org for template help like w:Wikipedia:Transclusion)
    Line 42: 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 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 [[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 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 [[Wikipedia:Lua|Scribunto module]].'
    cfg['create-module-doc-blurb'] = 'You might want to $1 a documentation page for this [[w:Wikipedia:Lua|Scribunto module]].'
       
       
    ----------------------------------------------------------------------------------------------------
    ----------------------------------------------------------------------------------------------------