[cingak] [uah] [babad] [apus singgahan] Dokumentasi


Template convert aka "tc"

Statistics on total tc's: 2014-09-05 673940 2014-12-16 693141 2015-01-28 700000 2015-08-31 736989 -->

Mal:Transwiki guide

Template {{convert}} calculates measurements from one unit (you can enter) to another one, and then presents the results. For example:

{{convert|2|km|mi}} → 2 kilométer (1.2 mi)
{{convert|7|mi|km}} → 7 mil (11 km)
{{convert|2,5|km|mi}} → 25 kilométer (16 mi)
{{convert|5,5|mi|km}} → 55 mil (89 km)
{{convert|5.500,5|mi|km}} → 5.5005 mil (8.8522 km)
{{convert|2.500,5|km|mi}} → 2.5005 kilométer (1.5537 mi)

The available units are listed below. Units are case-sensitive always (kW, not KW and not kw). Multiple formatting and calculation options are listed below.

Unit name or symbol (abbreviation): 1 pound or 1 lb?

By default, the first value shows unit name, the second the symbol (or abbreviation). Use |abbr=on/off to change this behaviour:

{{convert|1|lb|kg}} → 1 pon (0.45 kg) (To compare; default: first value shows unit name)
{{convert|1|lb|kg|abbr=on}} → 1 pon (0.45 kg)
{{convert|1|lb|kg|abbr=off}} → 1 pon (0.45 kilogram)
  • |abbr=in toggles the default behaviour (|abbr=out):
{{convert|1|lb|kg|abbr=in}} → 1 pon (0.45 kilogram)

Adjective: a 10-mile distance

Use |adj=on to produce the adjective form. The difference:

{{convert|10|mi|km}} to go → 10 mil (16 km) to go. (To compare, default)
A {{convert|10|mi|km|adj=on}} distance → A 10-mil (16 km) distance. (Adjective form)

This option does not work with |abbr=on.

Rounding: 100 ft is 30 m or 30.5 m or 30.48 m?

By definition, 100 ft equals 30.48 m. In practical use, it is common to round the calculated metric number. With that, there are several possibilities.

Default rounding

By default, the conversion result will be rounded either to precision comparable to that of the input value (the number of digits after the decimal point—or the negative of the number of non-significant zeroes before the point—is increased by one if the conversion is a multiplication by a number between 0.02 and 0.2, remains the same if the factor is between 0.2 and 2, is decreased by 1 if it is between 2 and 20, and so on) or to two significant figures, whichever is more precise. An exception to this is rounding temperatures (see below).
Examples of rounding
Input Displays as Note
{{convert|123|ft|m|-1}} 123 kaki (40 m)
{{convert|123|ft|m|0}} 123 kaki (37 m)
{{convert|123|ft|m|1}} 123 kaki (37.5 m)
{{convert|550|ft|m|0}} 550 kaki (168 m) Approximate value is 167.64 m
{{convert|550|ft|m}} 550 kaki (170 m) Rounds to 170, when approximate value is 167.64 m
{{convert|500|ft|m|0}} 500 kaki (152 m) Approximate value is 152.4 m
{{convert|500|ft|m}} 500 kaki (150 m) Rounds to 150, when approximate value is 152.4 m

Convert supports four types of rounding:

Round to a given precision: use |precision=

Specify the desired precision with the fourth unnamed parameter (or third unnamed parameter if the "convert to" parameter is omitted; or fifth unnamed parameter if a range is specified; or fourth unnamed parameter again if a range is specified and the "convert to" parameter is omitted; needs to be replaced with a "precision" named parameter). The conversion is rounded off to the nearest power of 110 this number. For instance, if the result is 8621 and the round number is "-2", the result will be 8600. If the result is "234.0283043" and the round number is "0", the result will be 234.

Round to a given number of significant figures: |sigfig=

