data['extraInput'][] = array( 'name' => $name, 'value' => $value, 'type' => $type, 'msg' => $msg, 'helptext' => $helptext, ); } function execute() { global $wgCookieExpiration; $expirationDays = ceil( $wgCookieExpiration / ( 3600 * 24 ) ); ?>
haveData( 'languages' ) ) { ?>

msg( 'createacct-join' ); ?>

html( 'header' ); /* extensions such as ConfirmEdit add form HTML here */ ?>
data['message'] ) { ?>
data['messagetype'] == 'error' ) { ?> msg( 'loginerror' )?>
html( 'message' ); ?>
data['name'], 'text', array( 'class' => 'mw-input loginText', 'id' => 'wpName2', 'tabindex' => '1', 'size' => '20', 'required', 'placeholder' => $this->getMsg( 'userlogin-yourname-ph' )->text(), 'autofocus' ) ); ?>
data['createemail'] ) { ?>
'mw-input loginPassword', 'id' => 'wpPassword2', 'tabindex' => '3', 'size' => '20', 'required', 'placeholder' => $this->getMsg( 'createacct-yourpassword-ph' )->text() ) + User::passwordChangeInputAttribs() ); ?>
data['usedomain'] ) { $doms = ""; foreach ( $this->data['domainnames'] as $dom ) { $doms .= ""; } ?>
'mw-input loginPassword', 'id' => 'wpRetype', 'tabindex' => '5', 'size' => '20', 'required', 'placeholder' => $this->getMsg( 'createacct-yourpasswordagain-ph' )->text() ) + User::passwordChangeInputAttribs() ); ?>
data['useemail'] ) { ?> data['email'], 'email', array( 'class' => 'mw-input loginText', 'id' => 'wpEmail', 'tabindex' => '6', 'size' => '20', 'placeholder' => $this->getMsg( 'createacct-email-ph' )->text() ) + ( $this->data['emailrequired'] ? array() : array( 'required' => '' ) ) ); ?>
data['userealname'] ) { ?>
msgWiki( 'prefs-help-realname' ); ?>
data['usereason'] ) { ?>
data['extraInput'] ) && is_array( $this->data['extraInput'] ) ) { foreach ( $this->data['extraInput'] as $inputItem ) { ?>
msgWiki( $inputItem['helptext'] ); ?>
haveData( 'uselang' ) ) { ?> haveData( 'token' ) ) { ?>

msg( 'createacct-benefit-heading' ); ?>

msg( 'createacct-benefit-head1' ); ?>

msg( 'createacct-benefit-body1' ); ?>

msg( 'createacct-benefit-head2' ); ?>

msg( 'createacct-benefit-body2' ); ?>

msg( 'createacct-benefit-head3' ); ?>

msg( 'createacct-benefit-body3' ); ?>