Hi All,
I notice that http://en.wikipedia.org/wiki/Special:Version lists one "Parser extension tag" which I don't know the origin of, namely "<fundraising>".
The http://meta.wikimedia.org/wiki/Fundraising_site_notice page doesn't seem to mention this tag.
Is there an extension that implements "<fundraising>"? Is it perhaps in SVN?
All the best, Nick.
It must be some extension. It was used during the fundraising campaign to know how much money was donated. In fact, if you try it on the wikipedia, it will show you the graphic at $321,350.02
It's specific of the wikimedia foundation. However, i guess it should be at the SVN somewhere.... :s
Platonides wrote:
It must be some extension. It was used during the fundraising campaign to know how much money was donated. In fact, if you try it on the wikipedia, it will show you the graphic at $321,350.02
It's specific of the wikimedia foundation. However, i guess it should be at the SVN somewhere.... :s
http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/FixedImage/
-- brion vibber (brion @ pobox.com)
It's specific of the wikimedia foundation. However, i guess it should be at the SVN somewhere.... :s
http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/FixedImage/
Thank you!
It is possible maybe to add to FixedImage.php something like this: + $wgExtensionCredits['parserhook'][] = array( 'name' => 'FixedImage', 'author' => 'Brion Vibber' ); or this: + $wgExtensionCredits['parserhook'][] = array( 'name' => 'FixedImage'); ... in order to ensure that Special:Version lists all installed extensions?
All the best, Nick.
wikitech-l@lists.wikimedia.org