To specify the output number to be with n significant figures use |sigfig=<number>:

  • To compare: {{convert|1200|ft|m}} → 1,200 kaki (370 m)
  • {{convert|1200|ft|m|sigfig=4}} → 1,200 kaki (365.8 m)
  • {{convert|1200|ft|m|sigfig=3}} → 1,200 kaki (366 m)
  • {{convert|1200|ft|m|sigfig=2}} → 1,200 kaki (370 m)
  • {{convert|1200|ft|m|sigfig=1}} → 1,200 kaki (400 m)

Setting |sigfig= is meaningless

  • {{convert|1200|ft|m|sigfig=0}} → 1,200 kaki (370 m)*

Round to a multiple of 5: 15, 20, 25, ...

Using |round=5 rounds the outcome to a multiple of 5.

{{convert|10|m|ft}} → 10 méter (33 ft)
{{convert|10|m|ft|round=5}} → 10 méter (35 ft)

Similar: using |round=25 rounds the outcome to a multiple of 25.

{{convert|10|m|ft}} → 10 méter (33 ft)
{{convert|10|m|ft|round=25}} → 10 méter (25 ft)
To compare: {{convert|10|m|ft|sigfig=4}} → 10 méter (32.81 ft)

In a range, one can round each value individually to the default. Use |round=each:

{{convert|10 x 200 x 3000|m|ft}} → 10 by 200 by 3,000 méter (33 ft × 656 ft × 9,843 ft)
{{convert|10 x 200 x 3000|m|ft|round=each}} → 10 by 200 by 3,000 méter (33 ft × 660 ft × 9,800 ft)

Round to a multiple of a given fraction: 2+316 inch

Specify the desired denominator using |frac=<some positive integer>. (Denominator is the below-the-slash number, for example the 3 in 13).

{{convert|5.56|cm|in|frac=16}} → 5.56 centiméter (2 316 in)
{{convert|8|cm|in|frac=4}} → 8 centiméter (3 14 in)

The fraction is reduced when possible:

{{convert|8|cm|in|frac=100}} → 8 centiméter (3 320 in)
{{convert|8|cm|in}} → 8 centiméter (3.150 in) (To compare)

In temperatures: rounding °C, °F and K

In temperatures, the conversion will be rounded either to precision comparable to that of the input value or to that which would give three significant figures when expressed in kelvins, whichever is more precise.

  1. {{convert|10,000|C|F K}} → 10,000 °C (18,000 °F; 10,300 K)
  2. {{convert|10,000.1|C|F K}} → 10,000.1 °C (18,032.2 °F; 10,273.2 K)
  3. {{convert|-272|C|F K}} → −272 °C (−457.60 °F; 1.15 K)
  4. {{convert|-272|C}} → −272 °C (−457.60 °F)
  5. {{convert|-300|C|F K}} → −300 °C (−508.0 °F; −26.9 K)
  6. {{convert|0|C|F K}} → 0 °C (32 °F; 273 K)

The precision of the input number in example (1) is one digit, but the precision of its Kelvins expression is three, so the precision of the Fahrenheit conversion is made three (made 180...) . (1) and (2) seem to belie the fact that a 0.1 perubahan derajat Celsius is a 0.18 perubahan derajat Fahrenheit, and make the 32 degrees difference shown in (1) begin to seem off somehow. Result (1) seems off until you set the significant figures yourself with |sigfig=:

{{convert|10000|C|sigfig=5}} → 10,000 °C (18,032 °F)

or you set the precision positionally, relative to the decimal point (zero being at the decimal point):

{{convert|10000|C|0}} → 10,000 °C (18,032 °F)

The precision of the input number in example (2) is six, so the precision of the Fahrenheit output is, whereas before, Kelvins had determined it to be three. Examples (3) and (4) show how this can be hidden and generate questions, but it occurs there because the Kelvins conversion generated two fractional parts. (Before it was the input number that generated the fractional part.) In example (3) the three input digits converted into into five significant output digits because of the two numbers after the decimal point, generated by the Kelvins conversion. This happened again in (5), but in (6) decimal fractions were neither given as input nor induced by the Kelvins conversion.

