mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CiteThisPage
synced 2024-11-27 17:00:15 +00:00
* Add Finish translation
by Jack Phoenix * Update Cite extension credit URLs
This commit is contained in:
parent
bb3946f589
commit
3dbf8d7891
2
Cite.php
2
Cite.php
|
@ -23,7 +23,7 @@ $wgExtensionCredits['parserhook'][] = array(
|
|||
'name' => 'Cite',
|
||||
'author' => 'Ævar Arnfjörð Bjarmason',
|
||||
'description' => 'Adds <nowiki><ref[ name=id]></nowiki> and <nowiki><references/></nowiki> tags, for citations',
|
||||
'url' => 'http://meta.wikimedia.org/wiki/Cite/Cite.php'
|
||||
'url' => 'http://www.mediawiki.org/wiki/Extension:Cite/Cite.php'
|
||||
);
|
||||
$wgParserTestFiles[] = dirname( __FILE__ ) . "/citeParserTests.txt";
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ $wgExtensionCredits['specialpage'][] = array(
|
|||
'name' => 'Cite',
|
||||
'author' => 'Ævar Arnfjörð Bjarmason',
|
||||
'description' => 'adds a [[Special:Cite|citation]] special page & toolbox link',
|
||||
'url' => 'http://meta.wikimedia.org/wiki/Cite/Special:Cite.php'
|
||||
'url' => 'http://www.mediawiki.org/wiki/Extension:Cite/Special:Cite.php'
|
||||
);
|
||||
|
||||
# Internationalisation file
|
||||
|
|
Loading…
Reference in a new issue