MediaWiki talk:Accmailtext

Latest comment: 16 years ago by CBM

{{editprotected}} Please add link to user's talk page, which is useful when creating accounts per requests at WP:ACC. Od Mishehu 08:17, 5 November 2007 (UTC)Reply

Does anyone know what style of markup is used on this page (plain, wikimarkup, HTML)? Without that information, it's impossible to make that change (and if it turns out to be plaintext, the change will be impossible anyway). --ais523 15:14, 5 November 2007 (UTC)
The format is wikitext. The only way to check is to look at the mediawiki source code. In this case, the code is in SpecialUserlogin.php:
$wgOut->addWikiText( wfMsg( 'accmailtext', $results['user']->getName(),$results['user']->getEmail() ) );
The addWikiText() function takes wiki-formatted text, so we can use links here. — Carl (CBM · talk) 17:00, 6 November 2007 (UTC)Reply