Into multiple units: 10 °C (50 °F; 283 K)

Separate the multiple output units by a space:

{{convert|10|C|F K}} → 10 °C (50 °F; 283 K)
{{convert|5|km|mi nmi}} → 5 kilométer (3.1 mi; 2.7 nmi)

If the output unit names contain spaces, use a '+' separator.

See also

For multiple-unit options like 1 ft 5 in, see #In input and #In output.

Ranges of values

A range converts two values and separates them by your choice of words and punctuation.

A range: 6 to 17 kg (13 to 37 lb)

Range indicators are entered as the second parameter (between the values). Range separators can be:
Mal:Convert/doc/range separator list

Multiple dimensions: 6 m × 12 m (20 ft × 39 ft)

Use "by"
{{convert|6|by|12|ft|m}} → 6 by 12 kaki (1.8 by 3.7 m)
Use "×" or ""x""
{{convert|6|x|12|m|ft}} → 6 by 12 méter (20 ft × 39 ft)

In science, the formal way is to set |x| and |abbr=on (keeping dimensions right, like in area = x km2):

{{convert|6|x|12|m|ft|abbr=on}} → 6 m × 12 m (20 ft × 39 ft)

About feet, inch in ranges and multiples

While it is possible to enter feet, inch in a simple conversion, this is not possible for ranges:

  • {{convert|1|ft|3|in|mm}} → 1 kaki 3 inci (380 mm) (to compare)
  • {{convert|1|ft|3|in|x|3|ft|5|in|mm}} → 1 kaki 3 inci ([convert: unknown unit])*

Words

Spelling of unit name: UK metre or US meter?

Default spelling of units is en-UK. To show en-US spelling, use |sp=us:

{{convert|1|m|ft}} → 1 méter (3.3 ft)—default
{{convert|1|m|ft|sp=us}} → 1 méter (3.3 ft)

Spell out numbers: ten miles

To write a number in words, use |spell=in:

{{convert|10|mi|m|spell=in}} → 10 mil (16,000 m)*

To spell out both in and out values, use |spell=on:

{{convert|10|mi|m|spell=on}} → 10 mil (16,000 méter)*

To make first letter a capital, use |spell=In, |spell=On

{{convert|10|mi|m|spell=In}} → 10 mil (16,000 m)*
{{convert|10|mi|m|spell=On}} → 10 mil (16,000 méter)*

Remember that the spelling of the units (ft, m) is independently set by |abbr=. To the extreme:

{{convert|10|mi|m|spell=on|abbr=off|sp=us}} → 10 mil (16,000 méter)*

Extra words: 4 planted acres

Incomplete section
{{convert|4|acre||adj=pre|planted}} → 4 planted ékar (1.6 ha)

Extra adjective words: A 10-kaki-long corridor

{{convert|4|ft|m|adj=mid|-long}} → 10-kaki-long (3.0 m)

Plurals: 1 inch, 2 inches

The unit symbol is singular always. Depending on the preceding number only, a unit name can be shown plural.

Exception

Entering the unit spelled |foot| forces singular output "foot", whatever the number is.

Extreme changes for grammatical structure: The 18-, 24- and 32-pounder (8, 11 and 15 kg) cannons

This example is from the article Fort McHenry: Mal:Quotation You can't get this sentence structure as a direct result of using {{convert}} and its options. However, you can get the correctly converted numbers and the grammatical structure you want to use by using {{convert}} plus three stages of editing, previewing and saving versions of the text you wish to change.

Stage 1: Enter the input numbers and units in {{convert}} as usual (this stage is just to get the calculated output):
  • had {{convert|18 |, |24 |, |32 |lb |kg |0 }} cannons
