Difference between revisions of "Template:Number"

From The Perfect Tower II
Jump to navigation Jump to search
(Update templatedata)
(update templatedata for icon display)
 
Line 33: Line 33:
 
"example": "Z",
 
"example": "Z",
 
"type": "string"
 
"type": "string"
 +
},
 +
"icon": {
 +
"label": "Icon",
 +
"description": "Add an icon (e.g. for resource display)",
 +
"example": "{{Resource|White}}",
 +
"type": "string"
 +
},
 +
"iconpos": {
 +
"label": "Icon Position",
 +
"description": "Position of the icon (if specified), 'left' places it on the left, otherwise defaults to the right",
 +
"example": "left",
 +
"type": "string",
 +
"default": "right"
 
}
 
}
 
},
 
},
Line 60: Line 73:
 
|-
 
|-
 
|<code><nowiki>{{Number|2e308}}</nowiki></code>||{{Number|2e308}}
 
|<code><nowiki>{{Number|2e308}}</nowiki></code>||{{Number|2e308}}
 +
|-
 +
|<code><nowiki>{{Number|2e28|icon={{Resource|Blue}}}}</nowiki></code>||{{Number|2e28|icon={{Resource|Blue}}}}
 
|}
 
|}
 
</noinclude>
 
</noinclude>

Latest revision as of 03:31, 27 March 2021

Display a large number in named and/or scientific notations, matching in-game formatting

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Number1

The number to display (in long form or scientific notation)

Example
10,000,000 or 1e7
Numberrequired
Formatformat

Force a specific format (named or scientific). If blank, displays both named and scientific (preferred)

Example
named
Stringoptional
Prefixprefix

Add an optional prefix to the number

Example
$
Stringoptional
Suffixsuffix

Add an optional suffix to the number

Example
%
Stringoptional
Sort Keysortkey

Specify a custom sort key to override default table number sorting

Example
Z
Stringoptional
Iconicon

Add an icon (e.g. for resource display)

Example
{{Resource|White}}
Stringoptional
Icon Positioniconpos

Position of the icon (if specified), 'left' places it on the left, otherwise defaults to the right

Default
right
Example
left
Stringoptional

Examples

Input Output
{{Number|120000}} 120,000
{{Number|18000000000}} 18 B (1.8e10)
{{Number|12456712473}} 12.457 B (1.246e10)
{{Number|7.4e87}} 7.4 OcV (7.4e87)
{{Number|5E+34|format=named}} 50 De
{{Number|3.50e+09|format=scientific}} 3.5e9
{{Number|3555|prefix=$}} $3,555
{{Number|1.8e12|suffix=%}} 1.8 T% (1.8e12%)
{{Number|2e308}} Infinity
{{Number|2e28|icon={{Resource|Blue}}}} 20 Oc (2e28) Blue resource