Module:Userlinks/configuration: Difference between revisions

Jump to navigation Jump to search
m (1 revision imported)
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--                            UserLinks configuration                        --
--                            Userlinks configuration                        --
-- This module provides configuration and localisation messages for          --
-- This module provides configuration and localisation messages for          --
-- [[Module:UserLinks]]. See the comments in the code below for explanations  --
-- [[Module:Userlinks]]. See the comments in the code below for explanations  --
-- of what each message does.                                                --
-- of what each message does.                                                --
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Line 30: Line 30:
-- All the user's logged actions.
-- All the user's logged actions.
cfg['display-logs'] = 'logs'
cfg['display-logs'] = 'logs'
-- Analysis of the user's (non-)automated contributions.
cfg['display-autoedits'] = 'non-automated edits'


-- The user's block log.
-- The user's block log.
Line 86: Line 89:
-- List of the user's local file uploads.
-- List of the user's local file uploads.
cfg['display-uploads'] = 'uploads'
cfg['display-uploads'] = 'uploads'
-- List of the user's local file uploads.
cfg['display-nuke'] = 'nuke contribs'


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Line 94: Line 101:
-- The base page for a request for adminship link. This assumes that the link
-- The base page for a request for adminship link. This assumes that the link
-- is of the format [[Base page/username]]. If your wiki uses a different
-- is of the format [[Base page/username]]. If your wiki uses a different
-- format, consider adding a new link at [[Module:UserLinks/extra]], or you can
-- format, consider adding a new link at [[Module:Userlinks/extra]], or you can
-- leave a message at [[w:en:Template talk:User-multi]] to ask the module
-- leave a message at [[w:en:Template talk:User-multi]] to ask the module
-- developers how best to deal with it.
-- developers how best to deal with it.
Line 144: Line 151:
-- The snippets table was accessed, but there was no value for the key it was
-- The snippets table was accessed, but there was no value for the key it was
-- accessed with. This is not usually visible by end users; it is probably a
-- accessed with. This is not usually visible by end users; it is probably a
-- mistake in one of the link functions in [[Module:UserLinks/extra]]. $1 is the
-- mistake in one of the link functions in [[Module:Userlinks/extra]]. $1 is the
-- key that was passed to the module.
-- key that was passed to the module.
cfg['error-nosnippet'] = 'no snippet exists for the key "$1"'
cfg['error-nosnippet'] = 'no snippet exists for the key "$1"'
Line 166: Line 173:
-- The name of the error category. Pages are put in this category if any errors
-- The name of the error category. Pages are put in this category if any errors
-- are encountered.
-- are encountered.
cfg['error-config-category'] = 'UserLinks transclusions with errors'
cfg['error-config-category'] = 'Userlinks transclusions with errors'


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Line 182: Line 189:
-- The MediaWiki language code for the wiki.
-- The MediaWiki language code for the wiki.
cfg['snippet-lang-default'] = 'en'
cfg['snippet-lang-default'] = 'en'
--------------------------------------------------------------------------------
--                              Link table headers                            --
-- The headers used in the table of links used on documentation pages.        --
--------------------------------------------------------------------------------
-- The link code.
cfg['linktable-codeheader'] = 'Code'
-- The link preview.
cfg['linktable-previewheader'] = 'Preview'


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu