Public Member Functions | |
execute () | |
Template filter callback for Modern skin. | |
searchBox () | |
toolbox () | |
languageBox () | |
customBox ($bar, $cont) | |
Public Attributes | |
$skin |
Definition at line 48 of file Modern.php.
ModernTemplate::customBox | ( | $ | bar, | |
$ | cont | |||
) |
Definition at line 351 of file Modern.php.
References $key, $out, print, wfEmptyMsg(), and wfMsg().
Referenced by execute().
ModernTemplate::execute | ( | ) |
Template filter callback for Modern skin.
Takes an associative array of data set from a SkinTemplate-based class, and a wrapper for MediaWiki's localization database, and outputs a formatted page.
Reimplemented from QuickTemplate.
Definition at line 58 of file Modern.php.
References $action, $key, $ns, $skin, $wgRequest, customBox(), Sanitizer::escapeId(), QuickTemplate::html(), is(), languageBox(), main(), Skin::makeGlobalVariablesScript(), QuickTemplate::msg(), output(), print, searchBox(), QuickTemplate::text(), toolbox(), wfRestoreWarnings(), wfSuppressWarnings(), and xml.
ModernTemplate::languageBox | ( | ) |
Definition at line 330 of file Modern.php.
References QuickTemplate::msg().
Referenced by execute().
ModernTemplate::searchBox | ( | ) |
Definition at line 247 of file Modern.php.
References $wgUseTwoButtonsSearchForm, and QuickTemplate::msg().
Referenced by execute().
ModernTemplate::toolbox | ( | ) |
Definition at line 271 of file Modern.php.
References $key, QuickTemplate::msg(), and wfRunHooks().
Referenced by execute().
ModernTemplate::$skin |