Get the converted data below by clicking Mal:Keypress or Mal:Keypress:
→ had 18, 24, 32 pon (8, 11, 15 kg) cannons
Stage 2: Change the resulting text from a {{convert|...}} template result to plain code by adding subst: to the template name (short for "substitution") :
  • had {{Mal:Purpleconvert|18 |, |24 |, |32 |lb |kg |0 }} cannons
Double-check this by clicking Mal:Keypress. The preview will show the converted numbers are still correct:
→ had 18, 24, 32 pounds (8, 11, 15 kg) cannons
Then click Mal:Keypress.
Stage 3: Click Edit at the top of the article again, and then go to the text in the editing window. You'll see that the text is there in plain code. The template {{convert|...}} itself will have disappeared. You can change the text as needed. The substituted text and plain code in the editing window in this example would be:
had 18,&nbsp;24,&nbsp;32 pounds (8,&nbsp;11,&nbsp;15&nbsp;kg) cannons
You can edit this text as usual to add the grammatical features you wish. In this example, editing the above text to:
  • had 18-,_24-_and_32-pounder (8,&nbsp;11_and_15&nbsp;kg) cannons
And then Mal:Keypress your edit will show the following result in the article text:
→ "had 18-, 24- and 32-pounder (8, 11 and 15 kg) cannons"

Numbers

Using an SI prefix: gigameter (Gm), or micrometer (μm)

Mal:Sidebar metric prefixes (small) Units can have an SI prefix like G before the unit: Gm, and giga before the name: gigameter. These are plain multiplication factors.

To illustrate, these are trivial calculations (from meter to meter), showing the multiplication factor:

  • 12 Gm (1.2×1010 m)
  • 12 μm (1.2×10−5 m)

The prefix can be added before the SI unit (here: unit m for meter):

  • {{convert|12|Gm|mi|abbr=on}} → 12 Gm (7,500,000 mi)
  • Mm: 12 Mm (7,500 mi)
  • km: 12 km (39,000 ft)
  • mm: 12 mm (0.47 in)
  • μm: 12 μm (0.012 mm)
  • um: 12 μm (0.012 mm) (letter "u" can be used for "μ" here)

The prefix can be used in the output unit:

  • {{convert|12000|mi|Mm|abbr=on}} → 12,000 mi (19 Mm)
  • {{convert|12|in|μm|abbr=on}} → 12 in (300,000 μm)

As an exception, the non-SI unit "inch" can have the "μ" prefix too)

  • {{convert|12|μm|μin|abbr=on}} → 12 μm (470 μin)

Engineering notation: 7 × 106 m

In the unit: e6m

Engineering number notations like 7E6 (for 7 × 106) can be entered as a "prefix" to the unit:

{{convert|7|e6m}} → 7 yuta méter (23,000,000 ft)

The same is possible for the output unit:

{{convert|23,000,000|ft|e6m}} → 23,000,000 kaki (7.0×10^6 m)

Any standard unit (not a combination, multiple, or built-in unit) can have such a prefix:

e3 (thousand), e6 (million), e9 (billion), e12 (trillion), e15 (quadrillion).

Scientific notation: 1.23×10−14

In scientific notation, a number is written like 1,23×10−14.

With {{convert}}, the input can be in e-notation such as 12.3e4. This value is displayed as a power of ten, and the output is displayed in scientific notation, except that an output value satisfying 0.01 <= v < 1000 is shown as a normal number. In addition, if the output value is 1000 and sigfig=4 is used, the value is displayed as a normal number.

  • {{convert|12.3e-15|atm|atm|abbr=on}} → 12.3×10−15 atm (1.23×10−14 atm)
  • {{convert|0.00000005|atm|atm|abbr=on}} → 0.00000005 atm (5.0×10−8 atm)

Input with fractions: 1 12 inci (38.1 mm)

The number to convert can be written in fractions. Both / (keyboard slash) and (fraction slash) are accepted:

{{convert|1/2|in|mm|1}}12 inci (12.7 mm)
{{convert|1⁄2|in|mm|1}}12 inci (12.7 mm)

