* Adding the long existing 'bad_image_list' to message files to document it and make...
authorRaimond Spekking <raymond@users.mediawiki.org>
Wed, 1 Aug 2007 06:25:12 +0000 (06:25 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Wed, 1 Aug 2007 06:25:12 +0000 (06:25 +0000)
languages/messages/MessagesEn.php
maintenance/language/messages.inc

index 9e4c8bd..e71ba85 100644 (file)
@@ -2414,6 +2414,12 @@ All transwiki import actions are logged at the [[Special:Log/import|import log]]
 'showhidebots'      => '($1 bots)',
 'noimages'          => 'Nothing to see.',
 
+# Bad image list
+'bad_image_list' => 'The format is as follows:
+
+Only list items (lines starting with *) are considered. The first link on a line must be a link to a bad image.
+Any subsequent links on the same line are considered to be exceptions, i.e. articles where the image may occur inline.',
+
 /*
 Short names for language variants used for language conversion links.
 To disable showing a particular link, set it to 'disable', e.g.
index 249f9db..a903f3a 100644 (file)
@@ -1692,6 +1692,9 @@ $wgMessageStructure = array(
                'showhidebots',
                'noimages',
        ),
+       'badimagelist' => array(
+               'bad_image_list',
+       ),
        'variantname-zh' => array(
                'variantname-zh-cn',
                'variantname-zh-tw',
@@ -2286,6 +2289,7 @@ XHTML id names.",
        'imagedeletion'       => 'Image deletion',
        'browsediffs'         => 'Browsing diffs',
        'newimages'           => '',
+       'badimagelist'        => 'Bad image list',
        'variantname-zh'      => "Short names for language variants used for language conversion links.
 To disable showing a particular link, set it to 'disable', e.g.
 'variantname-zh-sg' => 'disable',