MediaWiki REL1_39
|
Base class for QuickTemplate-based skins. More...
Public Member Functions | |
generateHTML () | |
Subclasses not wishing to use the QuickTemplate render method can rewrite this method, for example to use TemplateParser::processTemplate. | |
getCategoryLinks () | |
Extends category links with Skin::getAfterPortlet functionality. | |
getStructuredPersonalTools () | |
Get personal tools for the user. | |
getTemplateData () | |
Subclasses may extend this method to add additional template data.The data keys should be valid English words. Compound words should be hyphenated except if they are normally written as one word. Each key should be prefixed with a type hint, this may be enforced by the class PHPUnit test.Plain strings are prefixed with 'html-', plain arrays with 'array-' and complex array data with 'data-'. 'is-' and 'has-' prefixes can be used for boolean variables. Messages are prefixed with 'msg-', followed by their message key. All messages specified in the skin option 'messages' will be available under 'msg-MESSAGE-NAME'.
| |
makePersonalToolsList ( $personalTools=null, $options=[]) | |
Get the HTML for the personal tools list. | |
makeSearchButton ( $mode, $attrs=[]) | |
makeSearchInput ( $attrs=[]) | |
outputPage () | |
Initialize various variables and generate the template. | |
tabAction ( $title, $message, $selected, $query='', $checkEdit=false) | |
Builds an array with tab definition. | |
Public Member Functions inherited from Skin | |
__construct ( $options=null) | |
addToSidebar (&$bar, $message) | |
Add content from a sidebar system message Currently only used for MediaWiki:Sidebar (but may be used by Extensions) | |
addToSidebarPlain (&$bar, $text) | |
Add content from plain text. | |
bottomScripts ( $triggerWarnings=true) | |
This gets called shortly before the "</body>" tag. | |
buildSidebar () | |
Build an array that represents the sidebar(s), the navigation bar among them. | |
doEditSectionLink (Title $nt, $section, $sectionTitle, Language $lang) | |
Create a section edit link. | |
editUrlOptions () | |
Return URL options for the 'edit page' link. | |
footerLink ( $desc, $page) | |
Given a pair of message keys for link and text label, return an HTML link for use in the footer. | |
getAfterPortlet (string $name) | |
Allows extensions to hook into known portlets and add stuff to them. | |
getCategories () | |
getCopyright ( $type='detect') | |
getDefaultModules () | |
Defines the ResourceLoader modules that should be added to the skin It is recommended that skins wishing to override call parent::getDefaultModules() and substitute out any modules they wish to change by using a key to look them up. | |
getHtmlElementAttributes () | |
Return values for <html> element. | |
getLanguages () | |
Generates array of language links for the current page. | |
getNewtalks () | |
Gets new talk page messages for the current user and returns an appropriate alert message (or an empty string if there are no messages) | |
getOptions () | |
Returns skin options Recommended to use SkinFactory::getSkinOptions instead. | |
getPageClasses ( $title) | |
TODO: document. | |
getPersonalToolsForMakeListItem ( $urls, $applyClassesToListItems=false) | |
Create an array of personal tools items from the data in the quicktemplate stored by SkinTemplate. | |
getRelevantTitle () | |
Return the "relevant" title. | |
getRelevantUser () | |
Return the "relevant" user. | |
getSearchPageTitle () | |
getSiteFooterLinks () | |
Gets the link to the wiki's privacy policy, about page, and disclaimer page. | |
getSiteNotice () | |
getSkinName () | |
getUndeleteLink () | |
initPage (OutputPage $out) | |
isResponsive () | |
Indicates if this skin is responsive. | |
logoText ( $align='') | |
makeFooterIcon ( $icon, $withImage='withImage') | |
Renders a $wgFooterIcons icon according to the method's arguments. | |
makeLink ( $key, $item, $linkOptions=[]) | |
Makes a link, usually used by makeListItem to generate a link for an item in a list used in navigation lists, portlets, portals, sidebars, etc... | |
makeListItem ( $key, $item, $options=[]) | |
Generates a list item for a navigation, portlet, portal, sidebar... list. | |
makeToolbox ( $navUrls, $feedUrls) | |
Create an array of common toolbox items from the data in the quicktemplate stored by SkinTemplate. | |
mapInterwikiToLanguage ( $code) | |
Allows correcting the language of interlanguage links which, mostly due to legacy reasons, do not always match the standards compliant language tag. | |
prepareSubtitle () | |
Prepare the subtitle of the page for output in the skin if one has been set. | |
printSource () | |
Text with the permalink to the source page, usually shown on the footer of a printed page. | |
setRelevantTitle ( $t) | |
setRelevantUser (?UserIdentity $u) | |
setSearchPageTitle (Title $title) | |
showEmailUser ( $id) | |
supportsMenu (string $menu) | |
Does the skin support the named menu? | |
Public Member Functions inherited from ContextSource | |
canUseWikiPage () | |
Check whether a WikiPage object can be get with getWikiPage(). | |
exportSession () | |
Export the resolved user IP, HTTP headers, user ID, and session ID. | |
getActionName () | |
Get the action name for the current web request. | |
getAuthority () | |
getConfig () | |
getContext () | |
Get the base IContextSource object. | |
getCsrfTokenSet () | |
Get a repository to obtain and match CSRF tokens. | |
getLanguage () | |
getOutput () | |
getRequest () | |
getSkin () | |
getStats () | |
getTiming () | |
getTitle () | |
getUser () | |
getWikiPage () | |
Get the WikiPage object. | |
msg ( $key,... $params) | |
Get a Message object with context set Parameters are the same as wfMessage() | |
setContext (IContextSource $context) | |
Static Public Member Functions | |
static | makeSearchButtonInternal ( $mode, $searchData, $attrs=[]) |
Static Public Member Functions inherited from Skin | |
static | getPortletLinkOptions (RL\Context $context) |
Returns skin options for portlet links, used by addPortletLink. | |
static | getVersion () |
Get the current major version of Skin. | |
static | makeInternalOrExternalUrl ( $name) |
If url string starts with http, consider as external URL, else internal. | |
static | makeMainPageUrl ( $urlaction='') |
static | makeSpecialUrl ( $name, $urlaction='', $proto=null) |
Make a URL for a Special Page using the given query and protocol. | |
static | makeSpecialUrlSubpage ( $name, $subpage, $urlaction='') |
static | normalizeKey ( $key) |
Normalize a skin preference value to a form that can be loaded. | |
Public Attributes | |
$loggedin | |
string | $template |
For QuickTemplate, the name of the subclass which will actually fill the template. | |
$thispage | |
$thisquery | |
$titletxt | |
$username | |
$userpage | |
$userpageUrlDetails | |
Protected Member Functions | |
buildContentNavigationUrls () | |
Wrapper for private buildContentNavigationUrlsInternal. | |
buildCreateAccountData ( $returnto) | |
Build "Create Account" link data. | |
buildLoginData ( $returnto, $useCombinedLoginLink) | |
Build "Login" link. | |
buildLogoutLinkData () | |
Build data required for "Logout" link. | |
buildPersonalPageItem ( $id='pt-userpage') | |
Build a user page link data. | |
buildPersonalUrls (bool $includeNotifications=true) | |
Build array of urls for personal toolbar. | |
getFooterIcons () | |
Get template representation of the footer. | |
getNameSpaceKey () | |
Generate strings used for xml 'id' names. | |
getReturnToParam () | |
Builds query params for the page to return to, used when building links. | |
injectLegacyMenusIntoPersonalTools (array $contentNavigation) | |
Insert legacy menu items from content navigation into the personal toolbar. | |
prepareQuickTemplate () | |
initialize various variables and generate the template | |
runOnSkinTemplateNavigationHooks (SkinTemplate $skin, &$content_navigation) | |
Run hooks relating to navigation menu data. | |
setupTemplate ( $classname) | |
Create the template engine object; we feed it a bunch of data and eventually it spits out some HTML. | |
setupTemplateContext () | |
Setup class properties that are necessary prior to calling setupTemplateForOutput. | |
setupTemplateForOutput () | |
useCombinedLoginLink () | |
Returns if a combined login/signup link will be used. | |
Protected Member Functions inherited from Skin | |
afterContentHook () | |
This runs a hook to allow extensions placing their stuff after content and article metadata (e.g. | |
buildFeedUrls () | |
Build data structure representing syndication links. | |
buildNavUrls () | |
Build array of common navigation links. | |
getAction () | |
getComponent (string $name) | |
getFooterLinks () | |
Get template representation of the footer containing site footer links as well as standard footer links. | |
getIndicatorsData ( $indicators) | |
Return an array of indicator data. | |
getJsConfigVars () | |
Returns array of config variables that should be added only to this skin for use in JavaScript. | |
lastModified () | |
Get the timestamp of the latest revision, formatted in user language. | |
prepareUndeleteLink () | |
Prepare undelete link for output in page. | |
prepareUserLanguageAttributes () | |
Prepare user language attribute links. | |
wrapHTML ( $title, $html) | |
Wrap the body text with language information and identifiable element. | |
Additional Inherited Members | |
Static Protected Member Functions inherited from Skin | |
static | makeKnownUrlDetails ( $name, $urlaction='') |
Make URL details where the article exists (or at least it's convenient to think so) | |
static | makeUrlDetails ( $name, $urlaction='') |
these return an array with the 'href' and boolean 'exists' | |
Protected Attributes inherited from Skin | |
$mRelevantTitle = null | |
array | $options = [] |
Skin options passed into constructor. | |
string null | $skinname = null |
const | VERSION_MAJOR = 1 |
The current major version of the skin specification. | |
Base class for QuickTemplate-based skins.
The template data is filled in SkinTemplate::prepareQuickTemplate.
Definition at line 36 of file SkinTemplate.php.
|
protected |
Wrapper for private buildContentNavigationUrlsInternal.
Definition at line 1681 of file SkinTemplate.php.
References wfDeprecated().
|
protected |
Build "Create Account" link data.
string[] | $returnto | query params for the page to return to |
Definition at line 949 of file SkinTemplate.php.
References $title, and getTitle().
Referenced by buildPersonalUrls().
|
protected |
Build "Login" link.
string[] | $returnto | query params for the page to return to |
bool | $useCombinedLoginLink | when set a single link to login form will be created with alternative label. |
Definition at line 648 of file SkinTemplate.php.
References $title, getAuthority(), getTitle(), and ContextSource\msg().
Referenced by buildPersonalUrls().
|
finalprotected |
Build data required for "Logout" link.
Definition at line 925 of file SkinTemplate.php.
References $title, and getTitle().
Referenced by buildPersonalUrls().
|
protected |
Build a user page link data.
string | $id | of user page item to be output in HTML attribute (optional) |
Definition at line 987 of file SkinTemplate.php.
|
protected |
Build array of urls for personal toolbar.
bool | $includeNotifications | Since 1.36, notifications are optional |
Definition at line 447 of file SkinTemplate.php.
References $title, buildCreateAccountData(), buildLoginData(), buildLogoutLinkData(), getAuthority(), ContextSource\getRequest(), getReturnToParam(), getTitle(), Title\isSpecialPage(), ContextSource\msg(), setupTemplateContext(), and useCombinedLoginLink().
Referenced by getStructuredPersonalTools(), and makePersonalToolsList().
SkinTemplate::generateHTML | ( | ) |
Subclasses not wishing to use the QuickTemplate render method can rewrite this method, for example to use TemplateParser::processTemplate.
<!DOCTYPE>
and opening and closing html tagsReimplemented in SkinMustache.
Definition at line 145 of file SkinTemplate.php.
References Skin\$options, Skin\getOptions(), ContextSource\getOutput(), and prepareQuickTemplate().
Referenced by outputPage().
SkinTemplate::getCategoryLinks | ( | ) |
Extends category links with Skin::getAfterPortlet functionality.
Reimplemented from Skin.
Definition at line 761 of file SkinTemplate.php.
|
protected |
Get template representation of the footer.
Definition at line 185 of file SkinTemplate.php.
References ContextSource\getConfig().
Referenced by prepareQuickTemplate().
|
protected |
Generate strings used for xml 'id' names.
Definition at line 1731 of file SkinTemplate.php.
References getTitle(), and wfDeprecated().
|
protected |
Builds query params for the page to return to, used when building links.
Definition at line 593 of file SkinTemplate.php.
References $title, getAuthority(), ContextSource\getRequest(), getTitle(), wfArrayToCgi(), and wfCgiToArray().
Referenced by buildPersonalUrls().
SkinTemplate::getStructuredPersonalTools | ( | ) |
Get personal tools for the user.
Definition at line 435 of file SkinTemplate.php.
References buildPersonalUrls(), and Skin\getPersonalToolsForMakeListItem().
SkinTemplate::getTemplateData | ( | ) |
Subclasses may extend this method to add additional template data.The data keys should be valid English words. Compound words should be hyphenated except if they are normally written as one word. Each key should be prefixed with a type hint, this may be enforced by the class PHPUnit test.Plain strings are prefixed with 'html-', plain arrays with 'array-' and complex array data with 'data-'. 'is-' and 'has-' prefixes can be used for boolean variables. Messages are prefixed with 'msg-', followed by their message key. All messages specified in the skin option 'messages' will be available under 'msg-MESSAGE-NAME'.
Reimplemented from Skin.
Reimplemented in SkinFallback, and SkinMustache.
Definition at line 227 of file SkinTemplate.php.
|
finalprotected |
Insert legacy menu items from content navigation into the personal toolbar.
array | $contentNavigation |
Definition at line 1744 of file SkinTemplate.php.
References wfArrayInsertAfter().
SkinTemplate::makePersonalToolsList | ( | $personalTools = null, | |
$options = [] ) |
Get the HTML for the personal tools list.
array | null | $personalTools | |
array | $options |
Definition at line 412 of file SkinTemplate.php.
References Skin\$options, buildPersonalUrls(), Skin\getPersonalToolsForMakeListItem(), and Skin\makeListItem().
|
final |
string | $mode | representing the type of button wanted either go , fulltext or image |
array | $attrs | (optional) |
MWException | if bad value of $mode passed in |
Reimplemented from Skin.
Definition at line 1809 of file SkinTemplate.php.
|
static |
string | $mode | representing the type of button wanted either go , fulltext or image |
array | $searchData | Skin data returned by Skin::getTemplateData()['data-search-box'] |
array | $attrs | (optional) |
MWException | if bad value of $mode passed in |
Definition at line 1836 of file SkinTemplate.php.
References Linker\tooltipAndAccesskeyAttribs(), and wfMessage().
SkinTemplate::makeSearchInput | ( | $attrs = [] | ) |
array | $attrs | (optional) will be passed to tooltipAndAccesskeyAttribs and decorate the resulting input |
Reimplemented from Skin.
Definition at line 1789 of file SkinTemplate.php.
SkinTemplate::outputPage | ( | ) |
Initialize various variables and generate the template.
Reimplemented from Skin.
Definition at line 169 of file SkinTemplate.php.
References generateHTML(), Skin\getJsConfigVars(), ContextSource\getOutput(), and Skin\initPage().
|
protected |
initialize various variables and generate the template
Definition at line 238 of file SkinTemplate.php.
References $title, Skin\afterContentHook(), Skin\bottomScripts(), Skin\buildFeedUrls(), Skin\buildNavUrls(), Skin\buildSidebar(), Skin\getCategories(), ContextSource\getConfig(), getFooterIcons(), Skin\getFooterLinks(), ContextSource\getLanguage(), Skin\getLanguages(), Skin\getNewtalks(), ContextSource\getOutput(), ContextSource\getRequest(), Skin\getSiteNotice(), getTitle(), getUser(), Skin\logoText(), SpecialPage\newSearchPage(), Skin\prepareSubtitle(), Skin\prepareUndeleteLink(), Skin\prepareUserLanguageAttributes(), Skin\printSource(), setupTemplateForOutput(), wfReportTime(), and Skin\wrapHTML().
Referenced by generateHTML().
|
protected |
Run hooks relating to navigation menu data.
Skins should extend this if they want to run opinionated transformations to the data after all hooks have been run. Note hooks are run in an arbitrary order.
SkinTemplate | $skin | |
array | &$content_navigation | representing all menus. |
Definition at line 1192 of file SkinTemplate.php.
References $title.
|
protected |
Create the template engine object; we feed it a bunch of data and eventually it spits out some HTML.
Should have interface roughly equivalent to PHPTAL 0.7.
string | $classname |
Definition at line 70 of file SkinTemplate.php.
References ContextSource\getConfig().
Referenced by setupTemplateForOutput().
|
finalprotected |
Setup class properties that are necessary prior to calling setupTemplateForOutput.
It must be called inside prepareQuickTemplate. This function may set local class properties that will be used by other methods, but should not make assumptions about the implementation of setupTemplateForOutput
Definition at line 99 of file SkinTemplate.php.
References $title, ContextSource\getRequest(), getTitle(), getUser(), and wfArrayToCgi().
Referenced by buildPersonalUrls(), SkinMustache\generateHTML(), and setupTemplateForOutput().
|
protected |
Definition at line 77 of file SkinTemplate.php.
References setupTemplate(), and setupTemplateContext().
Referenced by prepareQuickTemplate().
SkinTemplate::tabAction | ( | $title, | |
$message, | |||
$selected, | |||
$query = '', | |||
$checkEdit = false ) |
Builds an array with tab definition.
Title | $title | Page Where the tab links to |
string | string[] | MessageSpecifier | $message | Message or an array of message keys (will fall back) |
bool | $selected | Display the tab as selected |
string | $query | Query string attached to tab URL |
bool | $checkEdit | Check if $title exists and mark with .new if one doesn't |
-taint | $message | tainted |
Definition at line 1031 of file SkinTemplate.php.
References $title, getContext(), true, and wfMessageFallback().
|
protected |
Returns if a combined login/signup link will be used.
Definition at line 627 of file SkinTemplate.php.
References ContextSource\getConfig().
Referenced by buildPersonalUrls().
SkinTemplate::$loggedin |
Definition at line 48 of file SkinTemplate.php.
string SkinTemplate::$template |
For QuickTemplate, the name of the subclass which will actually fill the template.
Definition at line 41 of file SkinTemplate.php.
Referenced by SkinMustache\generateHTML().
SkinTemplate::$thispage |
Definition at line 43 of file SkinTemplate.php.
SkinTemplate::$thisquery |
Definition at line 46 of file SkinTemplate.php.
SkinTemplate::$titletxt |
Definition at line 44 of file SkinTemplate.php.
SkinTemplate::$username |
Definition at line 49 of file SkinTemplate.php.
SkinTemplate::$userpage |
Definition at line 45 of file SkinTemplate.php.
SkinTemplate::$userpageUrlDetails |
Definition at line 50 of file SkinTemplate.php.