MediaWiki
master
|
Public Member Functions | |
afterContent () | |
beforeContent () | |
bottomLinks () | |
execute () | |
Main function, used by classes that subclass QuickTemplate to show the actual HTML output. | |
otherLanguages () | |
pageTitleLinks () | |
processBottomLink ($key, $navlink, $message=null) | |
Used in bottomLinks() to eliminate repetitive code. | |
processNavlinkForDocument ($navlink, $idPrefix='cb-') | |
Takes a navigational link generated by SkinTemplate in whichever way and mangles attributes unsuitable for repeated use. | |
quickBar () | |
Compute the sidebar. | |
searchForm ($which) | |
sidebarAdditions ($bar) | |
Adds CologneBlue-specific items to the sidebar: qbedit, qbpageoptions and qbmyoptions menus. | |
sysLinks () | |
talkLink () | |
variantLinks () | |
Language/charset variant links for classic-style skins. |
Definition at line 56 of file CologneBlue.php.
Definition at line 327 of file CologneBlue.php.
References $s, array(), as, bottomLinks(), data, echo, BaseTemplate\getFooterLinks(), QuickTemplate\getSkin(), php, quickBar(), and searchForm().
Referenced by execute().
Definition at line 277 of file CologneBlue.php.
References $s, data, echo, QuickTemplate\getSkin(), href, otherLanguages(), pageTitleLinks(), php, sysLinks(), variantLinks(), and wfMessage().
Referenced by execute().
Definition at line 149 of file CologneBlue.php.
References $lines, array(), data, QuickTemplate\getSkin(), BaseTemplate\getToolbox(), otherLanguages(), processBottomLink(), and talkLink().
Referenced by afterContent().
Main function, used by classes that subclass QuickTemplate to show the actual HTML output.
Reimplemented from QuickTemplate.
Definition at line 57 of file CologneBlue.php.
References afterContent(), beforeContent(), echo, QuickTemplate\html(), BaseTemplate\printTrail(), wfRestoreWarnings(), and wfSuppressWarnings().
Definition at line 90 of file CologneBlue.php.
References $s, array(), as, data, empty, QuickTemplate\getSkin(), global, BaseTemplate\makeListItem(), and wfMessage().
Referenced by beforeContent(), and bottomLinks().
Definition at line 114 of file CologneBlue.php.
References $s, array(), as, data, BaseTemplate\getFooterLinks(), and QuickTemplate\getSkin().
Referenced by beforeContent().
CologneBlueTemplate::processBottomLink | ( | $ | key, |
$ | navlink, | ||
$ | message = null |
||
) |
Used in bottomLinks() to eliminate repetitive code.
$key | string Key to be passed to makeListItem() |
$navlink | array Navlink suitable for processNavlinkForDocument() |
$message | string Key of the message to use in place of standard text |
Definition at line 135 of file CologneBlue.php.
References array(), BaseTemplate\makeListItem(), processNavlinkForDocument(), and wfMessage().
Referenced by bottomLinks(), and talkLink().
CologneBlueTemplate::processNavlinkForDocument | ( | $ | navlink, |
$ | idPrefix = 'cb-' |
||
) |
Takes a navigational link generated by SkinTemplate in whichever way and mangles attributes unsuitable for repeated use.
In particular, this modifies the ids and removes the accesskeys. This is necessary to be able to use the same navlink twice, e.g. in sidebar and in footer.
$navlink | array Navigational link generated by SkinTemplate |
$idPrefix | mixed Prefix to add to id of this navlink. If false, id is removed entirely. Default is 'cb-'. |
Definition at line 256 of file CologneBlue.php.
Referenced by processBottomLink().
Compute the sidebar.
Definition at line 448 of file CologneBlue.php.
References $link, $s, array(), as, data, Sanitizer\escapeId(), BaseTemplate\getToolbox(), BaseTemplate\makeListItem(), searchForm(), sidebarAdditions(), and wfMessage().
Referenced by afterContent().
CologneBlueTemplate::searchForm | ( | $ | which | ) |
$label | string |
Definition at line 534 of file CologneBlue.php.
References $s, data, QuickTemplate\getSkin(), global, and wfMessage().
Referenced by afterContent(), and quickBar().
Adds CologneBlue-specific items to the sidebar: qbedit, qbpageoptions and qbmyoptions menus.
$bar | sidebar data |
Definition at line 403 of file CologneBlue.php.
References array(), as, data, and BaseTemplate\getPersonalTools().
Referenced by quickBar().
Definition at line 368 of file CologneBlue.php.
References $s, array(), as, BaseTemplate\getPersonalTools(), QuickTemplate\getSkin(), Linker\linkKnown(), BaseTemplate\makeListItem(), Title\newFromText(), QuickTemplate\text(), and wfMessage().
Referenced by beforeContent().
Definition at line 201 of file CologneBlue.php.
References $title, array(), data, QuickTemplate\getSkin(), and processBottomLink().
Referenced by bottomLinks().
Language/charset variant links for classic-style skins.
Definition at line 77 of file CologneBlue.php.
References $link, $s, array(), as, data, QuickTemplate\getSkin(), and BaseTemplate\makeListItem().
Referenced by beforeContent().