Currently there may be errors shown on top of a page, because of a missing Wiki update (PHP version and extension DPL3). |
Navigation
Topics | Help • Register • News • History • How to • Sequences statistics • Template prototypes |
Template:Num
Template: Num
Purpose
Display numbers in the users selected language notation.
Example
The number 1234567890
will be displayed as follows (default is 'en'):
- Language 'de' :
1.234.567.890
- Language 'en' :
1,234,567,890
Calling
{{Num|1234567890}}
will display 1,234,567,890 (language selected on this page is en).
Another example:
2<sup>{{Num|1234567890}}</sup>-1
- 21,234,567,890-1
Remark
Template calls are not supported in <math>
-clauses!