Template:FormatNumber
Jump to navigation
Jump to search
Usage Examples
| Template Call | Output |
|---|---|
{{FormatNumber|1234567}}
|
1,234,567 |
{{FormatNumber|123,45,6789}}
|
123,456,789 |
TemplateData
Formats a number with commas as thousands separators for better readability. Accepts numbers with or without existing commas.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Number | 1 | The number to format. Any existing commas will be removed and the number will be reformatted. | String | required |