From c75887c2124cc2f7901874a6f3fce587079ec11b Mon Sep 17 00:00:00 2001 From: Marco Falke Date: Mon, 30 Sep 2013 22:55:32 +0200 Subject: [PATCH] Adding description how to use Special:Redirect A description, how to use this, is essential and should be right in the 'redirect-summary'. Using actual UserID and RevisionID to make examples more realistic. Also localization of "Special:Redirect". GitHub: https://github.com/wikimedia/mediawiki-core/pull/11 Change-Id: I02d0150d7eec4ca5ad8db9b59b5478801f28e840 --- languages/messages/MessagesEn.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 51c9e1ad00..44e0f53c5e 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -4878,7 +4878,7 @@ You should have received [{{SERVER}}{{SCRIPTPATH}}/COPYING a copy of the GNU Gen 'redirect' => 'Redirect by file, user, or revision ID', 'redirect-legend' => 'Redirect to a file or page', 'redirect-text' => '', # do not translate or duplicate this message to other languages -'redirect-summary' => 'This special page redirects to a file (given the file name), a page (given a revision ID), or a user page (given a numeric user ID).', +'redirect-summary' => 'This special page redirects to a file (given the file name), a page (given a revision ID), or a user page (given a numeric user ID). Usage: [[{{#Special:Redirect}}/file/Example.jpg]], [[{{#Special:Redirect}}/revision/328429]], or [[{{#Special:Redirect}}/user/101]].', 'redirect-submit' => 'Go', 'redirect-lookup' => 'Lookup:', 'redirect-value' => 'Value:', -- 2.20.1