Index: trunk/phase3/includes/SpecialWhatlinkshere.php |
— | — | @@ -231,8 +231,10 @@ |
232 | 232 | } |
233 | 233 | |
234 | 234 | //add whatlinkshere link |
235 | | - $whatlink=$this->skin->makeKnownLinkObj( SpecialPage::getTitleFor( 'Whatlinkshere', $nt->getPrefixedDBkey() ), wfMsgHtml( 'whatlinkshere-links' ) ); |
236 | | - $wgOut->addHTML(' ' . $whatlink); |
| 235 | + $whatlink = $this->skin->makeKnownLinkObj( |
| 236 | + SpecialPage::getTitleFor( 'Whatlinkshere', $nt->getPrefixedDBkey() ), |
| 237 | + wfMsgHtml( 'whatlinkshere-links' ) ); |
| 238 | + $wgOut->addHTML(" ($whatlink)" ); |
237 | 239 | |
238 | 240 | if ( $row->page_is_redirect ) { |
239 | 241 | if ( $level < 2 ) { |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -1958,7 +1958,7 @@ |
1959 | 1959 | 'istemplate' => 'inclusion', |
1960 | 1960 | 'whatlinkshere-prev' => '{{PLURAL:$1|previous|previous $1}}', |
1961 | 1961 | 'whatlinkshere-next' => '{{PLURAL:$1|next|next $1}}', |
1962 | | -'whatlinkshere-links' => '(← links)', |
| 1962 | +'whatlinkshere-links' => '← links', |
1963 | 1963 | |
1964 | 1964 | # Block/unblock IP |
1965 | 1965 | # |
Index: trunk/phase3/languages/messages/MessagesHe.php |
— | — | @@ -1515,7 +1515,7 @@ |
1516 | 1516 | 'istemplate' => 'הכללה', |
1517 | 1517 | 'whatlinkshere-prev' => '{{plural:$1|הקודם|$1 הקודמים}}', |
1518 | 1518 | 'whatlinkshere-next' => '{{plural:$1|הבא|$1 הבאים}}', |
1519 | | -'whatlinkshere-links' => '(→ קישורים)', |
| 1519 | +'whatlinkshere-links' => '→ קישורים', |
1520 | 1520 | |
1521 | 1521 | # Block/unblock |
1522 | 1522 | 'blockip' => 'חסימת משתמש', |
Index: trunk/phase3/languages/messages/MessagesId.php |
— | — | @@ -1529,7 +1529,7 @@ |
1530 | 1530 | 'istemplate' => 'dengan templat', |
1531 | 1531 | 'whatlinkshere-prev' => '$1 sebelumnya', |
1532 | 1532 | 'whatlinkshere-next' => '$1 selanjutnya', |
1533 | | -'whatlinkshere-links' => '(← pranala)', |
| 1533 | +'whatlinkshere-links' => '← pranala', |
1534 | 1534 | |
1535 | 1535 | # Block/unblock |
1536 | 1536 | 'blockip' => 'Blokir pengguna', |
Index: trunk/phase3/languages/messages/MessagesKk_tr.php |
— | — | @@ -1747,7 +1747,7 @@ |
1748 | 1748 | 'istemplate' => 'kiriktirw', |
1749 | 1749 | 'whatlinkshere-prev' => '{{PLURAL:$1|aldıñğı|aldıñğı $1}}', |
1750 | 1750 | 'whatlinkshere-next' => '{{PLURAL:$1|kelesi|kelesi $1}}', |
1751 | | -'whatlinkshere-links' => '(← siltemeler)', |
| 1751 | +'whatlinkshere-links' => '← siltemeler', |
1752 | 1752 | |
1753 | 1753 | # Block/unblock |
1754 | 1754 | 'blockip' => 'Paýdalanwşını buğattaw', |
Index: trunk/phase3/languages/messages/MessagesDa.php |
— | — | @@ -1494,7 +1494,7 @@ |
1495 | 1495 | 'istemplate' => 'Skabelonmedtagning', |
1496 | 1496 | 'whatlinkshere-prev' => '{{PLURAL:$1|forrige|forrige $1}}', |
1497 | 1497 | 'whatlinkshere-next' => '{{PLURAL:$1|næste|næste $1}}', |
1498 | | -'whatlinkshere-links' => '(← henvisninger)', |
| 1498 | +'whatlinkshere-links' => '← henvisninger', |
1499 | 1499 | |
1500 | 1500 | # Block/unblock |
1501 | 1501 | 'blockip' => 'Bloker bruger', |
Index: trunk/phase3/languages/messages/MessagesKk_cn.php |
— | — | @@ -1754,7 +1754,7 @@ |
1755 | 1755 | 'istemplate' => 'كٸرٸكتٸرۋ', |
1756 | 1756 | 'whatlinkshere-prev' => '{{PLURAL:$1|الدىڭعى|الدىڭعى $1}}', |
1757 | 1757 | 'whatlinkshere-next' => '{{PLURAL:$1|كەلەسٸ|كەلەسٸ $1}}', |
1758 | | -'whatlinkshere-links' => '(← سٸلتەمەلەر)', |
| 1758 | +'whatlinkshere-links' => '← سٸلتەمەلەر', |
1759 | 1759 | |
1760 | 1760 | # Block/unblock |
1761 | 1761 | 'blockip' => 'پايدالانۋشىنى بۇعاتتاۋ', |
Index: trunk/phase3/languages/messages/MessagesDe.php |
— | — | @@ -1532,7 +1532,7 @@ |
1533 | 1533 | 'istemplate' => 'Vorlageneinbindung', |
1534 | 1534 | 'whatlinkshere-prev' => '{{PLURAL:$1|vorheriger|vorherige $1}}', |
1535 | 1535 | 'whatlinkshere-next' => '{{PLURAL:$1|nächster|nächste $1}}', |
1536 | | -'whatlinkshere-links' => '(← Links)', |
| 1536 | +'whatlinkshere-links' => '← Links', |
1537 | 1537 | |
1538 | 1538 | # Block/unblock |
1539 | 1539 | 'blockip' => 'IP-Adresse/Benutzer sperren', |
Index: trunk/phase3/languages/messages/MessagesKk_kz.php |
— | — | @@ -1746,7 +1746,7 @@ |
1747 | 1747 | 'istemplate' => 'кіріктіру', |
1748 | 1748 | 'whatlinkshere-prev' => '{{PLURAL:$1|алдыңғы|алдыңғы $1}}', |
1749 | 1749 | 'whatlinkshere-next' => '{{PLURAL:$1|келесі|келесі $1}}', |
1750 | | -'whatlinkshere-links' => '(← сілтемелер)', |
| 1750 | +'whatlinkshere-links' => '← сілтемелер', |
1751 | 1751 | |
1752 | 1752 | # Block/unblock |
1753 | 1753 | 'blockip' => 'Пайдаланушыны бұғаттау', |