Module:UserLinks/config: Difference between revisions

Content deleted Content added
edit filter log -> filter log
sync
 
(3 intermediate revisions by 3 users not shown)
Line 30:
-- All the user's logged actions.
cfg['display-logs'] = 'logs'
 
-- Analysis of the user's (non-)automated contributions.
cfg['display-autoedits'] = 'non-automated edits'
 
-- The user's block log.
Line 51 ⟶ 54:
-- Analysis of the user's edit summaries, using the tool on WMF Labs.
cfg['display-editsummaries'] = 'edit summaries'
 
-- Label before links for former administrators
cfg['display-formeradmin'] = 'former admin:'
 
-- Deletions that the user has performed.
cfg['display-deletions'] = 'deletions'
 
-- Log of rights changes performed on the user
cfg['display-localrights'] = 'local rights'
 
-- The user's entry on [[Special:ListUsers]].
cfg['display-listuser'] = 'list user'
 
-- Log of rights changes performed on the user on Meta-Wiki
cfg['display-metarights'] = 'meta'
 
-- A display of the user's global contributions, using the sulutil: interwiki
Line 86 ⟶ 98:
-- List of the user's local file uploads.
cfg['display-uploads'] = 'uploads'
 
-- List of the user's local file uploads.
cfg['display-nuke'] = 'nuke contribs'
 
 
--------------------------------------------------------------------------------
Line 182 ⟶ 198:
-- The MediaWiki language code for the wiki.
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'
 
--------------------------------------------------------------------------------