2009/6/4 Strainu <strain...@gmail.com>:
> While going through
> http://www.mediawiki.org/wiki/Markup_spec I saw that:
>
> <internal-link>         ::= <internal-link-start> <article-link>  [ "#"
> <section-id> ] [ <pipe> [<link-description>] ] <internal-link-end>
> [<extra-description>]
> <extra-description>     ::= <letter> [<extra-description>]
> <letter>                ::= <ucase-letter> | <lcase-letter>
> <ucase-letter>          ::= "A" | "B" | ... | "Y" | "Z"
> <lcase-letter>          ::= "a" | "b" | ... | "y" | "z"
>
>
> This tells me that only ASCII letters are used for this type of
> linking.

It's wrong.  Don't trust that page too much.  It was written after the
fact to try to document the parser, not something the parser was
designed to follow.  It's almost certainly wrong in a lot of corner
cases.  (Like non-English languages, apparently.)

On Thu, Jun 4, 2009 at 3:53 PM, Ahmad Sherif<ahmad.m.she...@gmail.com> wrote:
> AFAIK, it has to be set in the language file thru $linkTrail variable,
> because it looks like that MediaWiki:Linktrail is no longer used.

Correct.

_______________________________________________
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Reply via email to