https://bugzilla.wikimedia.org/show_bug.cgi?id=16888
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from [email protected] --- Here is a nice javascript solution for this, you can put it in your common.js: var nlArticle = $('.interwiki-nl a').attr('title'); if (nlArticle) $('h1').append('<span style="margin:0 1em; vertical-align: middle; font-size:0.5em;"><a href="//nl.wikipedia.org/wiki/' + nlArticle + '">' + nlArticle + '</a></span>'); A css solution would be to simply style the link (.interwiki-nl a) in your common.css -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
