![]() | This template is used on approximately 124,000 pages. To avoid major disruption and server load, any changes should be tested in the template's /sandbox or /testcases subpages, or in your own user subpage. The tested changes can be added to this page in a single edit. Consider discussing changes on the talk page before implementing them. |
This template {{cvt}} is similar to {{convert}}, with one change: {{cvt}} has option |abbr=on
preset.
![]() | See this information on copying this template and modifying it for use on another wiki. |
![]() | هذا القالب يستعمل لوا: |
Template {{convert}} calculates a measurement value (number × unit) into the same measurement by a different unit, and then presents the results, formatted. The complete list of unit symbols recognized by the template is here.
For example:
{{convert|2|km|mi}}
→ 2 kiloمترs (1.2 ميل) (km entered, converted into miles){{convert|7|mi|km}}
→ 7 ميلs (11 kم) (mi entered, converted into km)
Numbers can be rounded, units can be abbreviated into symbols:
{{convert|2|km|mi|2|abbr=on}}
→ 2 kم (1.24 ميل){{convert|7|mi|km|2|abbr=on}}
→ 7 ميل (11.27 kم)
Value ranges can be entered using |to|...
or |-|...
:
{{convert|2|to|5|km|mi}}
→ 2 to 5 kiloمترs (1.2 to 3.1 ميل){{convert|2|-|5|km|mi}}
→ 2–5 kiloمترs (1.2–3.1 ميل)
Combined effect example:
{{convert|2|-|5|km|mi|2|abbr=on}}
→ 2–5 kم (1.24–3.11 ميل){{convert|2|and|5|km|mi|sigfig=3|abbr=off}}
→ 2 and 5 kiloمترs (1.24 and 3.11 ميلs)
Units to convert
Enter units to convert from into:
{{convert|1|lb|kg}}
→ 1 رطل (0.45 kغ)
- SI units generally accept prefixes, like "m" for milli (10−3), and "M" for mega (106)
- For "per" units, use "/" (slash): kg/ha (see § 'per' units: kg/ha and § Currency per unit: $/km)
- For three-unit units, etc., see Category:Convert-like templates
Unit name or symbol (abbreviation): 1 pound or 1 lb?
By default, the first quantity shows the unit name, the second shows the symbol (or abbreviation):
{{convert|1|lb|kg}}
→ 1 رطل (0.45 kغ)
Using |abbr=in
shows the symbol for first (left-hand side) unit, and the name instead of the symbol for the second unit:
{{convert|1|lb|kg|abbr=in}}
→ 1 رطل (0.45 kiloغرامs)
To abbreviate both or neither:
{{convert|1|lb|kg|abbr=on}}
→ 1 رطل (0.45 kغ){{convert|1|lb|kg|abbr=off}}
→ 1 رطل (0.45 kiloغرامs)
Convenience: {{cvt}} has |abbr=on
by default
Template {{cvt}} is the same as {{convert}}, except that it has |abbr=on
as the default behavior. In {{cvt}}, all other options are available. So:
{{cvt|1|lb|kg}}
→ 1 رطل (0.45 kغ)
is equivalent to:
{{convert|1|lb|kg|abbr=on}}
→ 1 رطل (0.45 kغ)
Adjective: a 10-mile distance
Use |adj=on
to produce the adjectival (hyphenated) form:
A {{convert|10|mi|km|adj=on}} distance
→ A 10-ميل (16 kم) distance.
Default behavior, for comparison:
{{convert|10|mi|km}} to go
→ 10 ميلs (16 kم) to go.
|adj=on
does not produce hyphens with unit symbols, as per :
A {{convert|9|in|cm|adj=on|abbr=on}} nail
→ A 9 بوصه (23 cم) nail.
Rounding: 100 ft is 30 m or 30.5 m or 30.48 m?
By definition, 100 ft equals 30.48 م. In practical use, it is common to round the calculated metric number. With that, there are several possibilities.
Default rounding
By {{Convert}} 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 digits, 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 قدم (40 م) | |
{{convert|123|ft|m}} |
123 قدم (37 م) | same output as with 0 (below) |
{{convert|123|ft|m|0}} |
123 قدم (37 م) | |
{{convert|123|ft|m|1}} |
123 قدم (37.5 م) | |
{{convert|123|ft|m|2}} |
123 قدم (37.49 م) | The more-exact value is 37.4904 m or so, which gets converted to 37 m if this parameter is not specified at all. |
{{convert|500|ft|m|-1}} |
500 قدم (150 م) | |
{{convert|500|ft|m}} |
500 قدم (150 م) | same output as with -1 (above), because the conversion factor is between 0.2 and 2 (hence, it should produce same double-zero precision (−2) as in the input value), but the conversion must produce two significant digits at a minimum (hence, a higher single-zero precision (−1) is used)
|
{{convert|500|ft|m|0}} |
500 قدم (152 م) | |
{{convert|500|ft|m|1}} |
500 قدم (152.4 م) | |
{{convert|500|ft|m|2}} |
500 قدم (152.40 م) | exact value is 152.4 m |
{{convert|500|ft|cm|-3}} |
500 قدم (15,000 cم) | |
{{convert|500|ft|cm}} |
500 قدم (15,000 cم) | same output as with -3 (above), because the conversion factor is between 20 and 200 (hence, it should decrease input value's double-zero precision (−2) by 2), but the conversion must produce two significant digits at a minimum (hence, a higher triple-zero precision (−3) is used)
|
{{convert|500|ft|cm|0}} |
500 قدم (15,240 cم) |
Convert supports four types of rounding:
Round to a given precision: use a precision number
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 multiple of 1⁄10 to the power of 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>
:
{{convert|1200|ft|m|sigfig=4}}
→ 1,200 قدم (365.8 م){{convert|1200|ft|m|sigfig=3}}
→ 1,200 قدم (366 م){{convert|1200|ft|m|sigfig=2}}
→ 1,200 قدم (370 م){{convert|1200|ft|m|sigfig=1}}
→ 1,200 قدم (400 م)
Default behavior, for comparison:
{{convert|1200|ft|m}}
→ 1,200 قدم (370 م)
Setting |sigfig=
to a value less than 1 is meaningless:
{{convert|1200|ft|m|sigfig=0}}
→ 1,200 قدم (370 م)*
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 مترs (33 قدم){{convert|10|m|ft|round=5}}
→ 10 مترs (35 قدم)
Similar: using |round=25
rounds the outcome to a multiple of 25.
{{convert|10|m|ft}}
→ 10 مترs (33 قدم){{convert|10|m|ft|round=25}}
→ 10 مترs (25 قدم)
Default behavior, for comparison:
{{convert|10|m|ft|sigfig=4}}
→ 10 مترs (32.81 قدم)
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 مترs (33 قدم × 656 قدم × 9,843 قدم){{convert|10 x 200 x 3000|m|ft|round=each}}
→ 10 by 200 by 3,000 مترs (33 قدم × 660 قدم × 9,800 قدم)
Round to a multiple of a given fraction: 2+3⁄16 inch
Specify the desired denominator using |frac=<some positive integer>
. (Denominator is the below-the-slash number, for example the 3 in 1⁄3).
{{convert|5.56|cm|in|frac=16}}
→ 5.56 centiمترs (2+3⁄16 بوصه){{convert|8|cm|in|frac=4}}
→ 8 centiمترs (3+1⁄4 بوصه)
The fraction is reduced when possible:
{{convert|8|cm|in|frac=100}}
→ 8 centiمترs (3+3⁄20 بوصه)
Default behavior uses decimal notation:
{{convert|5.56|cm|in}}
→ 5.56 centiمترs (2.19 بوصه)
Rounding temperatures: °C, °F and K
In temperatures, the conversion will be rounded either to the 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.
convert|10,000|C|F K
← convert|10,000|C|F Kconvert|10,000.1|C|F K
← convert|10,000.1|C|F Kconvert|-272|C|F K
← convert|-272|C|F Kconvert|-272|C
← convert|-272|Cconvert|100|C|F K
← convert|100|C|F Kconvert|0|C|F K
← convert|0|C|F 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 تغير درجه مئويهs is a 0.18 تغير درجه فهرنهايتs, 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
← convert|10000|C|sigfig=5
or you set the precision positionally, relative to the decimal point (zero being at the decimal point):
convert|10000|C|0
← convert|10000|C|0
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 five significant output digits because of the two digits 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.
Rounding input
There is limited support for rounding the displayed input number. The rounding takes place after conversion, so the output is based on the full-precision input. This is useful when the input is produced by {{#expr:}}
or otherwise available to a higher precision than is usefully displayed, and it's desirable to avoid double-rounding.
To round the input to a specified number of digits after the decimal point, use one of the parameters:
|adj=ri0
|adj=ri1
|adj=ri2
|adj=ri3
Note that it is not possible to round above the decimal place (|adj=ri-1
). Neither is there support for significant figures, multiples of 5, or any other output-rounding feature.
The default precision is computed based on the input, so an explicit output precision must usually be supplied:
{{convert|4.14159|mi|km|adj=ri0}}
→ 4 ميلs (6.66524 kم)(precisions are mismatched)
{{convert|4.14159|mi|km|0|adj=ri0}}
→ 4 ميلs (7 kم)
In this case, if the input were rounded before conversion, a different result would be obtained:
{{convert|{{#expr:4.14159 round 0}}|mi|km|0}}
→ 4 ميلs (6 kم)(rounds intermediate calculation, giving a different result)
Into multiple units: 10 °م (50 °ف; 283 ك)
Separate the multiple output units by a space:
{{convert|10|C|F K}}
→ 10 °م (50 °ف; 283 ك){{convert|5|km|mi nmi}}
→ 5 kiloمترs (3.1 ميل; 2.7 nmi)
If the output unit names contain spaces, use +
as the 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:
Separator | Convert | Result | Notes |
---|---|---|---|
-
|
{{convert|3|-|6|ft}}
|
3–6 قدم (0.91–1.83 م) | Input can be hyphen (-) or en dash (–), output uses en dash |
– – (en dash)
|
{{convert|3|–|6|ft}}
|
3–6 قدم (0.91–1.83 م) | |
and
|
{{convert|3|and|6|ft}}
|
3 and 6 قدم (0.91 and 1.83 م) | |
and(-)
|
{{convert|3|and(-)|6|ft}}
|
3 and 6 قدم (0.91–1.83 م) | |abbr=on abbreviates the first unit
|
and(-)|abbr=on
|
{{convert|3|and(-)|6|ft|abbr=on}}
|
3 and 6 قدم (0.91–1.83 م) | |
or
|
{{convert|3|or|6|ft}}
|
3 or 6 قدم (0.91 or 1.83 م) | |
to
|
{{convert|3|to|6|ft}}
|
3 to 6 قدم (0.91 to 1.83 م) | |
to(-)
|
{{convert|3|to(-)|6|ft}}
|
3 to 6 قدم (0.91–1.83 م) | |abbr=on abbreviates the first unit
|
to(-)|abbr=on
|
{{convert|3|to(-)|6|ft|abbr=on}}
|
3 to 6 قدم (0.91–1.83 م) | |
to about
|
{{convert|3|to about|6|ft}}
|
3 to about 6 قدم (0.91 to about 1.83 م) | |
+/-
|
{{convert|3|+/-|6|ft}}
|
3 ± 6 قدم (0.91 ± 1.83 م) | |
± ±
|
{{convert|3|±|6|ft}}
|
3 ± 6 قدم (0.91 ± 1.83 م) | |
+
|
{{convert|3|+|6|ft}}
|
3 + 6 قدم (0.91 + 1.83 م) | |
,
|
{{convert|3|,|6|ft}}
|
3, 6 قدم (0.91, 1.83 م) | |
, and
|
{{convert|3|, and|6|ft}}
|
3, and 6 قدم (0.91, and 1.83 م) | |
, or
|
{{convert|3|, or|6|ft}}
|
3, or 6 قدم (0.91, or 1.83 م) | |
by
|
{{convert|3|by|6|ft}}
|
3 by 6 قدم (0.91 by 1.83 م) | |
x
|
{{convert|3|x|6|ft}}
|
3 by 6 قدم (0.91 م × 1.83 م) | |abbr=on abbreviates and repeats the first unit
|
× ×
|
{{convert|3|×|6|ft}}
|
3 by 6 قدم (0.91 م × 1.83 م) | |
x|abbr=on
|
{{convert|3|x|6|ft|abbr=on}}
|
3 قدم × 6 قدم (0.91 م × 1.83 م) | |
xx
|
|xx| is deprecated. Use |x| instead | ||
*
|
|*| is deprecated. Use |x| instead |
Multiple dimensions: 6 م × 12 م (20 قدم × 39 قدم)
Use by
:
{{convert|6|by|12|ft|m}}
→ 6 by 12 قدم (1.8 by 3.7 م)
Use ×
, multiplication sign, or x
, letter:
{{convert|6|x|12|m|ft}}
→ 6 by 12 مترs (20 قدم × 39 قدم)
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 م × 12 م (20 قدم × 39 قدم)
Lists of values: 20, 40, or 60 miles
{{convert|20|,|40|, or|60|mi}}
→ 20, 40, or 60 ميلs (32, 64, or 97 kم)
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|x|3|ft|5|in|mm}}
→ 1 قدم 3 بوصه ([convert: unknown unit])*
Default behavior, for comparison:
{{convert|1|ft|3|in|mm}}
→ 1 قدم 3 بوصه (380 mم)
However, converting metric units into feet and inches with |order=flip
can produce the desired output:
{{convert|380|x|1040|mm|ftin|order=flip}}
→ 1 قدم 3 بوصه by 3 قدم 5 بوصه (380 mم × 1,040 mم)
Words
Spelling of unit name: international metre or US meter?
Default spelling of units is in the en (generic) locale. To show en-US spelling, use |sp=us
:
{{convert|1|m|ft}}
→ 1 متر (3.3 قدم)—default{{convert|1|m|ft|sp=us}}
→ 1 متر (3.3 ft)
Spell out numbers: ten miles
To write a number in words, use |spell=in
:
{{convert|10|mi|m|spell=in}}
→ ten ميلs (16,000 م)
To spell out both in and out values, use |spell=on
:
{{convert|10|mi|m|spell=on}}
→ ten ميلs (sixteen thousand مترs)
To make first letter a capital, use |spell=In
, |spell=On
{{convert|10|mi|m|spell=In}}
→ Ten ميلs (16,000 م){{convert|10|mi|m|spell=On}}
→ Ten ميلs (sixteen thousand مترs)
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}}
→ ten ميلs (sixteen thousand مترs)
Inserted before units: 4 planted acres
{{convert|4|acre||adj=pre|planted}}
→ 4 planted أكرs (1.6 ها)
disp=preunit
is similar, but has no separator after the specified text, and can have different text for the output value:
{{convert|4|acre||disp=preunit|planted }}
→ 4 planted أكرs (1.6 planted ها){{convert|4|acre||disp=preunit|planted |reforested-}}
→ 4 planted أكرs (1.6 reforested-ها)
After adjective unit: A 10-قدم-long corridor
Note that two units (in this case, ft and m) are required. Use with just one unit will generate an error message.
{{convert|10|ft|m|adj=mid|-long}}
→ 10-قدم-long (3.0 م)
Plurals: 1 inch, 2 inches
The unit symbol is singular always. Depending on the preceding number only, a unit name can be shown plural.
{{convert|1|metre}}
→ 1 متر (3 قدم 3 بوصه){{convert|2|metre}}
→ 2 مترs (6 قدم 7 بوصه){{convert|2|metre|abbr=on}}
→ 2 م (6 قدم 7 بوصه)
- Exception
Entering the unit "foot" instead of "ft" forces singular output "foot", whatever the number is.
{{convert|100|foot|abbr=off}}
→ 100 قدم (30 مترs)
Fractions: one-eighth of an imperial pint
The convert template also supports spelling out fractions.
{{convert|3+1/2|oz|g|spell=in}}
→ three and a half أونصهs (99 غ)
Any additional words needed for the fraction can also be added at the end of the template.
{{convert|1/8|imppt|ml|spell=in|adj=pre|of an}}
→ one-eighth of an باينت إمبراطورى (71 mل)
Wrapping and line breaking
Spelling out "thousands", "millions", etc.
Most unit codes accept a prefix of e3 (thousand) or e6 (million) or e9 (billion).
{{convert|100|e6mi|e6km}}
→ 100 million ميلs (160×10 6 kم){{convert|120|e6acre}}
→ 120 million أكرs (490,000 kم2){{convert|120|e6acre|e3km2}}
→ 120 million أكرs (490×10 3 kم2)
To display both input and output in scientific notation, use |abbr=on
{{convert|100|e6mi|e6km|abbr=on}}
→ 100×10 6 ميل (160×10 6 kم)
To spell out "thousands", "millions", etc., |abbr=unit
abbreviates the unit; |abbr=off
displays both full unit names.
{{convert|100|e6mi|e6km|abbr=unit}}
→ 100 million ميل (160 million kم){{convert|100|e6mi|e6km|abbr=off}}
→ 100 million ميلs (160 million kiloمترs)
Numbers
Using an SI prefix: gigametre (Gm), or micrometre (μm)
Metric prefixes | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Units can have an SI prefix like G
before the unit: Gm
, and giga
before the name: gigametre
. These are plain multiplication factors.
To illustrate, these are trivial calculations (from metre to metre), showing the multiplication factor:
- 12 Gم (1.2×1010 م)
- 12 μم (1.2×10−5 م)
The prefix can be added before the SI unit (here: unit m
for metre):
{{convert|12|Gm|mi|abbr=on}}
→ 12 Gم (7,500,000 ميل)Mm
: 12 Mم (7,500 ميل)km
: 12 kم (39,000 قدم)mm
: 12 mم (0.47 بوصه)μm
: 12 μم (0.012 mم)um
: 12 μم (0.012 mم) (letter "u" can be used for "μ" here)
The prefix can be used in the output unit:
{{convert|12000|mi|Mm|abbr=on}}
→ 12,000 ميل (19 Mم){{convert|12|in|μm|abbr=on}}
→ 12 بوصه (300,000 μم)
As an exception, the non-SI unit "inch" can have the "μ" prefix too:
{{convert|12|μm|μin|abbr=on}}
→ 12 μم (470 مي.بوصه)
Engineering notation: 7 × 106 m
In the unit: e6m
Engineering notation can be entered as a "prefix" to the unit:
{{convert|70|e6m}}
→ 70×10 6 م (230,000,000 قدم)
The same is possible for the output unit:
{{convert|23,000,000|ft|e6m}}
→ 23,000,000 قدم (7.0×10 6 م)
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. The plain number has exactly one digit before the decimal point.
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 جو (1.23×10−14 جو){{convert|0.00000005|atm|atm|abbr=on}}
→ 0.00000005 جو (5.0×10−8 جو)
Input with fractions: 1+1⁄2 بوصه (38.1 mم)
The number to convert can be written in fractions. Both /
(keyboard slash) and ⁄
(fraction slash) are accepted:
{{convert|1/2|in|mm|1}}
→ 1⁄2 بوصه (12.7 mم){{convert|1⁄2|in|mm|1}}
→ 1⁄2 بوصه (12.7 mم)
With positive mixed numbers (a positive integer and a fraction), use a +
sign
{{convert|2+1⁄2|in|mm|1}}
→ 2+1⁄2 بوصه (63.5 mم)
With negative mixed numbers, use a hyphen -
and repeat it:
{{convert|-2-1⁄2|in|mm|1}}
→ −2+1⁄2 بوصه (−63.5 mم)
Note that the following cases are not interpreted as mixed numbers:
{{convert|2-1⁄2|in|mm|1}}
→ 2–1⁄2 بوصه (50.8–12.7 mم). This is interpreted as a range from 2 inches to 1⁄2 inch.{{convert|-2+1⁄2|in|mm|1}}
→ [convert: invalid number]This is neither a mixed number nor a range, and mathematical expressions requiring calculations are not allowed here.
{{convert|2+½|in|mm|1}}
→ [convert: invalid number]Fractions consisting of a single Unicode character are not allowed either.
Horizontal fraction bar: 1/2 inch
Using a double slash (//
) provides a horizontal fraction bar for the original (input) unit:
{{convert|1//2|in|mm|1}}
→ 1/2 بوصه (12.7 mم){{convert|6+3//8|in|mm|1}}
→ 6+3/8 بوصه (161.9 mم)
Using a negative value for |frac=
provides a horizontal fraction bar for the converted (output) unit:
{{convert|12.7|mm|frac=-2}}
→ 12.7 milliمترs (0 قدم){{convert|161.9|mm|frac=-8}}
→ 161.9 milliمترs (1/2 قدم)
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 مترs (4,050,417 قدم){{convert|1,234,567|m|ft}}
→ 1,234,567 مترs (4,050,417 قدم)
Set |comma=off
to remove the separator from the output:
{{convert|1234567|m|ft|comma=off}}
→ 1234567 مترs (4050417 قدم)
Use |comma=gaps
to use digit grouping by gap (thin space) as a thousands separator:
{{convert|1234567|m|ft|comma=gaps}}
→ 1234567 مترs (4050417 قدم)
Default behavior, for comparison:
{{convert|1234567|m|ft}}
→ 1,234,567 مترs (4,050,417 قدم)
Setting |comma=5
will only add the separator when the number of digits is 5 or more:
{{convert|1234|m|ft|comma=5}}
→ 1234 مترs (4049 قدم){{convert|1234567|m|ft|comma=5}}
→ 1,234,567 مترs (4,050,417 قدم)
Default behavior, for comparison:
{{convert|1234|m|ft}}
→ 1,234 مترs (4,049 قدم)
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
, br()
, x|…
:
{{convert|10|m|ft|disp=sqbr}}
→ 10 مترs [33 قدم]{{convert|10|m|ft|disp=comma}}
→ 10 مترs, 33 قدم{{convert|10|m|ft|disp=or}}
→ 10 مترs or 33 قدم
Default behavior, for comparison:
{{convert|10|m|ft}}
→ 10 مترs (33 قدم)
Setting |disp=br
will force a new line (<br/>
)
{{convert|10|m|ft|disp=br}}
→ 10 مترs
33 قدم
Also |disp=br()
will force a new line, and keep the brackets (useful in tables):
{{convert|10|m|ft|disp=br()}}
→ 10 مترs
(33 قدم)
Setting |disp=x|…
allows any text as separator:
{{convert|10|m|ft|disp=x|_MyText_}}
→ 10 مترs_MyText_33 قدم (To display spaces, use
)
Flipping (reordering) the two measurements: 1,609.3 مترs (1 ميل)
Setting |order=flip
will flip (swap) the two measurements:
{{convert|1|mi|m|order=flip}}
→ 1,609.3 مترs (1 ميل)
Default behavior, for comparison:
{{convert|1|mi|m}}
→ 1 ميل (1,609.3 مترs)
When converting to multiple units, the effect is:
{{convert|10|km|mi nmi|order=flip}}
→ 6.2137 ميلs; 5.3996 ميل بحرىs (10 kiloمترs){{convert|10|km|nmi mi|order=flip}}
→ 5.3996 ميل بحرىs; 6.2137 ميلs (10 kiloمترs)
Fixed ordering of output units: 212 °ف (100 °م; 373 ك)
Setting |order=out
shows the output-units as ordered; the input unit is skipped:
{{convert|100|C|F C K|abbr=on|order=out}}
→ 212 °ف (100 °م; 373 ك){{convert|200|PS|kW hp|0|abbr=on|order=out}}
→ 147 kو (197 حصان)
Displaying parts of the result: 2 (1.5)
It is possible to display only parts of the conversion result: The following examples show how to display only a part of the result.
- Note: in Convert, abbr is synonym for unit symbol
Convert | Returns | Components |
---|---|---|
{{convert|2|cuyd|m3}}
|
2 يارد مكعبs (1.5 م3) | all (default conversion) |
{{convert|2|cuyd|m3|abbr=on}}
|
2 ياردة3 (1.5 م3) | all (default conversion, abbr) |
{{convert|2|cuyd|m3|abbr=values}}
|
2 (1.5) | numbers only |
{{convert|2|cuyd|m3|disp=unit}}
|
يارد مكعبs | input unit |
{{convert|2|cuyd|m3|disp=unit|adj=on}}
|
يارد-مكعب | input unit, adjectival (hyphenated) |
{{convert|2|cuyd|m3|disp=unit|adj=on|abbr=on}}
|
ياردة3 | input unit, adjectival (abbr so not hyphenated) |
{{convert|2|cuyd|cuyd|disp=unit}}
|
2.0 ياردة3 | input unit abbr (unit repeated, workaround) |
{{convert|2|cuyd|m3|disp=out}}
|
1.5 م3 | output value, symbols |
{{convert|2|cuyd|m3|disp=out|abbr=off}} || 1.5 متر مكعبs || output value, names
| ||
{{convert|2|cuyd|m3|disp=out|adj=on}} || 1.5-متر-مكعب || output, adjective
| ||
{{convert|2|cuyd|m3|disp=number}} || 1.5 || output number
| ||
{{convert|2|cuyd|m3|disp=unit2}} || م3 || output unit (abbr by default)
| ||
{{convert|2|cuyd|m3|disp=unit2|abbr=off}} || متر مكعبs || output unit (name)
| ||
{{convert|2|cuyd|m3|disp=unit2|abbr=on}} || م3 || output unit (abbr)
|
Display both 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 kiloباسكالs [kبا] (0.29 psi)A {{convert|2|kPa|psi|abbr=~|adj=on}} pressure
→ A 2-kiloباسكال [kبا] (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 kiloمترs 62 ميلs |
100 kiloمترs (62 ميلs) |
Table columns
Using {convert} in a table cell, with |disp=table
splits the result over two (or more) columns. By default units are not included in the table, however, they can be added using the |abbr=
parameter. Multiple-unit outputs, like ftin
, always output their units to the table.
{{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:
kilograms pounds stone and pounds |disp=table
10 22 1 ستون 8 رطل |disp=table
and|abbr=on
20 kغ 44 رطل 3 ستون 2 رطل |disp=table
and|abbr=off
30 kiloغرامs 66 رطلs 4 ستون 10 رطلs |disp=tablecen
40 88 6 ستون 4 رطل |disp=<other>
(default)50 kiloغرامs (110 رطل; 7 ستون 12 رطل)
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 data-sort-value="7001100000000000000♠"></span>10 metres (33 ft)
- showing: 10 مترs (33 قدم).
Use both |disp=table
and |sortable=on
together to produce table columns (pipe symbols) for each value in sortable columns:
m m ft A 15.75 م 15+3⁄4 52 B 15.5 م 15.5 51 C 16 م 16.0 52.5 D 16 م 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
The conversion factors and physical constants are sourced here.
All units
The table below lists units supported by {{convert}}. More complete lists are linked for each dimension. For a complete list of all dimensions, see full list of units.
{{Convert}} uses unit-codes, which are similar to, but not necessarily exactly the same as, the usual written abbreviation for a given unit. These unit-codes are displayed in column 3 of the following tables. These are accepted as input by {{convert}} as the second and third unnamed parameters:
{{convert|100|kg|lb}}
→ 100 kiloغرامs (220 رطل){{convert|100|lb|kg}}
→ 100 رطلs (45 kغ)
The unit-codes should be treated as case-sensitive:
{{convert|100|Mm|mm}}
→ 100 megaمترs (1.0×1011 mم)
The output of {{convert}} can display multiple converted units, if further unit-codes are specified after the second unnamed parameter (without the pipe separator). Typical combination output units are listed below in column 7.
{{convert|55|nmi|km mi}}
→ 55 ميل بحرىs (102 kم; 63 ميل){{convert|1|oz|ozt g gr}}
→ 1 أونصه (0.91 ozt; 28 غ; 440 gr)
Some units have alternative unit-codes. These are shown in brackets in column 3, e.g. °F
(F
). Either may be entered for Fahrenheit (but not a lower-case f).
Abridged list of supported units | |||||||
---|---|---|---|---|---|---|---|
التفسير | |||||||
النظام | الوحدة | الرمز (البديل) |
اختصار | الملاحظات | معامل التحويل | المجموعات | |
النظام اللى تنتمى ليه الوحدة | الوحدات مذكورة بالاسم | الوحدات اللى ممكن الوصول ليها عند استخدام القالب | الاختصارات اللى يظهرها القالب | الملاحظات اللى تتصل بالوحدات المستخدمة فى القوالب | معاملات التحويل اللى يتم استخدامها فى نماذج التحويل | تستخدم فى التحويلات المتعددة
| |
AREA (Full list) | |||||||
system | unit | unit- code |
symbol or abbrev. |
notes | sample default conversion |
combination output units | |
SI | kiloمتر مربع | km2 | kم2 | US spelling: square kilometer |
1.0 kم2 (11,000,000 قدم2) |
| |
متر مربع | m2 | م2 | US spelling: square meter |
1.0 م2 (11 قدم2) |
| ||
centiمتر مربع | cm2 | cم2 | US spelling: square centimeter |
1.0 cم2 (0.0011 قدم2) |
| ||
milliمتر مربع | mm2 | mم2 | US spelling: square millimeter |
1.0 mم2 (1.1×10−5 قدم2) |
| ||
non-SI metric | هكتار | ha | ها | 1.0 ها (2.5 أكرs) | |||
Imperial & US customary |
ميل مربع | sqmi | ميل2 | 1.0 ميل2 (2.6 kم2) |
| ||
أكر | acre | (none) | 1.0 أكر (0.40 ها) | ||||
يارده مربعه | sqyd | ياردة2 | 1.0 ياردة2 (0.84 م2) | ||||
قدم مربع | sqft (sqfoot) |
قدم2 | The sqfoot code will produce square foot as the plural form. | 1.0 قدم2 (0.093 م2) |
| ||
بوصه مربعه | sqin | بوصة2 | 1.0 بوصة2 (6.5 cم2) |
| |||
Other | ميل بحرى مربع | sqnmi | sq nmi | 1.0 sq nmi (3.4 kم2; 1.3 ميل2) | |||
دونم | dunam | (none) | For alternative spellings and definitions see the full list | 1.0 دونم (0.0010 kم2; 0.00039 ميل2) | |||
توسبو | tsubo | (none) | 1.0 توسبو (3.3 م2) |
| |||
DENSITY | |||||||
system | unit | unit- code |
symbol or abbrev. |
notes | sample default conversion |
combination output units | |
Metric | كيلوغرام لكل متر مكعب | kg/m3 | كجم/م3 | 1.0 كجم/م3 (1.7 lb/cu yd) |
| ||
غرام per متر مكعب | g/m3 | غ/م3 | 1.0 غ/م3 (0.0017 lb/cu yd) |
| |||
Imperial & US customary |
رطل لكل قدم مكعب | lb/ft3 | lb/cu ft | 1.0 lb/cu ft (0.016 غ/cم3) |
| ||
رطل لكل يارده مربعه | lb/yd3 | lb/cu yd | 1.0 lb/cu yd (0.59 كجم/م3) |
| |||
ENERGY (Full list) | |||||||
system | unit | unit- code |
symbol or abbrev. |
notes | sample default conversion |
combination output units | |
SI | gigaجول | GJ | Gجول | 1.0 Gجول (240,000,000 سع) | |||
megaجول | MJ | Mجول | 1.0 Mجول (240,000 سع) | ||||
kiloجول | kJ | kجول | 1.0 kجول (240 سع) | ||||
hectoجول | hJ | hجول | 1.0 hجول (24 سع) | ||||
decaجول | daJ | daجول | 1.0 daجول (2.4 سع) | ||||
جول | J | (none) | 1.0 جول (0.24 سع) | ||||
deciجول | dJ | dجول | 1.0 dجول (0.024 سع) | ||||
centiجول | cJ | cجول | 1.0 cجول (0.0024 سع) | ||||
milliجول | mJ | mجول | 1.0 mجول (0.00024 سع) | ||||
microجول | μJ (uJ) | μجول | 1.0 μجول (2.4×10−7 سع) | ||||
nanoجول | nJ | nجول | 1.0 nجول (2.4×10−10 سع) | ||||
cgs | ميجا إرج | Merg | مج.إرج | 1.0 مج.إرج (0.10 جول) | |||
كيلو أرج | kerg | ك.أرج | 1.0 ك.أرج (0.10 mجول) | ||||
إرج | erg | (none) | 1.0 إرج (0.10 μجول) | ||||
Watt-hour multiples | تيرا وات فى الساعه | TWh | تـ.و·س | 1.0 تـ.و·س (3.6 Pجول) | |||
TW.h | تـ.و·س | ||||||
جيجاوات فى الساعه | GWh | جـ.و.سا | 1.0 جـ.و.سا (3.6 Tجول) | ||||
GW.h | جـ.و·سا | ||||||
ميجا وات فى الساعه | MWh | مج.و·س | 1.0 مج.و·س (3.6 Gجول) | ||||
MW.h | مج.و·س | ||||||
كيلوواط-ساعه | kWh | ك.و.سا | 1.0 ك.و.سا (3.6 Mجول) | ||||
kW.h | ك.و.سا | ||||||
وات فى الساعه | Wh | و·س | 1.0 و·س (3.6 kجول) | ||||
W.h | و·س | ||||||
Electron- volt multiples | |||||||
جيجا إلكترون فولت | GeV | جـ.إف | 1.0 جـ.إف (0.16 nجول) | ||||
ميجا إلكترون فولت | MeV | مج.إف | 1.0 مج.إف (0.16 pجول) | ||||
كيلو إلكترون فولت | keV | ك.إف | 1.0 ك.إف (0.16 fجول) | ||||
إلكترون فولت | eV | إف | 1.0 إف (0.16 aجول) | ||||
ملى إلكترون فولت | meV | مـ.إف | 1.0 مـ.إف (0.16 zجول) | ||||
Calorie multiples | سعره | Cal | سع | The thermo-chemical calorie is the default definition. For others, see the full list. | 1.0 سع (4.2 kجول) | ||
ميجا سعره | Mcal | مج.سعره | |||||
كيلو سعره | kcal | ك.سعره | |||||
سعره | cal | سع | |||||
ملى سعره | mcal | مـ.سعره | |||||
pound/ ounce-foot/ inch-hour-minute-second |
ft·pdl | ftpdl | (none) | 1.0 ft·pdl (0.042 جول) | |||
قدم-رطل قوه | ftlbf | قدم·رطلق | 1.0 قدم·رطلق (1.4 جول) | ||||
ftlb-f | قدم·رطلق | ||||||
بوصة-رطل قوه | inlbf | بوصة.رطلق | 1.0 بوصة.رطلق (110 mجول) | ||||
inlb-f | بوصة.رطلق | ||||||
بوصة-أوقيه force | inozf | بوصة·أوقية.ق | 1.0 بوصة·أوقية.ق (7.1 mجول) | ||||
inoz-f | بوصة·أوقيةق | ||||||
حصان فى الساعه | hph | حصان·سا | 1.0 حصان·سا (0.75 ك.و.سا) | ||||
British thermal unit | وحده حراريه بريطانيه | Btu | و.ح.ب. | The International Steam Table British thermal unit is used. For others, see the full list. | 1.0 و.ح.ب. (1.1 kجول) | ||
BTU | و.ح.ب. | ||||||
TNT-based units | جيجاطن من تى أن تى | GtTNT | (none) | 1.0 جيجاطن من تى أن تى (4.2 Eجول) | |||
جيجاطن من تى أن تى | GtonTNT | (none) | |||||
ميجا طن من تى أن تى | MtTNT | (none) | 1.0 ميجا طن من تى أن تى (4.2 Pجول) | ||||
ميجا طن من تى أن تى | MtonTNT | مج.طن تى إن تى | |||||
كيلوطن من تى أن تى | ktTNT | (none) | 1.0 كيلوطن من تى أن تى (4.2 Tجول) | ||||
كيلوطن من تى أن تى | ktonTNT | ك.طن.تى أن تى | |||||
طن من تى أن تى | tTNT | (none) | 1.0 طن من تى أن تى (4.2 Gجول) | ||||
طن من تى أن تى | tonTNT | (none) | |||||
Other | |||||||
إلكترون فولت.هارترى | Eh | إفه | 1.0 إفه (27 إف) | ||||
Ry | Ry | (none) | 1.0 Ry (14 إف) | ||||
طن من مكافئ نفطى | toe | toe | 1.0 toe (42 Gجول) | ||||
برميل من مكافئ نفطى | BOE | BOE | 1.0 BOE (6.1 Gجول) | ||||
cubic foot of natural gas | cuftnaturalgas (cufootnaturalgas) | Unit-code cufootnaturalgas will show "cubic foot of natural gas" if plural. | 1.0 قدم مكعب من natural gas (1.1 Mجول) | ||||
لتر-جو | latm | ل·جو | 1.0 ل·جو (100 جول) | ||||
Latm | ل·جو | ||||||
imp gal·atm | impgalatm | (none) | 1.0 imp gal·atm (460 جول) | ||||
جالون أمريكي-جو | USgalatm (usgalatm) |
غالون أمريكي·جو | 1.0 غالون أمريكي·جو (380 جول) | ||||
U.S.galatm (usgalatm) |
U.S. gal·atm |
| |||||
FORCE (Full list) | |||||||
system | unit | unit- code |
symbol or abbrev. |
notes | sample default conversion |
combination output units | |
SI | gigaنيوتن | GN | Gن | Triple combinations are also possible. See the full list. | 1.0 Gن (220,000,000 رطلق) |
| |
megaنيوتن | MN | Mن | Triple combinations are also possible. See the full list. | 1.0 Mن (220,000 رطلق) |
| ||
kiloنيوتن | kN | kن | Triple combinations are also possible. See the full list. | 1.0 kن (220 رطلق) |
| ||
نيوتن | N | ن | 1.0 ن (0.22 رطلق) |
| |||
milliنيوتن | mN | mن | 1.0 mن (0.00022 رطلق) |
| |||
microنيوتن | μN (uN) | μن | 1.0 μن (2.2×10−7 رطلق) |
| |||
nanoنيوتن | nN | nن | 1.0 nن (2.2×10−10 رطلق) |
| |||
cgs | ميجا داين | Mdyn | مج.داين | 1.0 مج.داين (2.2 رطلق) | |||
كيلو داين | kdyn | كـ.د | 1.0 كـ.د (0.036 أوقيةق) | ||||
داين | dyn (dyne) |
(none) | 1.0 داين (0.016 جرق) | ||||
ميلى داين | mdyn | مـ.داين | 1.0 مـ.داين (1.6×10−5 جرق) | ||||
Metric gravitational units | طنق | t-f | (none) | 1.0 طنق (9.8 kن; 0.98 LTق; 1.1 STق) | |||
tf | طنق | ||||||
كيلو غرام ثقلى | kg-f | كجمق | 1.0 كجمق (9.8 ن; 2.2 رطلق) | ||||
kgf | كجمق | ||||||
غرام ثقلى | g-f | غق | 1.0 غق (9.8 mن; 0.035 أوقيةق) | ||||
gf | gf | ||||||
ميلى غرام ثقلى | mg-f | مجق | 1.0 مجق (9.8 μن; 0.015 جرق) | ||||
mgf | مـغ.ق | ||||||
Avoirdupois-based units | باوندال | pdl | pdl | 1.0 pdl (0.14 ن) | |||
طن كبير ثقلى | LT-f | LTق | 1.0 LTق (10.0 kن) |
| |||
LTf | طن كبير ثقلى |
| |||||
طن صغير ثقلى | ST-f | STق | 1.0 STق (8.9 kن) |
| |||
STf | طن صغير ثقلى |
| |||||
رطلق | lb-f | (none) | 1.0 رطلق (4.4 ن) | ||||
lbf | رطلق | ||||||
جرق | gr-f | (none) | 1.0 جرق (640 μن) | ||||
grf | جرق |
| |||||
LENGTH (Full list) | |||||||
system | unit | unit- code |
symbol or abbrev. |
notes | sample default conversion |
combination output units | |
SI | megaمتر | Mm | Mم | US spelling: megameter |
1.0 Mم (3,280,839 قدم 11 بوصه) | ||
kiloمتر | km | kم | US spelling: kilometer |
1.0 kم (3,280 قدم 10 بوصه) |
| ||
متر | m | م | US spelling: meter |
1.0 م (3 قدم 3 بوصه) |
| ||
centiمتر | cm | cم | US spelling: centimeter |
1.0 cم (0.39 بوصه) |
| ||
milliمتر | mm | mم | US spelling: millimeter |
1.0 mم (0.039 بوصه) |
| ||
microمتر | μm (um) | μم | US spelling: micrometer |
1.0 μم (3.9×10−5 بوصه) | |||
nanoمتر | nm | nم | US spelling: nanometer |
1.0 nم (3.9×10−8 بوصه) | |||
non-SI metric | أنغستروم | Å (angstrom) |
أنغ | 1.0 أنغ (3.9×10−9 بوصه) | |||
Imperial & US customary |
ميل | mi | (none) | 1.0 ميل (1.6 kم) |
| ||
فرلنغ | furlong | (none) | 1.0 فرلنغ (660 قدم; 200 م) | ||||
سلسله | chain | (none) | 1.0 سلسله (66 قدم; 20 م) | ||||
rod | rd | rd | For other names of this unit see the full list. | 1.0 rd (17 قدم; 5.0 م) | |||
قامه | fathom | (none) | fathom ≡ 6 ft | 1.0 قامه (6.0 قدم; 1.8 م) | |||
يارد | yd | (none) | assumes the international definition | 1.0 يارد (0.91 م) | |||
قدم | ft (foot) | (none) | The foot code will produce foot as the plural form.Use of ′ and ″ symbols violates MOSNUM so is not provided. | 1.0 قدم (0.30 م) |
| ||
بوصه | in | (none) | Use of ′ and ″ symbols violates MOSNUM so is not provided. | 1.0 بوصه (25 mم) |
| ||
Other | ميل بحرى | nmi | nmi | the international standard nautical mile For other nautical miles see the full list. |
1.0 nmi (1.9 kم; 1.2 ميل) | ||
فرسخ نجمى | pc | فخ | 1.0 فخ (3.3 ly) | ||||
سنه ضوئيه | ly | ly | 1.0 ly (63,000 AU) | ||||
وحده فلكيه | AU | AU | 1.0 AU (150,000,000 kم; 93,000,000 ميل) |
| |||
MASS (Full list) | |||||||
system | unit | unit- code |
symbol or abbrev. |
notes | sample default conversion |
combination output units | |
SI | kiloغرام | kg | kغ | Triple combinations are also possible. See the full list. | 1.0 kغ (35 أونصه) |
| |
غرام | g | غ | 1.0 غ (0.035 أونصه) |
| |||
milliغرام | mg | mغ | 1.0 mغ (3.5×10−5 أونصه) |
| |||
microغرام | μg (ug) | μغ | 1.0 μغ (3.5×10−8 أونصه) | ||||
non-SI metric | طن | t | t | Triple combinations are also possible. See the full list. | 1.0 t (0.98 طن كبيرs; 1.1 طن صغيرs) |
| |
طن مترى | MT | طن |
| ||||
Avoirdupois | طن كبير | LT | (none) | 2,240 lb used mostly in the British Commonwealth. Triple combinations are also possible. See the full list. |
1.0 طن كبير (1.0 t) |
| |
long ton | طن كبير | ||||||
طن صغير | ST | (none) | 2,000 lb used mostly in the US. Triple combinations are also possible. See the full list. |
1.0 طن صغير (0.91 t) |
| ||
short ton | طن صغير | ||||||
ستون | st | (none) | 14 lb used mostly in the British Commonwealth except Canada. Triple combinations are also possible. See the full list. |
1.0 ستون (14 رطل; 6.4 kغ) |
| ||
رطل | lb | (none) | Triple combinations are also possible. See the full list. | 1.0 رطل (0.45 kغ) |
| ||
أونصه | oz | (none) | 1.0 أونصه (28 غ) |
| |||
drachm | drachm | (none) | 1.0 drachm (1.8 غ) | ||||
drachm | dram | (none) | |||||
grain | gr | gr | equivalent to the troy grain | 1.0 gr (0.065 غ) | |||
Troy | أوقيه ترويسيه | ozt | ozt | 1.0 ozt (1.1 أونصه; 31 غ) | |||
other | قيراط | carat | (none) | 1.0 قيراط (0.20 غ) |
| ||
SPEED (Full list) | |||||||
system | unit | unit- code |
symbol or abbrev. |
notes | sample default conversion |
combination output units | |
SI | متر فى الثانيه | m/s | م/ث | US spelling: meter per second |
1.0 م/ث (3.3 قدم/ث) |
| |
non-SI metric | كيلومتر فى الساعه | km/h | كم/س | US spelling: kilometer per hour |
1.0 كم/س (0.62 ميل/س) |
| |
Imperial & US customary |
ميل فى الساعه | mph | ميل/س | 1.0 ميل/س (1.6 كم/س) |
| ||
قدم فى الثانيه | ft/s (foot/s) | قدم/ث | The foot/s code will produce foot per second as the plural form. | 1.0 قدم/ث (0.30 م/ث) |
| ||
Maritime units | عقده | kn (knot) | (none) | 1.0 عقده (1.9 كم/س; 1.2 ميل/س) |
| ||
TEMPERATURE (Full list) | |||||||
system | unit | unit- code |
symbol | notes | sample default conversion |
combination output units | |
SI | ك | K | ك | Triple combinations are also possible. See the full list. | 1.0 ك (−272.15 °م; −457.87 °ف) |
| |
°م | °C (C) | °م |
| ||||
Imperial & US customary | |||||||
°ر | °R (R) | °ر |
| ||||
°ف | °F (F) | °ف |
| ||||
Celsius change | C-change | Used for temperature intervals instead of actual temperatures Example: {{convert|5|C-change|0}} warmer Result: 5 °م (9 °ف) warmer | |||||
Fahrenheit change | F-change | Used for temperature intervals instead of actual temperatures Example: {{convert|10|F-change|0}} colder Result: 10 °ف (6 °م) colder
| |||||
TORQUE (Full list) | |||||||
system | unit | unit- code |
symbol or abbrev. |
notes | sample default conversion |
combination output units | |
Industrial | |||||||
SI | نيوتن لكل متر | Nm | ن·م | Triple combinations are also possible. See the full list. | 1.0 ن·م (0.74 رطلق·قدم) |
| |
Non-SI metric | |||||||
كيلو غرام·متر | kg.m | كجم·م |
| ||||
Imperial & US customary | |||||||
رطل قوة-قدم | lb.ft | قدم·رطل |
| ||||
Scientific | |||||||
SI | نيوتن لكل متر | N.m | ن·م | Triple combinations are also possible. See the full list. | 1.0 ن·م (0.74 رطلق·قدم) |
| |
Non-SI metric | |||||||
كيلو غرام ثقلي·متر | kgf.m | كجمق·م |
| ||||
Imperial & US customary | |||||||
رطل قوة-قدم | lbf.ft | رطلق·قدم |
| ||||
VOLUME (Full list) | |||||||
system | unit | unit- code |
symbol or abbrev. |
notes | sample default conversion |
combination output units | |
SI | متر مكعب | m3 | م3 | US spelling: cubic meter one kilolitre |
1.0 م3 (35 قدم3) | ||
centiمتر مكعب | cm3 | cم3 | US spelling: cubic centimeter one millilitre |
1.0 cم3 (3.5×10−5 قدم3) | |||
cc | سم3 | ||||||
milliمتر مكعب | mm3 | mم3 | US spelling: cubic millimeter |
1.0 mم3 (3.5×10−8 قدم3) | |||
non-SI metric | kiloلتر | kl | kل | US spelling: kiloliter one cubic metre |
1.0 kل (220 غالون إمب; 260 غال-أمريكى) | ||
kL | kل | ||||||
لتر | l | ل | US spelling: liter one cubic decimetre Triple combinations are also possible. See the full list. |
1.0 ل (0.22 غالون إمب; 0.26 غال-أمريكى) |
| ||
L | ل |
| |||||
centiلتر | cl | cل | US spelling: centiliter |
1.0 cل (0.0022 غالون إمب; 0.0026 غال-أمريكى) | |||
cL | cل | ||||||
milliلتر | ml | mل | US spelling: milliliter one cubic centimetre |
1.0 mل (0.00022 غالون إمب; 0.00026 غال-أمريكى) |
| ||
mL | mل |
| |||||
Imperial & US customary |
يارد مكعب | cuyd | ياردة3 | 1.0 ياردة3 (0.76 م3) | |||
قدم مكعب | cuft (cufoot) | قدم3 | The cufoot code will produce cubic foot as the plural form. | 1.0 قدم3 (0.028 م3) | |||
بوصه مكعبه | cuin | بوصة3 | 1.0 بوصة3 (16 cم3) | ||||
Imperial | برميل إمبراطورى | impbbl | برميل إمب | 36 imp gal | 1.0 برميل إمب (160 ل; 36 غالون إمب; 43 غال-أمريكى) | ||
بوشل إمبراطورى | impbsh | بوشل إمب | 8 imp gal | [convert: bug, ask for help] | |||
impbu | بوشل إمب | ||||||
جالون إمبراطورى | impgal | غالون إمب | 4.54609 litres by definition, also 4 imp qt or 8 imp pt or 160 imp fl oz Triple combinations are also possible. See the full list. |
1.0 غالون إمب (4.5 ل; 1.2 غال-أمريكى) |
| ||
imperial كوارت إمبراطورى | impqt | كوارت إمب | 1/4 imp gal or 40 imp fl oz | 1.0 imp كوارت إمب (1,100 mل; 38 US fl oz) | |||
باينت إمبراطورى | imppt | باينت إمب | 1/8 imp gal or 20 imp fl oz | 1.0 باينت إمب (0.57 ل) | |||
أونصه سائله | impoz (impfloz) | imp fl oz | 1/160 imp gal | 1.0 imp fl oz (28 mل; 0.96 US fl oz) |
| ||
US customary liquid measure |
برميل أمريكى | USbbl | (none) | 31½ US gal used for liquids except for oil and beer (see the full list) |
1.0 برميل أمريكى (120 ل; 32 غال-أمريكى; 26 غالون إمب) | ||
U.S.bbl | U.S. bbl | ||||||
برميل | oilbbl | (none) | 42 US gal | 1.0 برميل (0.16 م3) | |||
برميل بيره أمريكى | USbeerbbl (usbeerbbl) |
برميل أمريكى | 1.0 برميل أمريكى (120 ل; 31 غال-أمريكى; 26 غالون إمب) | ||||
U.S.beerbbl (usbeerbbl) |
U.S. bbl | ||||||
غالون أمريكى | USgal | غال-أمريكى | 231 cubic inches by definition, also 4 US qt or 8 US pt or 128 US fl oz Triple combinations are also possible. See the full list. |
1.0 غال-أمريكى (3.8 ل; 0.83 غالون إمب) |
| ||
U.S.gal | U.S. gal |
| |||||
US كوارت أمريكى | USqt | (none) | 1/4 US gal or 32 US fl oz | 1.0 US كوارت أمريكى (950 mل) | |||
U.S.qt | U.S. qt | ||||||
باينت أمريكى | USpt | (none) | 1/8 US gal or 16 US fl oz | 1.0 باينت أمريكى (0.47 ل; 0.83 باينت إمب) | |||
U.S.pt | U.S. pt | ||||||
أوصنه أمريكيه سائله | USoz (USfloz) |
US fl oz | 1/128 US gal | 1.0 US fl oz (30 mل) |
| ||
U.S.oz (U.S.floz) |
U.S. fl oz |
| |||||
US customary dry measure |
US dry bbl | USdrybbl | (none) | 105/32 US bsh | 1.0 US dry bbl (0.12 م3) | ||
U.S.drybbl | U.S. dry bbl | ||||||
بوشل أمريكى | USbsh | (none) | 2150.42 cubic inches by definition | [convert: bug, ask for help] | |||
U.S.bsh | U.S. bsh | ||||||
بوشل أمريكى | USbu | (none) | 2150.42 cubic inches by definition | [convert: bug, ask for help] | |||
U.S.bu | U.S. bu | ||||||
US dry gal | USdrygal | (none) | 1/8 US bsh Triple combinations are also possible. See the full list. |
[convert: bug, ask for help] |
| ||
U.S.drygal | U.S. dry gal |
| |||||
كوارت أمريكى جاف | USdryqt | US dry qt | 1/32 US bsh | 1.0 US dry qt (1,100 mل) | |||
U.S.dryqt | U.S. dry qt | ||||||
باينت أمريكى جاف | USdrypt | US dry pt | 1/32 US bsh | 1.0 US dry pt (550 mل) | |||
U.S.drypt | U.S. dry pt |
| |||||
PRESSURE | |||||||
unit | unit- code |
symbol or abbrev. |
sample default conversion |
||||
gigaباسكال | GPa | Gبا | 1.0 Gبا (150,000 psi) | ||||
megaباسكال | MPa | Mبا | 1.0 Mبا (150 psi) | ||||
kiloباسكال | kPa | kبا | 1.0 kبا (0.15 psi) | ||||
hectoباسكال | hPa | hبا | 1.0 hبا (0.015 psi) | ||||
باسكال | Pa | با | 1.0 با (0.00015 psi) | ||||
milliباسكال | mPa | mبا | 1.0 mبا (1.5×10−7 psi) | ||||
ميليبار | mbar | مـم.بار | 1.0 مـم.بار (1.0 hبا) | ||||
mb | مـم.بار | ||||||
ديسى بار | dbar | د.بار | 1.0 د.بار (10 kبا) | ||||
بار | bar | (none) | 1.0 بار (100 kبا) | ||||
كيلوبارى | kBa | ك.بار | 1.0 ك.بار (1.0 hبا) | ||||
ميكروبار | Ba | مي.بار | 1.0 مي.بار (0.10 با) | ||||
جو | atm | (none) | 1.0 جو (100 kبا) | ||||
تور | Torr | (none) | 1.0 تور (0.13 kبا) | ||||
ملليمتر من الزئبق | mmHg | مـم.زئبق | 1.0 مـم.زئبق (0.13 kبا) | ||||
بوصه زئبقيه | inHg | inHg | 1.0 inHg (3.4 kبا) | ||||
رطل لكل بوصه مربعه | psi | psi | 1.0 psi (6.9 kبا) | ||||
FUEL EFFICIENCY | |||||||
unit | unit- code |
notes | combinations | ||||
kilometres per litre | km/l (km/L) | Use km/L to get "km/L"
|
| ||||
litres per 100 kilometres | l/100 km (L/100 km) | Use L/100 km to get "L/100 km"
|
| ||||
litres per kilometre | l/km (L/km) | Use L/km to get "L/km"
|
| ||||
miles per imperial gallon | mpgimp |
| |||||
miles per US gallon | mpgus (mpgUS, mpgU.S.) | Use mpgUS to get "US"Use |
| ||||
imperial gallons per mile | impgal/mi |
| |||||
US gallons per mile | usgal/mi (USgal/mi, U.S.gal/mi) | As above with the us vs US vs U.S.
|
| ||||
The mpgUS , mpgU.S. , USgal/mi vs U.S.gal/mi , km/L , L/100 km and L/km variants work within combinations also (making 36 combinations in total).
| |||||||
POPULATION DENSITY | |||||||
unit | unit- code |
notes | combinations | ||||
inhabitants per square kilometre | PD/km2 | PD stands for population density, i.e. humans (inhabitants)
|
| ||||
per square kilometre | /km2 | Used when the word 'inhabitants' would be inappropriate. |
| ||||
inhabitants per hectare | PD/ha |
| |||||
per hectare | /ha |
| |||||
inhabitants per square mile | PD/sqmi | PD stands for population density, i.e. humans (inhabitants)
|
| ||||
per square mile | /sqmi | Used when the word 'inhabitants' would be inappropriate. |
| ||||
inhabitants per acre | PD/acre |
| |||||
per acre | /acre |
| |||||
COST PER UNIT MASS | |||||||
unit | unit- code |
notes | combinations | ||||
dollars per pound | $/lb | "$" can mean US$, HK$, etc. |
| ||||
dollars per kilogram | $/kg |
| |||||
dollars per troy ounce | $/ozt | 12 troy ounces in 1 troy pound |
|
'per' units: kg/ha, miles per gallon
When using a slash (/
), a unit like kg/ha
is recognized as kilograms per hectare and will be converted in to other mass/area units. A unit in the numerator is not required.
{{convert|1000|kg/ha}}
→ 1,000 kiloغرامs per هكتار (890 رطل/acre){{convert|350|/in2}}
→ 350 لكل بوصه مربعه (54/سم2)
Population density (inhabitants per square mile) can be converted using
{{convert|10|PD/sqmi|PD/km2}}
→ 10 نسمه لكل ميل مربعs (3.9/كم2)
Vehicular fuel efficiency, commonly expressed in miles per gallon or litres per 100 km can also be converted
{{convert|26|mpgUS|l/100km mpgimp}}
→ 26 ميلs per غالون أمريكى (9.0 ل/100 kم; 31 mpg‑imp)
Units of difference: Expressing a change or difference in temperature
We have already discussed standard temperature conversions (°C, °F, K), as shown in these two examples:
convert|10|C
← convert|10|C (standard temperature conversion)convert|10|-|15|C
← convert|10|-|15|C (standard temperature range conversion)
When expressing a temperature change (e.g., "The temperature increased by 10 °C"), or when comparing temperatures (e.g., "10 to 15 °C warmer"), we cannot use the standard temperature units (|C
, |F
and |K
), which refer to points on the respective scale. Instead, we must use one of the following "units of difference": |C-change
, |F-change
and |K-change
.
Compare the following two examples with the two above:
convert|10|C-change
← convert|10|C-change increase in temperatureconvert|10|-|15|C-change
← convert|10|-|15|C-change warmer than normal
To produce multiple units in the output:
convert|10|C-change|F-change K-change
← convert|10|C-change|F-change K-change difference
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 يارد 2 قدم 3 بوصه (1.60 م){{convert|2|ft|3|in|cm}}
→ 2 قدم 3 بوصه (69 cم){{convert|1|lb|5|oz|g}}
→ 1 رطل 5 أونصهs (600 غ)
In output
Available multiple-unit output options predefined, like ftin
and ydftin
. The full list is at § Output multiples.
{{convert|2|m|ftin}}
→ 2 مترs (6 قدم 7 بوصه){{convert|2|m|ft in}}
→ 2 مترs (6.6 قدم; 79 بوصه), using a space, returns the decimal point
Default behavior, for comparison:
{{convert|2|m}}
→ 2 مترs (6 قدم 7 بوصه)
See also:
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 ميل ($6.2/kم){{convert|1500|$/ozt|$/g}}
→ $1,500 per أوقيه ترويسيه ($48/غ)
You can set the currency in both values using |$=€
:
{{convert|10|$/mi|$/km|$=€}}
→ €10 per ميل (€6.2/kم)
It is not possible to convert the currency. So, this result (mixed currencies) is not possible: $15 per mile (€8.6/km)
Using convert inside templates
For usage in template code, like infoboxes, {{Convert}} has these options:
- Pre-formatting fraction input
- Module:Convert/helper can read regular input and pre-format it into {{Convert}}-accepted input.
- Your template can accept
|input=16 7/8
and use {{#invoke:Convert/helper|number|16 7/8}} → خطأ: لا توجد وحدة بهذا الاسم "Convert/helper".
- Using a Wikidata property
- Adding the Wikidata property code, like code
|input=P2073
, to your template code automatically returns the Wikidata property for that article, and convert it. Both number and unit are read.
Note: to return that property value for an other article, use |qid=
.
Example for مدى المركبة (P2073) of (no entity):
{{convert|input=P2073|qid={{get QID|Cessna 208 Caravan}}|ftin|abbr=on}}
→ P2073{{convert|input=P2073|qid=Q1056131|km|abbr=on}}
→ P2073{{convert|input=P2073|qid=Q1056131|km|abbr=on|disp=out}}
→ P2073
- For example see قالب:Infobox Telescope.
Sometimes a property may have more than one value against it in Wikidata. You can use the |qual=
parameter to specify which of the values you want to use.
Example for قطر الدائرة (P2386):
Note: this example uses |qid=Q1513315
(testing for مرصد القطب الجنوبي (Q1513315))
- مرآة رئيسة (Q613628):
{{convert|input=P2386|qual=Q613628|ft|abbr=on}}
→ P2386 - secondary mirror (Q1395645):
{{convert|input=P2386|qual=Q1395645|ft|abbr=on}}
→ P2386
Parameter list
Parameter | Value | Description | Note |
---|---|---|---|
|abbr=in |
in
|
Use symbol for first (left-hand side) unit | Unit display |
|abbr=off |
off
|
Use name for all units | Unit display |
|abbr=none |
none
| ||
|abbr=on |
on
|
Use symbol for all units | Unit display |
|abbr=out |
out
|
Use symbol for right-hand side unit (default) | Unit display |
|abbr=unit |
unit
|
Use symbol for all units when using scientific notation | Unit display |
|abbr=values |
values
|
Omit both the input and output units: show only the numbers | Unit display |
|abbr=~ |
~
|
Shows both unit name and symbol | Unit display |
|adj=mid|… |
mid
|
User-specified text after the input unit; sets adj=on (adjective). Expects 1 unnamed parameter.
|
Word adding, adjective |
|adj=on |
on
|
Unit name is adjective (singular and hyphenated) | Grammar, adjective |
|adj=pre|… |
pre
|
User-specified text before input unit. Expects 1 unnamed parameter. | Word adding |
|adj=ri0 |
ri0
|
Round input with precision 0 | Input precision |
|adj=ri1 |
ri1
|
Round input with precision 1 | Input precision |
|adj=ri2 |
ri2
|
Round input with precision 2 | Input precision |
|adj=ri3 |
ri3
|
Round input with precision 3 | Input precision |
|comma=5 |
5
|
Only use comma for thousands separator if 5 or more digits | Number format |
|comma=gaps |
gaps
|
Use gaps (space), not comma, for thousands separator | Number format |
|comma=off |
off
|
No thousands separator | Number format |
|disp=b |
b
|
Join input and output using " (...)" (default) | Join values |
|disp=sqbr |
sqbr
|
Join input and output using " [...]" | Join values |
|disp=br |
br
|
Join input and output using "<br/>" | Join values |
|disp=comma |
comma
|
Join input and output using ", " | Join values |
|disp=or |
or
|
Join input and output using " or " | Join values |
|disp=number |
number
|
Display output number only | Parts only |
|disp=output number only |
output number only
| ||
|disp=out |
out
|
Display only output number and name/symbol | Parts only |
|disp=output only |
output only
| ||
|disp=preunit|…[|…] |
preunit
|
Text to be inserted after value and before units, for both input and output, with optionally different text for output. Expects 1 or 2 unnamed parameters. | Word adding |
|disp=table |
table
|
Output is suitable for a table cell with align="right" | Table columns |
|disp=tablecen |
tablecen
|
Output is suitable for a table cell with align="center" | Table columns |
|disp=unit |
unit
|
Display input name/symbol only (not input number, not output) | Parts only |
|disp=unit2 |
unit2
|
Display output name/symbol only (not input; not output number) | Parts only |
|disp=x|… |
x
|
Join input and output using user-specified text | Word adding |
|frac=N |
N
|
Show imperial number in fractions, denominator=N | Number format, fraction |
|input=P2048 |
P2048 (e.g.)
|
Reads and converts Wikidata property | Inside template |
|lk=in |
in
|
Link left-hand side unit name or symbol | Unit link |
|lk=on |
on
|
Link all unit names or symbols (but not twice for the same unit) | Unit link |
|lk=out |
out
|
Link right-hand side unit name or symbol | Unit link |
|order=flip |
flip
|
Inverts order of input, output measurements (conversion first) | Order |
|order=out |
out
|
Displays output units in the order entered, skipping input unit | Order |
|qid=Q1056131 |
Q1056131 (e.g.)
|
Reads Wikidata property from Wikidata item | Inside template; testing |
|qual=Q613628 |
Q613628 (e.g.)
|
Qualify Wikidata property | |
|round=5 |
5
|
Rounds calculation to the nearest multiple of 5 | Output precision |
|round=25 |
25
|
Rounds calculation to the nearest multiple of 25 | Output precision |
|round=each |
each
|
In a range, each number is rounded by the default rounding | Output precision |
|sigfig=N |
N
|
Round output number to N significant figures (N is a positive integer) | Output precision |
|sortable=on |
on
|
Adds invisible sort key | Table sort |
|sp=us |
us
|
Use U.S. spelling ("meter" instead of default "metre") | Spelling U.S. names |
|spell=in |
in
|
Spell input number in words | Spelling numbers |
|spell=In |
In
|
Spell input number in words with first letter uppercase | Spelling numbers |
|spell=on |
on
|
Spell input and output numbers in words | Spelling numbers |
|spell=On |
On
|
Spell input and output numbers in words with first letter uppercase | Spelling numbers |
|$=€ |
€
|
Replace $-sign with a currency sign, for example in €/hectare
|
Cost per unit No currency conversion happens |
|debug=yes |
yes
|
Debugging only. In a sortable table: show the normally hidden sort key | Table sort |
|disp=flip |
flip
|
Deprecated. Use |order=flip | Order |
|sing= |
Deprecated. Use |adj= | Plurals |
Deprecated options
Deprecated options should not be used. They may produce incorrect or undesired results and there is no guarantee that they will be supported in the future.
- disp=flip is deprecated. Use order=flip instead
- sing= is deprecated in any situation. Use adj= instead
- Range separator |xx| is deprecated (not compliant). Use |x| instead
- Range separator |*| is deprecated (not compliant). Use |x| instead
TemplateData
بيانات قالب: «Cvt»
Converts measurements to other units.
وسيط | وصف | نوع | حالة | |
---|---|---|---|---|
Value | 1 | The value to convert. | رقم | مطلوب |
From unit | 2 | The unit for the provided value.
| نص | مطلوب |
To units | 3 | The units to convert into. Separate units by a space for multiple outputs. In an output unit, use + for a multiplication space.
| نص | مقترح |
Precision or suffix | 4 | Significant digits after decimal dot or, if negative, exponent of ten. | رقم | اختياري |
Link units | lk | Indication of what units to apply wikilinks to. Use “on” for all, “in” for the input unit, “out” for the output units, or “off” for none of the units. For more fine-grained control over which units to link, use the template multiple times.
| نص | اختياري |
Abbreviation | abbr | Display for the units: “on” to display all units using their unit symbols, “off” to display all units in full words, “in” to display the unit symbol for the input unit, “out” to display the unit symbols for the output units, “unit” to display unit symbols for both input and output units when using scientific notation, “values” for no units at all (neither unit symbols nor full words of units).
| نص | مقترح |
Spelling | sp | Spelling of units. Use “us” to display unit names using U.S. spelling.
| نص | اختياري |
Adjective | adj | Whether to use adjectival form. Use “on” for singular unit name appended by a hyphen, “mid” to put conversion at end, or “off” (default) for no adjectival form.
| نص ويكي غير متوازن | اختياري |
Conversion | disp | 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.
| نص | اختياري |
Ordering | order | “flip” returns converted value first, input value second.
| نص | اختياري |
Significant figures | sigfig | Indicates the number of significant figures to be used in rounding. | رقم | اختياري |
Rounding output | round | The type of rounding. “5” rounds the output number to nearest multiple of 5, “25” to nearest multiple of 25, “each” rounds each number in a range. | رقم | اختياري |
Thousands separator | comma | Sets or suppresses the use of thousands separators in the numbers. “off”: no separator; “gaps”: use space instead of comma as thousands separator; “5”: only add thousands separator when the integral part of the number uses 5 positions or more (10,000 or more; if using comma as thousands separator, 1234 would produce '1234', 12345 would produce '12,345').
| بولياني | اختياري |
Sort key | sortable | “on” generates a hidden sort key
| بولياني | اختياري |
Spell numbers? | spell | If used, spells input or input and output numbers in words, optionally capitalizing the first
| نص | اختياري |
Singular? | sing | If 'yes', uses singular form of units (deprecated)
| بولياني | مستغنى عنه |
Fraction? | frac | fraction as rounding unit | رقم | اختياري |
Currency symbol | $ | sets currency symbol in both units
| نص | اختياري |
Mach altitude (ft) | altitude_ft | Mach (speed) depends on altitide
| رقم | اختياري |
Mach altitude (m) | altitude_m | Mach (speed) depends on altitude | رقم | اختياري |
WD property | input | Reads the property value of the item (article), then converts it
| نص | اختياري |