Last modified: 2006-05-02 23:19:46 UTC
Need unformatted version of {{NUMBEROFUSERS}} in order to provide welcome message "You are user # to Wikipedia" using ParserFunctions {{#expr:{{NUMBEROFUSERS}}+1}} In Wikipedia with comma as thousand delimiter will results: Expression error: unrecognised punctuation character "," In Wikipedia with period as thousand delimiter (ex:id.wikipedia), the result is wrong ex: {{NUMBEROFUSERS}} = 10.000 {{expr:{{NUMBEROFUSERS}}+1}} = 11.000
Excuse me my French, but that would mean that the first user on a wiki would be greeted with "You are user 2 to Wikipedia"
Fixed in SVN trunk, r13978. {{NUMBEROFUSERS}}, {{NUMBEROFFILES}} and {{NUMBEROFARTICLES}} will now all accept a "raw" modifier, e.g. {{NUMBEROFUSERS|R}}.