Extension:ExternBib

Category:Extensions incompatible with 1.39 Category:Unmaintained extensions#ExternBib Category:Extensions without an imageCategory:Extensions without a compatibility policyCategory:BSD licensed extensions
MediaWiki extensions manual
ExternBib
Release status: unmaintainedCategory:Unmaintained extensions
Implementation Tag Category:Tag extensions
Description Allows to cite an external bibtex file
Author(s)
  • Olaf Lenz
  • Christopher Wagner
Latest version 2020-05-12
MediaWiki 1.23+Category:Extensions with manual MediaWiki version
PHP 7.0
Database changes No
License BSD 3-clause "Modified" License
Download Category:Extensions in GitHub version control
CHANGELOG
Example ICPWiki
  • <bibentry>
  • <br />
  • <bibsearch>
Category:All extensionsCategory:Extensions not in ExtensionJson

The ExternBib extension allows to cite an external bibtex file.

Installation

  • Download, extract and place the file(s) in a directory called ExternBib in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    require_once "$IP/extensions/ExternBib/ExternBib.php";
    
  • Run the following command to create the externbib.db file:
php extensions/ExternBib/updatedb.php
Category:All extensions Category:BSD licensed extensions Category:Extensions in GitHub version control Category:Extensions incompatible with 1.39 Category:Extensions not in ExtensionJson Category:Extensions not using extension registration Category:Extensions with manual MediaWiki version Category:Extensions without a compatibility policy Category:Extensions without an image Category:Referencing extensions Category:Tag extensions Category:Unmaintained extensions