https://bugzilla.wikimedia.org/show_bug.cgi?id=19184

       Web browser: ---
           Summary: disambiguations-text is itself ambiguous
           Product: MediaWiki
           Version: 1.16-svn
          Platform: All
               URL: http://en.wikipedia.org/wiki/Special:Disambiguations
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: Templates
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Is this what you're trying to say?
>-'disambiguations-text'    => "The following pages link to a '''disambiguation 
>page'''.
>+'disambiguations-text'    => "The following pages (on the left) link to a 
>'''disambiguation page''' (on the right).
(Same for other languages.)

But looking at e.g., [[Special:Disambiguations]], we
see "(disambiguation)" scattered on both left and right.

Personally in LocalSettings.php I instead just avoid the issue, via
>functionJidanniLessSpecialPages(&$list){
>       foreach(array('Disambiguations',...)as $i){
>               unset($list[$i]);}
>       return true;}
>$wgHooks['SpecialPage_initList'][]='JidanniLessSpecialPages';


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to