Adamw has submitted this change and it was merged. Change subject: Adding description how to use Special:Redirect ......................................................................
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 --- M languages/messages/MessagesEn.php 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Adamw: Verified; Looks good to me, approved Siebrand: Looks good to me, but someone else must approve jenkins-bot: Checked diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 51c9e1a..44e0f53 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -4878,7 +4878,7 @@ '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:', -- To view, visit https://gerrit.wikimedia.org/r/86350 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I02d0150d7eec4ca5ad8db9b59b5478801f28e840 Gerrit-PatchSet: 5 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Yuvipanda <[email protected]> Gerrit-Reviewer: Adamw <[email protected]> Gerrit-Reviewer: Marco <[email protected]> Gerrit-Reviewer: Siebrand <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