With integers, use a + sign

{{convert|2+1⁄2|in|mm|1}}2 12 inci (63.5 mm)

When negative, use a hyphen - and repeat it:

{{convert|-2-1⁄2|in|mm|1}}−2 12 inci (−63.5 mm)
{{convert|2-1⁄2|in|mm|1}} → 2–12 inci (50.8–12.7 mm) Note: this is read as a range
{{convert|-2+1⁄2|in|mm|1}}[convert: invalid number] Red XN Should be a number, not an expression (do not require a calculation)

Output with horizontal fraction bar in: 1/2 inch

Using a double slash (//) returns a horizontal bar fraction:

  • {{convert|1//2|in|mm|1}}1/2 inci (12.7 mm)
  • {{convert|2+1//2|in|mm|1}}2 1/2 inci (63.5 mm)

Thousands separator: 1,000 mi or 1000 mi

In input, a comma for thousands separator is accepted but not required; a gap (space) is not accepted. In output, by default, the thousand separator is the comma:

  • {{convert|1234567|m|ft}} → 1,234,567 méter (4,050,417 ft)
  • {{convert|1,234,567|m|ft}} → 1,234,567 méter (4,050,417 ft)
  • {{convert|1 234 567|m|ft}}[convert: invalid number] Red XN

Set |comma=off to remove the separator from the output:

  • {{convert|1234567|m|ft|comma=off}} → 1,234,567 méter (4,050,417 ft)*

Use |comma=gaps to use digit grouping by gap (thin space) as a thousands separator:

  • {{convert|1234567|m|ft}} → 1,234,567 méter (4,050,417 ft) (To compare, default)
  • {{convert|1234567|m|ft|comma=gaps}}1234567 méter (4050417 ft)

Setting |comma=5 or |comma=gaps5 will only add the separator when the number of digits is 5 or more:

  • {{convert|1234|m|ft}} → 1,234 méter (4,049 ft) (To compare, default)
  • {{convert|1234|m|ft|comma=5}} → 1234 méter (4049 ft)
  • {{convert|1234567|m|ft|comma=5}} → 1,234,567 méter (4,050,417 ft)
  • {{convert|1234|m|ft|comma=gaps5}} → 1,234 méter (4,049 ft)*
  • {{convert|1234567|m|ft|comma=gaps5}} → 1,234,567 méter (4,050,417 ft)*

Output manipulation

Brackets and separators: 10 m [33 ft]

Punctuation that distinguishes the two measurements is set by |disp=.
Options are: b (the default), sqbr, comma, or, br, x|...:

{{convert|10|m|ft}} → 10 méter (33 ft)—( ) brackets are the default
{{convert|10|m|ft|disp=sqbr}} → 10 méter [33 ft]
{{convert|10|m|ft|disp=comma}} → 10 méter, 33 ft
{{convert|10|m|ft|disp=or}} → 10 méter or 33 kaki

Setting |disp=br will force a new line (<br>)

{{convert|10|m|ft|disp=br}} → 10 méter
33 kaki

Also |disp=br() will force a new line, and keep the brackets:

{{convert|10|m|ft|disp=br()}} → 10 méter
(33 kaki)

Setting |disp=x|... allows any text as separator:

{{convert|10|m|ft|disp=x|_MyText_}} → 10 méter_MyText_33 ft—(To display spaces, use &nbsp;)

Flipping (reordering) the two measurements: 1,609.3 méter (1 mil)

Setting |order=flip will flip (swap) the two measurements:

{{convert|1|mi|m}} → 1 mil (1,609.3 méter) (To compare, default)
{{convert|1|mi|m|order=flip}} → 1,609.3 méter (1 mil)

When converting to multiple units, the effect is:

{{convert|10|km|mi nmi|order=flip}} → 6.2137 mil; 5.3996 mil laut (10 kilométer)
{{convert|10|km|nmi mi|order=flip}} → 5.3996 mil laut; 6.2137 mil (10 kilométer)

Displaying parts of the result: 2 (1.5)

It is possible to display only parts of the conversion result:

Convert Output Description
{{convert|2|cuyd|m3}} 2 yard kubik (1.5 m3) Default, to compare
{{convert|2|cuyd|m3|abbr=values}} 2 (1.5) Input and output numbers
{{convert|2|cuyd|m3|disp=unit}} yard kubik Input unit
{{convert|2|cuyd|m3|disp=unit|adj=on}} yard-kubik Input unit, adjective (hyphenated)
{{convert|2|cuyd|cuyd|0|disp=out|abbr=off}} 2 yard kubik Input (workaround)
{{convert|2|cuyd|m3|abbr=~}} 2 yard kubik [cu yd] (1.5 m3) Input: both name and symbol
{{convert|2|cuyd|m3|disp=unit2}} m3 Output unit (symbol)
{{convert|2|cuyd|m3|disp=unit2|abbr=off}} méter kubik Output unit (name)
{{convert|2|cuyd|m3|disp=number}} 1.5 Output value
{{convert|2|cuyd|m3|disp=out}} 1.5 m3 Output value and unit
{{convert|2|cuyd|m3|disp=out|abbr=off}} 1.5 méter kubik Output value and unit

Display input name and symbol: 2 kilopascals [kPa]

Setting |abbr=~ returns both name and symbol of the first (input) unit:

{{convert|2|kPa|psi|abbr=~}} → 2 kilopascal [kPa] (0.29 psi)
A {{convert|2|kPa|psi|abbr=~|adj=on}} pressureA 2-kilopascal [kPa] (0.29 psi) pressure

Table options

For the wikitable structure, there are three options: add a line-break, split the result over columns and make the table sortable.

Enforced line break

|disp=br adds a line-break and omits brackets.

|disp=br() adds a line-break and does add brackets to the converted value. This may be useful in tables:

|disp=br |disp=br()
100 kilométer
62 mil
100 kilométer
(62 mil)

Table columns showing numbers only

Using {convert} in a table cell, with |disp=table splits the result over two columns:

{{convert|10|m|ft|disp=table}} → style="text-align:right;"|10

|style="text-align:right;"|33

|disp=tablecen does the same, and also centers the text:

{{convert|20|m|ft|disp=tablecen}} → style="text-align:center;"|20

|style="text-align:center;"|66

The units are added as a column header:

  m ft
|disp=table 10 33
|disp=tablecen 20 66
|disp=<other> (default) 30 méter (98 ft)

Sorting

Use |sortable=on to include a hidden numerical sortkey in the output, suitable for use in a table with sortable columns. Technically, this places a hidden string before the actual displayed values:

{{convert|10|m|ft|sortable=on}}<span style="display:none">7001100000000000000</span>10 metres (33&nbsp;ft)

Use both |disp=table and |sortable=on together to produce table columns (pipe symbols) for each value in sortable columns:

m ft
A 15 34 52
B 15.5 51
C 16.0 52.5
D 16 52

The generated sortkey is calculated in a consistent way based on both the value and its unit as passed to the convert template. In most cases convert uses the passed value converted to SI base units. It is therefore not necessarily the displayed value or other alternate units and is calculated regardless of output format options. Using different units or different order of units in individual rows should therefore not lead to incorrect sorting, although variations in rounding can give surprising results, since an unrounded number is used for the sortkey.

Units

All units

See also: complete Convert/list of units

'per' units: kg/hl

When using a slash (/), a unit like kg/hl is recognized as kilograms per hectolitre and will be converted with other mass/volume units.

  • {{convert|1000|kg/hl}} → 1,000 kilogram per hectoliter (100 lb/imp gal)

Units of difference

When a number is the measurement for a difference, one conversion is done. Compare this to a range, when two conversions are done, and to a normal conversion.

{{convert|10|C}} → 10 °C (50 °F)
{{convert|10|C-change}} → 10 °C (18 °F)
{{convert|10-15|C}} → 10–15 °C (50–59 °F)
A rise of {{convert|10|C-change|F-change K-change}} → A rise of 10 °C (18 °F; 10 K)

The only available units of difference are: |C-change=, |F-change= and |K-change=.

Multiple units: 1 ft 5 in

In input

Base document #Input multiples lists options for multiple unit input (like ft,in). It can catch predefined sets only (units that can be subdivided, e.g. yd into ft):

  • {{convert|1|yd|2|ft|3|in}} → 1 yard 2 kaki 3 inci (1.60 m)
  • {{convert|2|ft|3|in|cm}} → 2 kaki 3 inci (69 cm)
  • {{convert|1|lb|5|oz|g}} → 1 pon 5 ons (600 g)

In output

Available multiple-unit output options predefined, like ftin and ydftin. The full list is at #Output multiples.

  • {{convert|2|m|ftin}} → 2 méter (6 ft 7 in)
  • {{convert|2|m|ft in}} → 2 méter (6.6 ft; 79 in)—using a space, returns the decimal point
  • {{convert|2|m}} → 2 méter (6 ft 7 in)—the default
See also
  • {{hands}} a length used to measure horses
  • {{Long ton}} a weight in ton, cwt, qr and lb

Currency per unit: $/mi, $/km

Using currency symbols in a $ per unit value, you can convert the per-unit:

  • {{convert|10|$/mi|$/km}} → $10 per mil ($6.2/km) Green tickY
You can set the unit in both values using |$=€:
  • {{convert|10|$/mi|$/km|$=€}} → €10 per mil (€6.2/km)

You can not convert the currency. This outcome combination is not possible: $15 per mile (€8.6/km)

Parameter list

Mal:Convert/doc/parameter list

Deprecated options

Mal:Convert/doc/deprecations list

TemplateData

This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. See a monthly parameter usage report for Template:Convert in articles based on its TemplateData.

TemplateData for Convert

Converts measurements to other units.

Paraméter mal[Kalola data mal]

ParaméterDéskripsiSorohStatus
value1

the value to convert

Angkadadi-dadi
from unit2

Garisdadi-dadi
to units3

the unit to convert into

Garisdadi-dadi
precision or suffix4

significant digits after decimal dot or, if negative, exponent of ten

Angkadadi-dadi
link unitslk

“on” all, “in” input, “out” output or “off” no units

Baku
off
Garisdadi-dadi
abbreviationabbr

display for the units: “on” unit symbols, “off” all unit names in full words, “in” input unit symbol, “out” abbreviated output units, “values” no units at all

Baku
out
Garisdadi-dadi
spellingsp

“us” display U.S. spelling of unit names

Garisdadi-dadi
adjectiveadj

adjective form (singular unit name appended by hyphen) “on” or “mid” to put conversion at end

Garisdadi-dadi
conversiondisp

display conversion result: “or” after ‘or’, “x” with custom prefix and suffix, “b” in parentheses, “table”/“tablecen”, “output only” alone, “output number only” alone and without unit, “unit” not at all but input unit; if the value is a number it is used as precision

Baku
b
Garisdadi-dadi
orderingorder

“flip” returns converted value first, input value second.

Garisdadi-dadi
significant figuressigfig

number that sets the number of significant figures

Angkadadi-dadi
rounding outputround

“5” rounds the output number to nearest multiple of 5, “25” to nearest multiple of 25, “each” rounds each number in a range

Garisdadi-dadi
thousands separatorcomma

Sets or suppresses thousand separator in the numbers. “off” = no separator; “gaps”: use space not comma; “5” and “gaps5”: only add separator when number > 5 positions (10,000 or more)

Baku
on
Garisdadi-dadi
sort keysortable

“on” generates a hidden sort key

Garisdadi-dadi