Biblio: Difference between revisions

Content deleted Content added
update (ISBNs)
+extension infobox
Line 1:
{{extension
|name = Biblio
|type = Parser extension / remote service integration
|maturity = Beta
|mediawiki = 1.5.6
|version = 0.7.0
|update = 2006-03-02
|description = Extended markup for formatting of citations, and automated retrieval of citations from external sources.
}}
 
This is the wiki page about '''Biblio.php''', an extension of Mediawiki which provides a citation manager. This extension can be downloaded from its [http://martin.jambon.free.fr/biblio_php.html home page] and contains authoritative information about the project.
 
Line 10 ⟶ 20:
 
<code>&lt;biblio&gt;</code> usually comes at the end of a page or a section, and after the corresponding citations. Several <code>&lt;biblio&gt;</code> sections are allowed although it is not common practice. A <code>&lt;biblio&gt;</code> ... <code>&lt;biblio&gt;</code> section encloses a list of bibliographic references that have the following form:
<nowiki>#KEY TEXT</nowiki>
#KEY TEXT
</nowiki>
where KEY is a case-sensitive combination of characters starting with an alphabetic character and continues with any sequence that can contain alphanumeric characters, "_", "-" and "+".
 
Line 36 ⟶ 44:
 
[[Category:Mediawiki Extensions]]
[[Category:Parser extensions]]