Return formatted numbers

Jump to: navigation, search

The extension should return formatted numbers, i.e. 12,365 instead of 12365. It's an easy fix:

  • replace $row->page_count with number_format($row->page_count) (4 times for "pages" and "changes")
  • replace round($row->wiki_rank,0) with number_format(round($row->wiki_rank,0)) (2 times for "score")

in ContributionScores.php and ContributionScores_body.php

--Subfader 13:15, 26 February 2010 (UTC)06:08, 5 January 2012

When did you download this extension. As far as I can tell, all the displayed numbers are localised.

siebrand09:08, 5 January 2012
 
Personal tools

Variants
Actions
Navigation
Support
Download
Development
Communication
Toolbox