Go to the documentation of this file.
36 $this->
data[
'namespace_urls'] = $this->
data[
'content_navigation'][
'namespaces'];
37 $this->
data[
'view_urls'] = $this->
data[
'content_navigation'][
'views'];
38 $this->
data[
'action_urls'] = $this->
data[
'content_navigation'][
'actions'];
39 $this->
data[
'variant_urls'] = $this->
data[
'content_navigation'][
'variants'];
42 if ( $this->config->get(
'VectorUseIconWatch' ) ) {
43 $mode = $this->
getSkin()->getUser()->isWatched( $this->
getSkin()->getRelevantTitle() )
47 if ( isset( $this->
data[
'action_urls'][$mode] ) ) {
48 $this->
data[
'view_urls'][$mode] = $this->
data[
'action_urls'][$mode];
49 unset( $this->
data[
'action_urls'][$mode] );
54 if ( $this->
data[
'rtl'] ) {
55 $this->
data[
'view_urls'] =
56 array_reverse( $this->
data[
'view_urls'] );
57 $this->
data[
'namespace_urls'] =
58 array_reverse( $this->
data[
'namespace_urls'] );
59 $this->
data[
'personal_urls'] =
60 array_reverse( $this->
data[
'personal_urls'] );
63 $this->
data[
'pageLanguage'] =
64 $this->
getSkin()->getTitle()->getPageViewLanguage()->getHtmlCode();
67 $this->
html(
'headelement' );
69 <div
id=
"mw-page-base" class=
"noprint"></div>
70 <div
id=
"mw-head-base" class=
"noprint"></div>
71 <div
id=
"content" class=
"mw-body" role=
"main">
75 if ( $this->
data[
'sitenotice'] ) {
77 <div
id=
"siteNotice" class=
"mw-body-content"><?
php $this->
html(
'sitenotice' ) ?></div>
82 if ( is_callable( [ $this,
'getIndicators' ] ) ) {
86 if ( $this->
data[
'title'] !=
'' ) {
88 <h1
id=
"firstHeading" class=
"firstHeading" lang=
"<?php $this->text( 'pageLanguage' ); ?>"><?
php
89 $this->
html(
'title' )
93 <?
php $this->
html(
'prebodyhtml' ) ?>
94 <div
id=
"bodyContent" class=
"mw-body-content">
96 if ( $this->
data[
'isarticle'] ) {
98 <div
id=
"siteSub" class=
"noprint"><?
php $this->
msg(
'tagline' ) ?></div>
102 <div
id=
"contentSub"<?
php $this->
html(
'userlangattributes' ) ?>><?php
103 $this->
html(
'subtitle' )
106 if ( $this->
data[
'undelete'] ) {
108 <div
id=
"contentSub2"><?
php $this->
html(
'undelete' ) ?></div>
113 if ( $this->
data[
'newtalk'] ) {
115 <div
class=
"usermessage"><?
php $this->
html(
'newtalk' ) ?></div>
119 <div
id=
"jump-to-nav" class=
"mw-jump">
120 <?
php $this->
msg(
'jumpto' ) ?>
121 <
a href=
"#mw-head"><?
php
122 $this->
msg(
'jumptonavigation' )
123 ?></
a><?php $this->
msg(
'comma-separator' ) ?>
124 <
a href=
"#p-search"><?
php $this->
msg(
'jumptosearch' ) ?></
a>
127 $this->
html(
'bodycontent' );
129 if ( $this->
data[
'printfooter'] ) {
131 <div
class=
"printfooter">
132 <?
php $this->
html(
'printfooter' ); ?>
137 if ( $this->
data[
'catlinks'] ) {
138 $this->
html(
'catlinks' );
141 if ( $this->
data[
'dataAfterContent'] ) {
142 $this->
html(
'dataAfterContent' );
145 <div
class=
"visualClear"></div>
146 <?
php $this->
html(
'debughtml' ); ?>
149 <div
id=
"mw-navigation">
150 <h2><?
php $this->
msg(
'navigation-heading' ) ?></h2>
154 <div
id=
"left-navigation">
157 <div
id=
"right-navigation">
162 <div
id=
"p-logo" role=
"banner"><
a class=
"mw-wiki-logo" href=
"<?php
163 echo htmlspecialchars( $this->data['nav_urls']['mainpage']['href'] )
170 <div
id=
"footer" role=
"contentinfo"<?
php $this->
html(
'userlangattributes' ) ?>>
174 <ul
id=
"footer-<?php echo $category ?>">
178 <li
id=
"footer-<?php echo $category ?>-<?php echo $link ?>"><?
php $this->
html( $link ) ?></li>
187 if (
count( $footericons ) > 0 ) {
189 <ul
id=
"footer-icons" class=
"noprint">
193 <li
id=
"footer-<?php echo htmlspecialchars( $blockName ); ?>ico">
195 foreach ( $footerIcons
as $icon ) {
196 echo $this->
getSkin()->makeFooterIcon( $icon );
207 <div
style=
"clear:both"></div>
223 if ( !isset( $portals[
'SEARCH'] ) ) {
224 $portals[
'SEARCH'] =
true;
226 if ( !isset( $portals[
'TOOLBOX'] ) ) {
227 $portals[
'TOOLBOX'] =
true;
229 if ( !isset( $portals[
'LANGUAGES'] ) ) {
230 $portals[
'LANGUAGES'] =
true;
233 foreach ( $portals
as $name => $content ) {
234 if ( $content ===
false ) {
248 if ( $this->
data[
'language_urls'] !==
false ) {
249 $this->
renderPortal(
'lang', $this->
data[
'language_urls'],
'otherlanguages' );
266 if ( $msg ===
null ) {
270 $labelId = Sanitizer::escapeId(
"p-$name-label" );
272 <div
class=
"portal" role=
"navigation" id=
'<?php
273 echo Sanitizer::escapeId( "p-$name" )
276 ?> aria-labelledby=
'<?php echo $labelId ?>'>
277 <h3<?
php $this->
html(
'userlangattributes' ) ?>
id=
'<?php echo $labelId ?>'><?php
278 echo htmlspecialchars( $msgObj->exists() ? $msgObj->text() : $msg );
283 if ( is_array( $content ) ) {
287 foreach ( $content
as $key => $val ) {
290 if ( $hook !==
null ) {
319 if ( !is_array( $elements ) ) {
320 $elements = [ $elements ];
322 } elseif ( $this->
data[
'rtl'] ) {
323 $elements = array_reverse( $elements );
326 foreach ( $elements
as $name => $element ) {
327 switch ( $element ) {
330 <div
id=
"p-namespaces" role=
"navigation" class=
"vectorTabs<?php
331 if ( count( $this->data['namespace_urls'] ) == 0 ) {
332 echo ' emptyPortlet';
334 ?>" aria-labelledby=
"p-namespaces-label">
335 <h3
id=
"p-namespaces-label"><?
php $this->
msg(
'namespaces' ) ?></h3>
336 <ul<?
php $this->
html(
'userlangattributes' ) ?>>
338 foreach ( $this->
data[
'namespace_urls']
as $key => $item ) {
339 echo
"\t\t\t\t\t\t\t" . $this->
makeListItem( $key, $item, [
340 'vector-wrap' =>
true,
350 <div
id=
"p-variants" role=
"navigation" class=
"vectorMenu<?php
351 if ( count( $this->data['variant_urls'] ) == 0 ) {
352 echo ' emptyPortlet';
354 ?>" aria-labelledby=
"p-variants-label">
358 foreach ( $this->
data[
'variant_urls']
as $item ) {
359 if ( isset( $item[
'class'] ) && stripos( $item[
'class'],
'selected' ) !==
false ) {
365 <h3
id=
"p-variants-label">
372 foreach ( $this->
data[
'variant_urls']
as $key => $item ) {
373 echo
"\t\t\t\t\t\t\t\t" . $this->
makeListItem( $key, $item ) .
"\n";
383 <div
id=
"p-views" role=
"navigation" class=
"vectorTabs<?php
384 if ( count( $this->data['view_urls'] ) == 0 ) {
385 echo ' emptyPortlet';
387 ?>" aria-labelledby=
"p-views-label">
388 <h3
id=
"p-views-label"><?
php $this->
msg(
'views' ) ?></h3>
389 <ul<?
php $this->
html(
'userlangattributes' ) ?>>
391 foreach ( $this->
data[
'view_urls']
as $key => $item ) {
392 echo
"\t\t\t\t\t\t\t" . $this->
makeListItem( $key, $item, [
393 'vector-wrap' =>
true,
394 'vector-collapsible' =>
true,
404 <div
id=
"p-cactions" role=
"navigation" class=
"vectorMenu<?php
405 if ( count( $this->data['action_urls'] ) == 0 ) {
406 echo ' emptyPortlet';
408 ?>" aria-labelledby=
"p-cactions-label">
409 <h3
id=
"p-cactions-label"><span><?
php
410 $this->
msg(
'vector-more-actions' )
414 <ul<?
php $this->
html(
'userlangattributes' ) ?>>
416 foreach ( $this->
data[
'action_urls']
as $key => $item ) {
417 echo
"\t\t\t\t\t\t\t\t" . $this->
makeListItem( $key, $item ) .
"\n";
427 <div
id=
"p-personal" role=
"navigation" class=
"<?php
428 if ( count( $this->data['personal_urls'] ) == 0 ) {
429 echo ' emptyPortlet';
431 ?>" aria-labelledby=
"p-personal-label">
432 <h3
id=
"p-personal-label"><?
php $this->
msg(
'personaltools' ) ?></h3>
433 <ul<?
php $this->
html(
'userlangattributes' ) ?>>
437 if ( !$this->
getSkin()->getUser()->isLoggedIn() &&
442 [
'id' =>
'pt-anonuserpage' ],
443 $this->
getMsg(
'notloggedin' )->escaped()
455 if ( !$this->
data[
'rtl' ] ) {
475 <div
id=
"p-search" role=
"search">
476 <h3<?
php $this->
html(
'userlangattributes' ) ?>>
477 <label
for=
"searchInput"><?
php $this->
msg(
'search' ) ?></label>
480 <
form action=
"<?php $this->text( 'wgScript' ) ?>" id=
"searchform">
481 <div<?
php echo $this->config->get(
'VectorUseSimpleSearch' ) ?
' id="simpleSearch"' :
'' ?>>
499 [
'id' =>
'mw-searchButton',
'class' =>
'searchButton mw-fallbackSearchButton' ]
503 [
'id' =>
'searchButton',
'class' =>
'searchButton' ]
534 $this->config->get(
'VectorUseIconWatch' )
535 && ( $key ===
'watch' || $key ===
'unwatch' )
537 $item[
'class'] = rtrim(
'icon ' . $item[
'class'],
' ' );
538 $item[
'primary'] =
true;
544 && !( isset( $item[
'primary'] ) && $item[
'primary'] )
546 $item[
'class'] = rtrim(
'collapsible ' . $item[
'class'],
' ' );
550 unset( $item[
'redundant'] );
552 return parent::makeListItem( $key, $item,
$options );
getPersonalTools()
Create an array of personal tools items from the data in the quicktemplate stored by SkinTemplate.
getFooterLinks( $option=null)
Returns an array of footerlinks trimmed down to only those footer links that are valid.
static expandAttributes( $attribs)
Given an array of ('attributename' => 'value'), it generates the code to set the XML attributes : att...
case __pad3__ if(count( $this->data['personal_urls'])==0) $this msg('personaltools') $this html('userlangattributes') $notLoggedIn
makeSearchButton( $mode, $attrs=[])
Allows to change the fields on the form that will be generated $name
static groupHasPermission( $group, $role)
Check, if the given group has the given permission.
getSkin()
Get the Skin object related to this object.
injection txt This is an overview of how MediaWiki makes use of dependency injection The design described here grew from the discussion of RFC T384 The term dependency this means that anything an object needs to operate should be injected from the the object itself should only know narrow no concrete implementation of the logic it relies on The requirement to inject everything typically results in an architecture that based on two main types of and essentially stateless service objects that use other service objects to operate on the value objects As of the beginning MediaWiki is only starting to use the DI approach Much of the code still relies on global state or direct resulting in a highly cyclical dependency which acts as the top level factory for services in MediaWiki which can be used to gain access to default instances of various services MediaWikiServices however also allows new services to be defined and default services to be redefined Services are defined or redefined by providing a callback the instantiator that will return a new instance of the service When it will create an instance of MediaWikiServices and populate it with the services defined in the files listed by thereby bootstrapping the DI framework Per $wgServiceWiringFiles lists includes ServiceWiring php
QuickTemplate class for Vector skin.
makeListItem( $key, $item, $options=[])
@inheritDoc
$this html('userlangattributes') foreach( $this->getFooterLinks() as $category=> $links) foreach( $links as $link) $this html($link) $footericons
makeLink( $key, $item, $options=[])
@inheritDoc
null means default in associative array with keys and values unescaped Should be merged with default with a value of false meaning to suppress the attribute in associative array with keys and values unescaped noclasses just before the function returns a value If you return an< a > element with HTML attributes $attribs and contents $html will be returned If you return $ret will be returned and may include noclasses & $html
</source > ! result< div class="mw-highlight mw-content-ltr" dir="ltr">< pre >< span ></span >< span class="kd"> var</span >< span class="nx"> a</span >< span class="p"></span ></pre ></div > ! end ! test Multiline< source/> in lists !input *< source > a b</source > *foo< source > a b</source > ! html< ul >< li >< div class="mw-highlight mw-content-ltr" dir="ltr">< pre > a b</pre ></div ></li ></ul >< ul >< li > foo< div class="mw-highlight mw-content-ltr" dir="ltr">< pre > a b</pre ></div ></li ></ul > ! html tidy< ul >< li >< div class="mw-highlight mw-content-ltr" dir="ltr">< pre > a b</pre ></div ></li ></ul >< ul >< li > foo< div class="mw-highlight mw-content-ltr" dir="ltr">< pre > a b</pre ></div ></li ></ul > ! end ! test Custom attributes !input< source lang="javascript" id="foo" class="bar" dir="rtl" style="font-size: larger;"> var a
execute()
Outputs the entire contents of the (X)HTML page.
printTrail()
Output getTrail.
null means default in associative array form
renderPortal( $name, $content, $msg=null, $hook=null)
getIndicators()
Get the suggested HTML for page status indicators: icons (or short text snippets) usually displayed i...
This code would result in ircNotify being run twice when an article is and once for brion Hooks can return three possible true was required This is the default since MediaWiki *some string
static hidden( $name, $value, array $attribs=[])
Convenience function to produce an input element with type=hidden.
renderAfterPortlet( $name)
getMsg( $name)
Get a Message object with its context set.
static tooltipAndAccesskeyAttribs( $name, array $msgParams=[])
Returns the attributes for the tooltip and access key.
makeSearchInput( $attrs=[])
renderNavigation( $elements)
Render one or more navigations elements by name, automatically reveresed when UI is in RTL mode.
renderPortals( $portals)
Render a series of portals.
static tooltip( $name, $options=null)
Returns raw bits of HTML, use titleAttrib()
getToolbox()
Create an array of common toolbox items from the data in the quicktemplate stored by SkinTemplate.
null means default in associative array with keys and values unescaped Should be merged with default with a value of false meaning to suppress the attribute in associative array with keys and values unescaped & $options
This document is intended to provide useful advice for parties seeking to redistribute MediaWiki to end users It s targeted particularly at maintainers for Linux since it s been observed that distribution packages of MediaWiki often break We ve consistently had to recommend that users seeking support use official tarballs instead of their distribution s and this often solves whatever problem the user is having It would be nice if this could such as
static rawElement( $element, $attribs=[], $contents='')
Returns an HTML element in a string.
null means default in associative array with keys and values unescaped Should be merged with default with a value of false meaning to suppress the attribute in associative array with keys and values unescaped noclasses just before the function returns a value If you return an< a > element with HTML attributes $attribs and contents $html will be returned If you return $ret will be returned $skin
usually copyright or history_copyright This message must be in HTML not wikitext & $link
if(! $this->getSkin() ->getUser() ->isLoggedIn() &&User::groupHasPermission(' *', 'edit') $personalTools)
either a unescaped string or a HtmlArmor object after in associative array form externallinks including delete and has completed for all link tables whether this was an auto creation default is conds Array Extra conditions for the No matching items in log is displayed if loglist is empty msgKey Array If you want a nice box with a set this to the key of the message First element is the message additional optional elements are parameters for the key that are processed with wfMessage() -> params() ->parseAsBlock() - offset Set to overwrite offset parameter in $wgRequest set to '' to unset offset - wrap String Wrap the message in html(usually something like "<
case __pad0__ if(count( $this->data['variant_urls'])==0) $variantLabel
getFooterIcons( $option=null)
Returns an array of footer icons filtered down by options relevant to how the skin wishes to display ...
static run( $event, array $args=[], $deprecatedVersion=null)
Call hook functions defined in Hooks::register and $wgHooks.
New base template for a skin's template extended from QuickTemplate this class features helper method...
and how to run hooks for an and one after Each event has a preferably in CamelCase For ArticleDelete hook A clump of code and data that should be run when an event happens This can be either a function and a chunk of data
$this html( 'userlangattributes')