Template:FormatNumber

From Dune: Awakening Community Wiki
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.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Number1

The number to format. Any existing commas will be removed and the number will be reformatted.

Stringrequired