Extension:VikiTitleIcon

Category:Unmaintained extensions#VikiTitleIcon Category:Extensions without an imageCategory:MIT licensed extensions
MediaWiki extensions manual
VikiTitleIcon
Release status: unmaintainedCategory:Unmaintained extensions
Implementation API Category:API extensions
Description Extension to VIKI to handle title icon usage
Author(s) Jason Ji (jjitalk)
Latest version 1.4.0 (2017-08-16)
Compatibility policy Master maintains backward compatibility.Category:Extensions with master compatibility policy
MediaWiki 1.23+Category:Extensions with manual MediaWiki version
PHP 5.3+
Database changes No
License MIT License
Download Category:Extensions in Wikimedia version control
Quarterly downloads 0
Translate the VikiTitleIcon extension if it is available at translatewiki.net
Category:All extensions

VikiTitleIcon is an extension to the VIKI extension which adds support for TitleIcon. If a page has a title icon, this title icon will render as the node logo for that page in place of its wiki logo.

See also the TitleIcon extension for more details on semantic page naming. See also MITRE's extension documentation site.

Installation

Note Note: This extension requires Semantic MediaWiki as well as VIKI to be installed and invoked first.

Note Note: We encourage users of our extensions to download the latest version from the master branch on Gerrit, rather than the most recent MediaWiki release branch. All MITRE extensions on master are production-ready to the best of our knowledge and reflect the versions we run on our own servers internally.

Note Note: VikiTitleIcon 1.3.0 and later requires TitleIcon 3.0 or later.

  • Download and move the extracted VikiTitleIcon folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/VikiTitleIcon
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'VikiTitleIcon' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

Note Note: although TitleIcon functions without explicitly setting the value of $wgTitleIcon_TitleIconPropertyName in LocalSettings.php, this variable must be set for VikiTitleIcon to work properly.

See also

Category:Unmaintained Semantic MediaWiki extensions Category:Extensions by MITRE
Category:API extensions Category:All extensions Category:Extensions by MITRE Category:Extensions in Wikimedia version control Category:Extensions with manual MediaWiki version Category:Extensions with master compatibility policy Category:Extensions without an image Category:MIT licensed extensions Category:ParserFirstCallInit extensions Category:Unmaintained Semantic MediaWiki extensions Category:Unmaintained extensions