mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CiteThisPage
synced 2024-11-28 01:10:00 +00:00
* clear whitespaces
* add descriptions
This commit is contained in:
parent
553bb17c85
commit
648878d124
2
Cite.php
2
Cite.php
|
@ -23,7 +23,7 @@ $wgExtensionFunctions[] = 'wfCite';
|
|||
$wgExtensionCredits['parserhook'][] = array(
|
||||
'name' => 'Cite',
|
||||
'author' => 'Ævar Arnfjörð Bjarmason',
|
||||
'description' => 'adds <nowiki><ref[ name=id]></nowiki> and <nowiki><references/></nowiki> tags, for citations',
|
||||
'description' => 'Adds <nowiki><ref[ name=id]></nowiki> and <nowiki><references/></nowiki> tags, for citations',
|
||||
'url' => 'http://meta.wikimedia.org/wiki/Cite/Cite.php'
|
||||
);
|
||||
$wgParserTestFiles[] = dirname( __FILE__ ) . "/citeParserTests.txt";
|
||||
|
|
Loading…
Reference in a new issue