Skip to content

Instantly share code, notes, and snippets.

@werdnum
Created January 13, 2015 09:26
Show Gist options
  • Save werdnum/dac6f7946d6c1dbd700f to your computer and use it in GitHub Desktop.
Save werdnum/dac6f7946d6c1dbd700f to your computer and use it in GitHub Desktop.
title $out->getPageTitle()
pagetitle $out->getHTMLTitle()
displaytitle $out->mPageLinkTitle
thispage $this->thispage
titleprefixeddbkey $this->thispage
titletext $title->getText()
articleid $title->getArticleID()
isarticle $out->isArticle()
subtitle $subpagestr . $out->getSubtitle()
undelete ''
undelete '<span class="subpages">' . $undelete . '</span>'
catlinks $this->getCategories()
feeds $feeds
feeds false
mimetype $wgMimeType
jsmimetype $wgJsMimeType
charset 'UTF-8'
wgScript $wgScript
skinname $this->skinname
skinclass get_class( $this )
skin $this
stylename $this->stylename
printable $out->isPrintable()
handheld $request->getBool( 'handheld' )
loggedin $this->loggedin
notspecialpage !$title->isSpecialPage()
searchaction $this->escapeSearchLink()
searchtitle SpecialPage::getTitleFor( 'Search' )->getPrefixedDBkey()
search trim( $request->getVal( 'search' ) )
stylepath $wgStylePath
articlepath $wgArticlePath
scriptpath $wgScriptPath
serverurl $wgServer
logopath $wgLogo
sitename $wgSitename
lang $userLangCode
dir $userLangDir
rtl $userLang->isRTL()
capitalizeallnouns $userLang->capitalizeAllNouns() ? ' capitalize-all-nouns' : ''
showjumplinks true
username $this->loggedin ? $this->username : null
userpage $this->userpage
userpageurl $this->userpageUrlDetails['href']
userlang $userLangCode
userlangattributes ''
specialpageattributes ''
prebodyhtml ''
userlangattributes $attrs
newtalk $this->getNewtalks()
logo $this->logoText()
copyright false
viewcount false
lastmod false
credits false
numberofwatchingusers false
credits
lastmod $this->lastModified()
copyright $this->getCopyright()
copyrightico $this->getCopyrightIcon()
poweredbyico $this->getPoweredBy()
disclaimer $this->disclaimerLink()
privacy $this->privacyLink()
about $this->aboutLink()
footerlinks
footericons $wgFooterIcons
indicators $out->getIndicators()
sitenotice $this->getSiteNotice()
bottomscripts $this->bottomScripts()
printfooter $this->printSource()
bodytext $out->mBodytext
language_urls $language_urls
language_urls false
personal_urls $this->buildPersonalUrls()
content_navigation $content_navigation
content_actions $content_actions
sidebar $this->buildSidebar()
nav_urls $this->buildNavUrls()
headelement $out->headElement( $this )
debug ''
debughtml $this->generateDebugHTML()
reporttime wfReportTime()
bodycontent $tpl->data['bodytext']
dataAfterContent $this->afterContentHook()
personal_urls $this->buildPersonalUrls()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment