id summary reporter owner description type status priority milestone component version resolution keywords cc 1882 Saving a page deletes all interlanguage links on that page Evan Prodromou "For MediaWiki, you can define certain kinds of interwiki links that won't show up in the page content. They instead get put on the ""other languages"" menu (by default). This is for links to translations of the article on another related wiki. The code for an interlanguage link is identical to an interwiki link. The only way to tell one from the other is that a) the interlanguage link has ""iw_local = 1"" on its interwiki table row, and b) the prefix of the interlanguage link is a key in the language names array (see languages/Names.php). A common example might be, on the page ""Dog"", ""[[fr:chien]]"" to make an interlanguage link to the French version of the page. As a first step, it would be nice to at least preserve this markup so it doesn't get lost when someone edits the page. (I'll file a separate ticket for allowing users to add, edit and delete interlanguage links.)" Bug closed Normal Project : MediaWiki+FCKeditor fixed Confirmed