data['sitenotice'] ) { echo Html::rawElement( 'div', [ 'id' => 'siteNotice', 'class' => 'mw-body-content', ], // Raw HTML $this->get( 'sitenotice' ) ); } if ( is_callable( [ $this, 'getIndicators' ] ) ) { echo $this->getIndicators(); } // Loose comparison with '!=' is intentional, to catch null and false too, but not '0' if ( $this->data['title'] != '' ) { echo Html::rawElement( 'h1', [ 'id' => 'firstHeading', 'class' => 'firstHeading', 'lang' => $this->get( 'pageLanguage' ), ], // Raw HTML $this->get( 'title' ) ); } $this->html( 'prebodyhtml' ); ?>
data['isarticle'] ) { echo Html::element( 'div', [ 'id' => 'siteSub', 'class' => 'noprint', ], $this->getMsg( 'tagline' )->text() ); } ?>
html( 'userlangattributes' ) ?>>html( 'subtitle' ) ?>
data['undelete'] ) { echo Html::rawElement( 'div', [ 'id' => 'contentSub2' ], // Raw HTML $this->get( 'undelete' ) ); } if ( $this->data['newtalk'] ) { echo Html::rawElement( 'div', [ 'class' => 'usermessage' ], // Raw HTML $this->get( 'newtalk' ) ); } ?>
msg( 'jumpto' ) ?> msg( 'jumptonavigation' ) ?>msg( 'comma-separator' ) ?> msg( 'jumptosearch' ) ?>
html( 'bodycontent' ); if ( $this->data['printfooter'] ) { ?>
html( 'printfooter' ); ?>
data['catlinks'] ) { $this->html( 'catlinks' ); } if ( $this->data['dataAfterContent'] ) { $this->html( 'dataAfterContent' ); } ?>
html( 'debughtml' ); ?>