https://bugzilla.wikimedia.org/show_bug.cgi?id=37669
Krenair <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |FIXED --- Comment #2 from Krenair <[email protected]> 2012-09-01 00:07:07 UTC --- (In reply to comment #0) > A. A user on translatewiki.net has asked if GENDER is supported in message[1]. > > [1] 'notification-edit-talk-page' => '$2 edited your talk page $3' Yes. > B. What's the link text of the diff link $3? A page title, so for example > "User_talk:Siebrand"? The 'diff' message in brackets, like this: '(' . wfMessage( 'diff' )->escaped() . ')' (from formatters/EditFormatter.php) > C. What does "formatted" mean in the description of $2? It's the HTML link to the user's page made with Linker::userLink. Take a look at function formatUser in formatters/NotificationFormatter.php. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
