<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://mindpowe.red/wiki/index.php?action=history&amp;feed=atom&amp;title=Module%3AUserLinks%2Fconfig</id>
	<title>Module:UserLinks/config - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://mindpowe.red/wiki/index.php?action=history&amp;feed=atom&amp;title=Module%3AUserLinks%2Fconfig"/>
	<link rel="alternate" type="text/html" href="https://mindpowe.red/wiki/index.php?title=Module:UserLinks/config&amp;action=history"/>
	<updated>2026-04-06T10:08:24Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>https://mindpowe.red/wiki/index.php?title=Module:UserLinks/config&amp;diff=2874&amp;oldid=prev</id>
		<title>imported&gt;MusikAnimal: add message for (non-)automated edits tool</title>
		<link rel="alternate" type="text/html" href="https://mindpowe.red/wiki/index.php?title=Module:UserLinks/config&amp;diff=2874&amp;oldid=prev"/>
		<updated>2018-01-31T18:21:33Z</updated>

		<summary type="html">&lt;p&gt;add message for (non-)automated edits tool&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;--------------------------------------------------------------------------------&lt;br /&gt;
--                            UserLinks configuration                         --&lt;br /&gt;
-- This module provides configuration and localisation messages for           --&lt;br /&gt;
-- [[Module:UserLinks]]. See the comments in the code below for explanations  --&lt;br /&gt;
-- of what each message does.                                                 --&lt;br /&gt;
--------------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
local cfg = {} -- Don't edit this line.&lt;br /&gt;
&lt;br /&gt;
--------------------------------------------------------------------------------&lt;br /&gt;
--                                Display values                              --&lt;br /&gt;
-- These messages are the display values for the user links. These are the    --&lt;br /&gt;
-- most visible messages in the module. They should be short, but             --&lt;br /&gt;
-- descriptive. Spaces are automatically escaped with &amp;amp;nbsp;, so there is no  --&lt;br /&gt;
-- need to add any &amp;amp;nsbp; values here.                                        --&lt;br /&gt;
--------------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
-- The user talk page.&lt;br /&gt;
cfg['display-talk'] = 'talk'&lt;br /&gt;
&lt;br /&gt;
-- The user's contributions.&lt;br /&gt;
cfg['display-contributions'] = 'contribs'&lt;br /&gt;
&lt;br /&gt;
-- The user's edit count, using the edit count tool on WMF Labs.&lt;br /&gt;
cfg['display-count'] = 'count'&lt;br /&gt;
&lt;br /&gt;
-- Log of the user's page moves.&lt;br /&gt;
cfg['display-moves'] = 'page moves'&lt;br /&gt;
&lt;br /&gt;
-- All the user's logged actions.&lt;br /&gt;
cfg['display-logs'] = 'logs'&lt;br /&gt;
&lt;br /&gt;
-- Analysis of the user's (non-)automated contributions.&lt;br /&gt;
cfg['display-autoedits'] = 'non-automated edits'&lt;br /&gt;
&lt;br /&gt;
-- The user's block log.&lt;br /&gt;
cfg['display-blocklog'] = 'block log'&lt;br /&gt;
&lt;br /&gt;
-- Blocks that the user has performed.&lt;br /&gt;
cfg['display-blocks'] = 'blocks'&lt;br /&gt;
&lt;br /&gt;
-- Link to the interface where the user can be blocked.&lt;br /&gt;
cfg['display-blockuser'] = 'block user'&lt;br /&gt;
&lt;br /&gt;
-- CentralAuth, the global account manager for the user.&lt;br /&gt;
cfg['display-centralauth'] = 'central auth'&lt;br /&gt;
&lt;br /&gt;
-- The user's deleted contributions.&lt;br /&gt;
cfg['display-deletedcontributions'] = 'deleted contribs'&lt;br /&gt;
&lt;br /&gt;
-- Likn to email the user.&lt;br /&gt;
cfg['display-email'] = 'email'&lt;br /&gt;
&lt;br /&gt;
-- Analysis of the user's edit summaries, using the tool on WMF Labs.&lt;br /&gt;
cfg['display-editsummaries'] = 'edit summaries'&lt;br /&gt;
&lt;br /&gt;
-- Deletions that the user has performed.&lt;br /&gt;
cfg['display-deletions'] = 'deletions'&lt;br /&gt;
&lt;br /&gt;
-- The user's entry on [[Special:ListUsers]].&lt;br /&gt;
cfg['display-listuser'] = 'list user'&lt;br /&gt;
&lt;br /&gt;
-- A display of the user's global contributions, using the sulutil: interwiki&lt;br /&gt;
-- prefix.&lt;br /&gt;
cfg['display-sul'] = 'global contribs'&lt;br /&gt;
&lt;br /&gt;
-- All logs of actions performed on the user or their user page.&lt;br /&gt;
cfg['display-targetlogs'] = 'target logs'&lt;br /&gt;
&lt;br /&gt;
-- Log of times the user has triggered the AbuseFilter (also known as the&lt;br /&gt;
-- edit filter).&lt;br /&gt;
cfg['display-abuselog'] = 'filter log'&lt;br /&gt;
&lt;br /&gt;
-- Page protections that the user has performed.&lt;br /&gt;
cfg['display-protections'] = 'protections'&lt;br /&gt;
&lt;br /&gt;
-- Log of rights changes that the user has performed.&lt;br /&gt;
cfg['display-rights'] = 'rights'&lt;br /&gt;
&lt;br /&gt;
-- Log of username changes that the user has performed.&lt;br /&gt;
cfg['display-renames'] = 'renames'&lt;br /&gt;
&lt;br /&gt;
-- Link to a list of the user's requests for adminship.&lt;br /&gt;
cfg['display-rfa'] = 'RfA'&lt;br /&gt;
&lt;br /&gt;
-- Data about the user from the MediaWiki Web API.&lt;br /&gt;
cfg['display-api'] = 'api'&lt;br /&gt;
&lt;br /&gt;
-- List of the user's local file uploads.&lt;br /&gt;
cfg['display-uploads'] = 'uploads'&lt;br /&gt;
&lt;br /&gt;
--------------------------------------------------------------------------------&lt;br /&gt;
--                                  Page names                                --&lt;br /&gt;
-- Page names used in formatting some of the user links.                      --&lt;br /&gt;
--------------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
-- The base page for a request for adminship link. This assumes that the link&lt;br /&gt;
-- is of the format [[Base page/username]]. If your wiki uses a different&lt;br /&gt;
-- format, consider adding a new link at [[Module:UserLinks/extra]], or you can&lt;br /&gt;
-- leave a message at [[w:en:Template talk:User-multi]] to ask the module&lt;br /&gt;
-- developers how best to deal with it.&lt;br /&gt;
cfg['page-rfa'] = 'Wikipedia:Requests for adminship'&lt;br /&gt;
&lt;br /&gt;
--------------------------------------------------------------------------------&lt;br /&gt;
--                                Error messages                              --&lt;br /&gt;
-- The following are error messages that may occur when the module is run.    --&lt;br /&gt;
-- These are the more common error messages that are localisable; other,      --&lt;br /&gt;
-- rarer error messages may be raised from other modules or directly from     --&lt;br /&gt;
-- Lua. The messages ending with &amp;quot;section&amp;quot; are the section names on a help    --&lt;br /&gt;
-- page that give advice to users who encounter the error. The help page is   --&lt;br /&gt;
-- defined in the 'error-config-message-help' message.                        --&lt;br /&gt;
--------------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
-- The module didn't detect a username from the &amp;quot;user&amp;quot; or &amp;quot;User&amp;quot; parameters.&lt;br /&gt;
-- This could be because no username was specified, or because the user used a&lt;br /&gt;
-- positional parameter and their username contains an equals sign,&lt;br /&gt;
-- e.g. {{user|John=Smith}}, rather than {{user|1=John=Smith}}.&lt;br /&gt;
cfg['error-nousername'] = 'no username detected'&lt;br /&gt;
cfg['error-nousername-section'] = 'No username detected'&lt;br /&gt;
&lt;br /&gt;
-- The input to the &amp;quot;project&amp;quot; or &amp;quot;Project&amp;quot; arguments wasn't a valid interwiki&lt;br /&gt;
-- prefix or a valid language code. $1 is the code that was input to the module.&lt;br /&gt;
cfg['error-invalidproject'] = '&amp;quot;$1&amp;quot; is not a valid project or language code'&lt;br /&gt;
cfg['error-invalidproject-section'] = 'Not a valid project or language code'&lt;br /&gt;
&lt;br /&gt;
-- The input to the &amp;quot;lang&amp;quot; or &amp;quot;Lang&amp;quot; arguments wasn't a valid interwiki&lt;br /&gt;
-- prefix or a valid language code. $1 is the code that was input to the module.&lt;br /&gt;
cfg['error-invalidlanguage'] = '&amp;quot;$1&amp;quot; is not a valid language code'&lt;br /&gt;
cfg['error-invalidlanguage-section'] = 'Not a valid language code'&lt;br /&gt;
&lt;br /&gt;
-- The user didn't specify any link codes. This is only an error when using the&lt;br /&gt;
-- &amp;quot;single&amp;quot; function to return a single link; the &amp;quot;main&amp;quot; function includes a&lt;br /&gt;
-- user page link by default.&lt;br /&gt;
cfg['error-nolinkcode'] = 'no link code specified'&lt;br /&gt;
cfg['error-nolinkcode-section'] = 'No link code specified'&lt;br /&gt;
&lt;br /&gt;
-- The link code passed to the module was malformed. This means it was either&lt;br /&gt;
-- not a string value or it was the blank string.&lt;br /&gt;
cfg['error-malformedlinkcode'] = 'malformed link code detected'&lt;br /&gt;
cfg['error-malformedlinkcode-section'] = 'Malformed link code detected'&lt;br /&gt;
&lt;br /&gt;
-- No link function exists for the code specified, so the module cannot make&lt;br /&gt;
-- the link. $1 is the code that was passed to the module.&lt;br /&gt;
cfg['error-invalidlinkcode'] = '&amp;quot;$1&amp;quot; is not a valid link code'&lt;br /&gt;
cfg['error-invalidlinkcode-section'] = 'Not a valid link code'&lt;br /&gt;
&lt;br /&gt;
-- The snippets table was accessed, but there was no value for the key it was&lt;br /&gt;
-- accessed with. This is not usually visible by end users; it is probably a&lt;br /&gt;
-- mistake in one of the link functions in [[Module:UserLinks/extra]]. $1 is the&lt;br /&gt;
-- key that was passed to the module.&lt;br /&gt;
cfg['error-nosnippet'] = 'no snippet exists for the key &amp;quot;$1&amp;quot;'&lt;br /&gt;
cfg['error-nosnippet-section'] = 'No snippet exists'&lt;br /&gt;
&lt;br /&gt;
--------------------------------------------------------------------------------&lt;br /&gt;
--                             Error configuration                            --&lt;br /&gt;
-- Configuration for the display of the error messages.                       --&lt;br /&gt;
--------------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
-- The error message used when a section link is available. $1 is the error&lt;br /&gt;
-- message, and $2 is the name of the section.&lt;br /&gt;
cfg['error-config-message-help'] = '[[Template:User-multi|User-multi]] error:'&lt;br /&gt;
	.. ' $1 ([[Template:User-multi#$2|help]]).'&lt;br /&gt;
