MediaWiki
REL1_20
|
Public Member Functions | |
commonPrintStylesheet () | |
Should we load mediawiki.legacy.wikiprintable? Skins that have their own print stylesheet should override this and return false. | |
isQuickbarSuppressed () | |
Return whether the quickbar should be suppressed from the output. | |
qbSetting () | |
setupSkinUserCss (OutputPage $out) | |
Add skin specific stylesheets. | |
suppressQuickbar () | |
Suppress the quickbar from the output, only for skin supporting the quickbar. | |
Public Attributes | |
$mSuppressQuickbar = false | |
This was for the old skins and for users with 640x480 screen. | |
$useHeadElement = true | |
Whether this skin use OutputPage::headElement() to generate the "<head>" tag. | |
Protected Attributes | |
$mWatchLinkNum = 0 |
Definition at line 23 of file SkinLegacy.php.
Should we load mediawiki.legacy.wikiprintable? Skins that have their own print stylesheet should override this and return false.
(This is an ugly hack to get Monobook to play nicely with OutputPage::headElement().)
Reimplemented from SkinTemplate.
Definition at line 36 of file SkinLegacy.php.
Return whether the quickbar should be suppressed from the output.
Definition at line 60 of file SkinLegacy.php.
Referenced by qbSetting().
Definition at line 64 of file SkinLegacy.php.
References $wgLang, $wgUser, and isQuickbarSuppressed().
Referenced by SkinStandard\setupSkinUserCss(), and SkinCologneBlue\setupSkinUserCss().
SkinLegacy::setupSkinUserCss | ( | OutputPage $ | out | ) |
Add skin specific stylesheets.
$out | OutputPage |
Reimplemented from SkinTemplate.
Reimplemented in SkinCologneBlue, SkinNostalgia, and SkinStandard.
Definition at line 31 of file SkinLegacy.php.
References OutputPage\addModuleStyles().
Suppress the quickbar from the output, only for skin supporting the quickbar.
Definition at line 51 of file SkinLegacy.php.
SkinLegacy::$mSuppressQuickbar = false |
This was for the old skins and for users with 640x480 screen.
Please note old skins are still used and might prove useful for users having old computers or visually impaired.
Definition at line 45 of file SkinLegacy.php.
SkinLegacy::$mWatchLinkNum = 0 [protected] |
Definition at line 25 of file SkinLegacy.php.
SkinLegacy::$useHeadElement = true |
Whether this skin use OutputPage::headElement() to generate the "<head>" tag.
Reimplemented from SkinTemplate.
Definition at line 24 of file SkinLegacy.php.