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





--- Comment #2 from Liangent <[email protected]>  2009-12-31 12:04:39 UTC ---
On zhwiki (and srwiki etc.), we have the setting like:

    $wgArticlePath = "/$2/$1";

In MediaWiki's parser, $2 will be replaced with a variant code of the content
language of this wiki if available, and this path is equivalent to
/w/index.php?title=$1&variant=$2.

That's to say, once MediaWiki's parser decides to generate a link with a
variant parameter, such broken link will be generated. The condition varies,
such as whether the user is anonymous, whether variant= exists in the URL of
the request, or what Accept-Language header the user requests with, and so on.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
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