< Export records | Contents | Edit records >

Create lists of references in Mediawiki articles

To create a list of references in Mediawiki articles Bibwiki provides two wiki markups:

<bibref>
<bibreferences/>

Use   <bibref>   in the text to create a link to a bibliographic record of the default bibliography. With the option   f="..."   you can define another bibliography. Example: To create a link to the record with the key   Hilgarter:2000   of the bibliography   sci.bib   type   <bibref f="sci.bib">Hilgarter:2000</bibref>.

The markup   <bibreferences/>   generates a list of all used references. It has two options:

  • f="file.bib"   Changes the default bibliography for all citations of the current article to   file.bib. This means that for all citations with no explicit bibliography   file.bib   is assumed.
  • style="IEEE"   Changes the rendering style for the list of references to   IEEE.   Bibwiki uses OSBiB to format the list of references. The available styles are located in   <Bibwiki directory>\OSBiB\styles\bibliography.   If you don't define a style directly, the default rendering style is used. You can change the default style in the Bibwiki preferences or via the variable   $wgDefaultReferencesStyle   in   BibwikiSettings.php.

Acknowledgement

This feature is based on Cite.php by Ævar Arnfjörð Bjarmason and OSBiB by Mark Grimshaw and others.

< Export records | Contents | Edit records >