&lt;br /&gt;
-- The error message used when ano section link is available. $1 is the error&lt;br /&gt;
-- message.&lt;br /&gt;
cfg['error-config-message-nohelp'] = '[[Template:User-multi|User-multi]] error:'&lt;br /&gt;
	.. ' $1.'&lt;br /&gt;
&lt;br /&gt;
-- The name of the error category. Pages are put in this category if any errors&lt;br /&gt;
-- are encountered.&lt;br /&gt;
cfg['error-config-category'] = 'UserLinks transclusions with errors'&lt;br /&gt;
&lt;br /&gt;
--------------------------------------------------------------------------------&lt;br /&gt;
--                               Snippet defaults                             --&lt;br /&gt;
-- Some of the snippets require default values when the user doesn't specify  --&lt;br /&gt;
-- &amp;quot;project&amp;quot; or &amp;quot;lang&amp;quot; arguments. Those default values are stored here.       --&lt;br /&gt;
--------------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
-- The short project interwiki prefix.&lt;br /&gt;
cfg['snippet-project-default'] = 'w'&lt;br /&gt;
&lt;br /&gt;
-- The long project interwiki prefix.&lt;br /&gt;
cfg['snippet-projectlong-default'] = 'wikipedia'&lt;br /&gt;
&lt;br /&gt;
-- The MediaWiki language code for the wiki.&lt;br /&gt;
cfg['snippet-lang-default'] = 'en'&lt;br /&gt;
&lt;br /&gt;
--------------------------------------------------------------------------------&lt;br /&gt;
--                              Link table headers                            --&lt;br /&gt;
-- The headers used in the table of links used on documentation pages.        -- &lt;br /&gt;
--------------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
-- The link code.&lt;br /&gt;
cfg['linktable-codeheader'] = 'Code'&lt;br /&gt;
&lt;br /&gt;
-- The link preview.&lt;br /&gt;
cfg['linktable-previewheader'] = 'Preview'&lt;br /&gt;
&lt;br /&gt;
--------------------------------------------------------------------------------&lt;br /&gt;
--                              End configuration                             --&lt;br /&gt;
--------------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
return cfg -- Don't edit this line.&lt;/div&gt;</summary>
		<author><name>imported&gt;MusikAnimal</name></author>
		
	</entry>
</feed>