Use of abbr tag in EXIF message

What a shame. Is there a practical way to add documentation to each message which does allow <ab br>, to say that it does allow <ab br>? If not, perhaps it would be better not to have the FAQ on this at all, if it is going to raise translators' hopes in vain.

Also, if not, is it possible to request that an annotation feature be available for all messages? this could add a lot of flexibility for translators, especially in languages which need to coin new technical words during translation.

Is this something that we could request for other projects also?

Lloffiwr14:13, 11 September 2011

This has been requested before, but nobody has done it. The problem is that any automatic way of collecting that information is not going to find it for all messages, maybe not even half.

What is annotation feature?

Nike18:53, 11 September 2011

Agreed with Nike, we could document at best half of the messages in MediaWiki and its extension in an automated way, telling whether or not they accept html inline markup, and whether or not they are being used in an html context. I tried to develop a simple text based xref tool which would be able to list which message key is/was used where (per file name and revision number) in the subversion repository, which could also collect some usage type information. I gave up because even identiying message keys is often impossible without "understanding" the "meaning" of program code. For example $abc='nuke' in one place and $messagestring=wfMsg($nuke.'-desc') in another is too hard for a text based analyzer program looking for occurrances of a message key 'nuke-desc', and we have too many more complicated cases than this.

It is worth noting usage informations in the message documentation, when it is obvious that it will not change, such as "this the body of an e-mail sent to users when…" - the use as an e-mail body implies that html must not be used.

Else, developers alter things like whether inline html makup is accepted or not. I do, for example. There are places where html inline markup is unproblematic but not (yet) supported, and others where a change would be either insecure or call for large amounts of work. If you find instances of messages where you would recommend using html markup and it does not work, let us know via the support page. Odds are, that a change would be simple and doable. Inside tabular structures and inside links and headlines that is sometimes not so, or at least not easy. Filing a bug at buzilla may alert developers who know the particular piece of code well enough to make the change. If you file such bugs, please mark them with the keyword i18n so that we more easily find them.

Purodha Blissenbach15:22, 12 September 2011

By annotation feature, I meant to ask whether on MediaWiki there could be a wiki markup which would allow a tooltip to appear when the mouse hovers over a word? Sorry not to be clear in the previous post.

Lloffiwr22:05, 18 September 2011