2009/6/4 Strainu <[email protected]>: > Hi, > > I'm trying to format a link like this: [[musulman]]ă. On ro.wp, this > is equivalent to [[musulman|musulman]]ă (the special letter is not > included in the wiki link. 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. However, on fr.wp I can write [[Ren]]é and this is equivalent > to [[Ren|René]]. > > How was this made? Is it something that can be set by from a page or > should some php be changed? > The set of characters allowed in the so-called linktrail depends on the language used, and is set in the individual LanguageXx.php files.
Roan Kattouw (Catrope) _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
