36 $modules = parent::getDefaultModules();
37 $modules[
'styles'][
'skin'][] =
'mediawiki.skinning.interface';
SkinTemplate class for API output.
buildPersonalUrls()
build array of urls for personal toolbar
buildNavUrls()
build array of common navigation links
buildSidebar()
Build an array that represents the sidebar(s), the navigation bar among them.
getNewtalks()
Gets new talk page messages for the current user and returns an appropriate alert message (or an empt...
getLanguages()
Generates array of language links for the current page.
getSiteNotice()
Get the site notice.
buildContentNavigationUrls()
a structured array of links usually used for the tabs in a skin
getDefaultModules()
Defines the ResourceLoader modules that should be added to the skin It is recommended that skins wish...
Base class for template-based skins.