About [[MediaWiki:Echo-dismiss-message/en]]

Could you give me an example of $1's value?

Shirayuki (talk)21:50, 14 February 2013

Any of these values:

$wgEchoEnabledEvents = array(
    'welcome', // A user created an account
    'edit-user-talk', // User talk page is edited
    'reverted', // An edit is undone or rolled-back
    'article-linked', // A page a user created is linked from another page
    // These aren't ready yet, specifically they have no means of subscription
#       'add-comment', // A signed comment is added to an existing section
#       'add-talkpage-topic', // A new section is added to a talk page
);
Krenair (talkcontribs)21:12, 16 February 2013

Thanks. Could you tell me whether $1 is localized or not?

Shirayuki (talk)22:13, 16 February 2013

Ugh sorry. Disregard my last reply.

$1 in this message is the escaped result of the "echo-dismiss-title-$eventType" message in the target user's language, where $eventType is something like one of those values I posted. Other extensions can create new event types.

Krenair (talkcontribs)22:19, 16 February 2013

Is "Echo-dismiss-title-welcome" missing?

Shirayuki (talk)22:43, 16 February 2013

They're not all required to be dismissable. Take a look at the nodismiss keys for a couple of the events in $wgEchoEventDetails.

Krenair (talkcontribs)23:36, 16 February 2013

I see. I've fixed the message documentation.

Shirayuki (talk)02:07, 17 February 2013