سانچہ:تحویل
| See this information on copying this template and modifying it for use on another wiki. |
| اس سانچے میں حسب ذیل لوا ماڈیول زیر استعمال ہے: |
Template {{convert}} calculates measurements from one unit (you can enter) to another one, and then presents the results. For example:
{{تحویل|2|km|mi}}→ 2 کلومیٹر (1.2 میل){{تحویل|7|mi|km}}→ 7 میل (11 کلومیٹر)
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:
{{تحویل|1|lb|kg}}→ 1 پونڈ (0.45 کلوگرام) (To compare; default: first value shows unit name){{تحویل|1|lb|kg|abbr=on}}→ 1 پونڈ (0.45 کلوگرام){{تحویل|1|lb|kg|abbr=off}}→ 1 پونڈ (0.45 کلوگرام)
|abbr=intoggles the default behaviour (|abbr=out):
{{تحویل|1|lb|kg|abbr=in}}→ 1 پونڈ (0.45 کلوگرام)
Adjective: a 10-mile distance
Use |adj=on to produce the adjective form. The difference:
{{تحویل|10|mi|km}} to go→ 10 میل (16 کلومیٹر) to go. (To compare, default)A {{تحویل|10|mi|km|adj=on}} distance→ A 10-میل (16 کلومیٹر) distance. (Adjective form)
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 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 |
{{تحویل|123|ft|m|-1}} |
123 فٹ (40 میٹر) | |
{{تحویل|123|ft|m|0}} |
123 فٹ (37 میٹر) | |
{{تحویل|123|ft|m|1}} |
123 فٹ (37.5 میٹر) | |
{{تحویل|550|ft|m|0}} |
550 فٹ (168 میٹر) | Approximate value is 167.64 m |
{{تحویل|550|ft|m}} |
550 فٹ (170 میٹر) | Rounds to 170, when approximate value is 167.64 m |
{{تحویل|500|ft|m|0}} |
500 فٹ (152 میٹر) | Approximate value is 152.4 m |
{{تحویل|500|ft|m}} |
500 فٹ (150 میٹر) | 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 1⁄10 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:
{{تحویل|1200|ft|m}}→ 1,200 فٹ (370 میٹر) {{تحویل|1200|ft|m|sigfig=4}}→ 1,200 فٹ (365.8 میٹر){{تحویل|1200|ft|m|sigfig=3}}→ 1,200 فٹ (366 میٹر){{تحویل|1200|ft|m|sigfig=2}}→ 1,200 فٹ (370 میٹر){{تحویل|1200|ft|m|sigfig=1}}→ 1,200 فٹ (400 میٹر)
Setting |sigfig= is meaningless
{{تحویل|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.
{{تحویل|10|m|ft}}→ 10 میٹر (33 فٹ){{تحویل|10|m|ft|round=5}}→ 10 میٹر (35 فٹ)
Similar: using |round=25 rounds the outcome to a multiple of 25.
{{تحویل|10|m|ft}}→ 10 میٹر (33 فٹ){{تحویل|10|m|ft|round=25}}→ 10 میٹر (25 فٹ)- To compare:
{{تحویل|10|m|ft|sigfig=4}}→ 10 میٹر (32.81 فٹ)
In a range, one can round each value individually to the default. Use |round=each:
{{تحویل|10 x 200 x 3000|m|ft}}→ 10 در 200 در 3,000 میٹر (33 فٹ × 656 فٹ × 9,843 فٹ){{تحویل|10 x 200 x 3000|m|ft|round=each}}→ 10 در 200 در 3,000 میٹر (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).
{{تحویل|5.56|cm|in|frac=16}}→ 5.56 سینٹیمیٹر (2 3⁄16 انچ){{تحویل|8|cm|in|frac=4}}→ 8 سینٹیمیٹر (3 1⁄4 انچ)
The fraction is reduced when possible:
{{تحویل|8|cm|in|frac=100}}→ 8 سینٹیمیٹر (3 3⁄20 انچ){{تحویل|8|cm|in}}→ 8 سینٹیمیٹر (3.150 انچ) (To compare)
Rounding the temperatures °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.
{{تحویل|10|C|F K}}→ 10 °C (50 °F؛ 283 ک)
Note
- For a temperature difference, like to convert "A rise of 10 °C", use
|C-change=10&tc. {{تحویل|10|C-change|F-change K-change}}→ A rise of 10 °C (18 °F؛ 10 ک)
Into multiple units: 10 °C (50 °F؛ 283 ک)
Separate the multiple output units by a space:
{{تحویل|10|C|F K}}→ 10 °C (50 °F؛ 283 ک){{تحویل|5|km|mi nmi}}→ 5 کلومیٹر (3.1 میل؛ 2.7 بحری میل)
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: 6 to 17 kg (13 to 37 lb)
Range indicators are entered as the second parameter (between the values). Range separators can be:
Range separators in {{convert}}
| |||
|---|---|---|---|
| Separator | Convert | Result | Notes |
-
|
{{تحویل|3|-|6|ft}}
|
3–6 فٹ (0.91–1.83 میٹر) | Input can be hyphen (-) or en dash (–), output uses en dashes |
-– –(en dash)
|
{{تحویل|3|–|6|ft}}
|
3–6 فٹ (0.91–1.83 میٹر) | |
and
|
{{تحویل|3|and|6|ft}}
|
3 و 6 فٹ (0.91 و 1.83 میٹر) | |
and&&
|
{{تحویل|3|&|6|ft}}
|
3 &[آلہ تبدیل: نامعلوم اکائی] | Same as and
|
and(-)
|
{{تحویل|3|and(-)|6|ft}}
|
3 و 6 فٹ (0.91–1.83 میٹر) | |abbr=on alters the punctuation
|
and(-)|abbr=on
|
{{تحویل|3|and(-)|6|ft|abbr=on}}
|
3 و 6 فٹ (0.91–1.83 میٹر) | |
or
|
{{تحویل|3|or|6|ft}}
|
3 یا 6 فٹ (0.91 یا 1.83 میٹر) | |
to
|
{{تحویل|3|to|6|ft}}
|
3 تا 6 فٹ (0.91 تا 1.83 میٹر) | |
to(-)
|
{{تحویل|3|to(-)|6|ft}}
|
3 تا 6 فٹ (0.91–1.83 میٹر) | |abbr=on alters the punctuation
|
to(-)|abbr=on
|
{{تحویل|3|to(-)|6|ft|abbr=on}}
|
3 تا 6 فٹ (0.91–1.83 میٹر) | |
to about
|
{{تحویل|3|to about|6|ft}}
|
3 تا تقریباً 6 فٹ (0.91 تا تقریباً 1.83 میٹر) | |
+/-
|
{{تحویل|3|+/-|6|ft}}
|
3 ± 6 فٹ (0.91 ± 1.83 میٹر) | |
+/-± ±
|
{{تحویل|3|±|6|ft}}
|
3 ± 6 فٹ (0.91 ± 1.83 میٹر) | |
+
|
{{تحویل|3|+|6|ft}}
|
3 + 6 فٹ (0.91 + 1.83 میٹر) | |
,
|
{{تحویل|3|,|6|ft}}
|
3, 6 فٹ (0.91, 1.83 میٹر) | |
, and
|
{{تحویل|3|, and|6|ft}}
|
3 اور 6 فٹ (0.91 اور 1.83 میٹر) | |
, or
|
{{تحویل|3|, or|6|ft}}
|
3 یا 6 فٹ (0.91 یا 1.83 میٹر) | |
by
|
{{تحویل|3|by|6|ft}}
|
3 در 6 فٹ (0.91 در 1.83 میٹر) | |
x
|
{{تحویل|3|x|6|ft}}
|
3 در 6 فٹ (0.91 میٹر × 1.83 میٹر) | Scientific notation.|abbr=on alters the punctuation
|
× ×
|
{{تحویل|3|×|6|ft}}
|
3 در 6 فٹ (0.91 میٹر × 1.83 میٹر) | |
x|abbr=on
|
{{تحویل|3|x|6|ft|abbr=on}}
|
3 فٹ × 6 فٹ (0.91 میٹر × 1.83 میٹر) | |
xx
|
|xx| is deprecated. Use |x| instead | ||
*
|
|*| is deprecated. Use |x| instead | ||
to-
|
|to-| is deprecated. Use |to(-)| instead | ||
&
|
|&| is deprecated. Use |and| instead | ||
abbr=mos
|
|abbr=mos is deprecated. Use |x| or |by| instead | ||
Multiple dimensions: 6 میٹر × 12 میٹر (20 فٹ × 39 فٹ)
- Use "by"
{{تحویل|6|by|12|ft|m}}→ 6 در 12 فٹ (1.8 در 3.7 میٹر)- Use "×" or ""x""
{{تحویل|6|x|12|m|ft}}→ 6 در 12 میٹر (20 فٹ × 39 فٹ)
In science, the formal way is to set |x| and |abbr=on (keeping dimensions right, like in area = x km2):
{{تحویل|6|x|12|m|ft|abbr=on}}→ 6 میٹر × 12 میٹر (20 فٹ × 39 فٹ)
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:
{{تحویل|1|ft|3|in|mm}}→ 1 فٹ 3 انچ (380 ملی میٹر) (to compare){{تحویل|1|ft|3|in|x|3|ft|5|in|mm}}→ 1 فٹ 3 انچ ([آلہ تبدیل: نامعلوم اکائی])
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:
{{تحویل|1|m|ft}}→ 1 میٹر (3.3 فٹ)—default{{تحویل|1|m|ft|sp=us}}→ 1 میٹر (3.3 فٹ)
Spell out numbers: ten miles
To write a number in words, use |spell=in:
{{تحویل|10|mi|m|spell=in}}→ دس میل (16,000 میٹر)
To spell out both in and out values, use |spell=on:
{{تحویل|10|mi|m|spell=on}}→ دس میل (سولہ هزار میٹر)
To make first letter a capital, use |spell=In, |spell=On
{{تحویل|10|mi|m|spell=In}}→ دس میل (16,000 میٹر){{تحویل|10|mi|m|spell=On}}→ دس میل (سولہ هزار میٹر)
Remember that the spelling of the units (ft, m) is independently set by |abbr=. To the extreme:
{{تحویل|10|mi|m|spell=on|abbr=off|sp=us}}→ دس میل (سولہ هزار میٹر)
Extra words: 4 planted acres
- Incomplete section
{{تحویل|4|acre||adj=pre|planted}}→ 4 planted acre (1.6 ha)
Extra adjective words: A 10-فٹ-long corridor
{{تحویل|4|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.
{{تحویل|1|metre}}→ 1 metre[آلہ تبدیل: ambiguous unit]{{تحویل|2|metre}}→ 2 metre[آلہ تبدیل: ambiguous unit]{{تحویل|2|metre|abbr=on}}→ 2 metre[آلہ تبدیل: ambiguous unit]
- Exception
Entering the unit spelled |foot| forces singular output "foot", whatever the number is.
{{تحویل|100|foot|abbr=off}}→ 100 فٹ (30 میٹر)
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:
The American defenders had 18-, 24- and 32-pounder (8, 11 and 15 kg) cannons.
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 {{تحویل|18 |, |24 |, |32 |lb |kg |0 }} cannons
- Get the converted data below by clicking Preview or Save:
- → had 18, 24, 32 پونڈ (8, 11, 15 کلوگرام) 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 {{subst:convert|18 |, |24 |, |32 |lb |kg |0 }} cannons
- Double-check this by clicking Preview. The preview will show the converted numbers are still correct:
- → had 18, 24, 32 pounds (8, 11, 15 kg) cannons
- Then click Save.
- 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, 24, 32 pounds (8, 11, 15 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, 11_and_15 kg) cannons
- And then saving 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)
بین الاقوامی نظام اکائیاتی سابقہ جات
متن
علامت
Factor
یوٹا
Y
1024
زیٹا
Z
1021
ایگزا
E
1018
پیٹا
P
1015
ٹیرا
T
1012
گیگا
G
109
میگا
M
106
کلو
k
103
ہیکٹو
h
102
ڈیکا
da
101
(نامعلوم)
(none)
1
deci
d
10−1
centi
c
10−2
milli
m
10−3
micro
μ
10−6
nano
n
10−9
pico
p
10−12
femto
f
10−15
atto
a
10−18
zepto
z
10−21
yocto
y
10−24
Units can have an میٹرک سابقہ جات 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 Gمیٹر (1.2×1010 میٹر)
- 12 µمیٹر (1.2×10−5 میٹر)
The prefix can be added before the SI unit (here: unit m for meter):
{{تحویل|12|Gm|mi|abbr=on}} → 12 Gمیٹر (7,500,000 میل)
Mm: 12 Mمیٹر (7,500 میل)
km: 12 کلومیٹر (39,000 فٹ)
mm: 12 ملی میٹر (0.47 انچ)
μm: 12 µمیٹر (0.012 ملی میٹر)
um: 12 µمیٹر (0.012 ملی میٹر) (letter "u" can be used for "μ" here)
The prefix can be used in the output unit:
{{تحویل|12000|mi|Mm|abbr=on}} → 12,000 میل (19 Mمیٹر)
{{تحویل|12|in|μm|abbr=on}} → 12 انچ (300,000 µمیٹر)
As an exception, the non-SI unit "inch" can have the "μ" prefix too)
{{تحویل|12|μm|μin|abbr=on}} → 12 µمیٹر (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:
{{تحویل|7|e6m}} → 7 ملین میٹر (23,000,000 فٹ)
The same is possible for the output unit:
{{تحویل|23,000,000|ft|e6m}} → 23,000,000 فٹ (7.0×106 میٹر)
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.
{{تحویل|12.3e-15|atm|atm|abbr=on}} → 12.3×10−15 atm (1.23×10−14 atm)
{{تحویل|0.00000005|atm|atm|abbr=on}} → 0.00000005 atm (5.0×10−8 atm)
Input with fractions: 1 1⁄2 انچ (38.1 ملی میٹر)
The number to convert can be written in fractions. Both / (keyboard slash) and ⁄ (fraction slash) are accepted:
{{تحویل|1/2|in|mm|1}} → 1⁄2 انچ (12.7 ملی میٹر)
{{تحویل|1⁄2|in|mm|1}} → 1⁄2 انچ (12.7 ملی میٹر)
With integers, use a + sign
{{تحویل|2+1⁄2|in|mm|1}} → 2 1⁄2 انچ (63.5 ملی میٹر)
When negative, use a hyphen - and repeat it:
{{تحویل|-2-1⁄2|in|mm|1}} → −2 1⁄2 انچ (−63.5 ملی میٹر)
{{تحویل|2-1⁄2|in|mm|1}} → 2–1⁄2 انچ (50.8–12.7 ملی میٹر) Note: this is read as a range
{{تحویل|-2+1⁄2|in|mm|1}} → [آلہ تبدیل: invalid number]
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:
{{تحویل|1//2|in|mm|1}} → 1/2 انچ (12.7 ملی میٹر)
{{تحویل|2+1//2|in|mm|1}} → 2 1/2 انچ (63.5 ملی میٹر)
Thousands separator: 1,000 mi and 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:
{{تحویل|1234567|m|ft}} → 1,234,567 میٹر (4,050,417 فٹ)
{{تحویل|1,234,567|m|ft}} → 1,234,567 میٹر (4,050,417 فٹ)
{{تحویل|1 234 567|m|ft}} → [آلہ تبدیل: invalid number] 
Set |comma=off to remove the separator from the output:
{{تحویل|1234567|m|ft|comma=off}} → 1234567 میٹر (4050417 فٹ)*
Use |comma=gaps to use digit grouping by gap (thin space) as a thousands separator:
{{تحویل|1234567|m|ft}} → 1,234,567 میٹر (4,050,417 فٹ) (To compare, default)
{{تحویل|1234567|m|ft|comma=gaps}} → 1234567 میٹر (4050417 فٹ)
Setting |comma=5 or |comma=gaps5 will only add the separator when the number of digits is 5 or more:
{{تحویل|1234|m|ft}} → 1,234 میٹر (4,049 فٹ) (To compare, default)
{{تحویل|1234|m|ft|comma=5}} → 1234 میٹر (4049 فٹ)
{{تحویل|1234567|m|ft|comma=5}} → 1,234,567 میٹر (4,050,417 فٹ)
{{تحویل|1234|m|ft|comma=gaps5}} → 1234 میٹر (4049 فٹ)*
{{تحویل|1234567|m|ft|comma=gaps5}} → 1234567 میٹر (4050417 فٹ)*
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|...:
{{تحویل|10|m|ft}} → 10 میٹر (33 فٹ)—( ) brackets are the default
{{تحویل|10|m|ft|disp=sqbr}} → 10 میٹر [33 فٹ]
{{تحویل|10|m|ft|disp=comma}} → 10 میٹر، 33 فٹ
{{تحویل|10|m|ft|disp=or}} → 10 میٹر یا 33 فٹ
Setting |disp=br will force a new line (<br>)
{{تحویل|10|m|ft|disp=br}} → 10 میٹر
33 فٹ
Also |disp=br() will force a new line, and keep the brackets:
{{تحویل|10|m|ft|disp=br()}} → 10 میٹر
(33 فٹ)
Setting |disp=x|... allows any text as separator:
{{تحویل|10|m|ft|disp=x|_MyText_}} → 10 میٹر_MyText_33 فٹ—(To display spaces, use )
Flipping (reordering) the two measurements: 1,609.3 میٹر (1 میل)
Setting |order=flip will flip (swap) the two measurements:
{{تحویل|1|mi|m}} → 1 میل (1,609.3 میٹر) (To compare, default)
{{تحویل|1|mi|m|order=flip}} → 1,609.3 میٹر (1 میل)
When converting to multiple units, the effect is:
{{تحویل|10|km|mi nmi|order=flip}} → 6.2137 میل؛ 5.3996 بحری میل (10 کلومیٹر)
{{تحویل|10|km|nmi mi|order=flip}} → 5.3996 بحری میل؛ 6.2137 میل (10 کلومیٹر)
Displaying parts of the result: 2 (1.5)
It is possible to display only parts of the conversion result:
Convert
Output
Description
{{تحویل|2|cuyd|m3}}
2 یارڈ مکعب (1.5 میٹر3)
Default, to compare
{{تحویل|2|cuyd|m3|abbr=values}}
2 (1.5)
Input and output numbers
{{تحویل|2|cuyd|m3|disp=unit}}
یارڈ مکعب
Input unit
{{تحویل|2|cuyd|m3|disp=unit|adj=on}}
یارڈ-مکعب
Input unit, adjective (hyphenated)
{{تحویل|2|cuyd|cuyd|0|disp=out|abbr=off}}
2 یارڈ مکعب
Input (workaround)
{{تحویل|2|cuyd|m3|abbr=~}}
2 یارڈ مکعب [cu yd] (1.5 میٹر3)
Input: both name and symbol
{{تحویل|2|cuyd|m3|disp=unit2}}
میٹر3
Output unit (symbol)
{{تحویل|2|cuyd|m3|disp=unit2|abbr=off}}
مکعب میٹر
Output unit (name)
{{تحویل|2|cuyd|m3|disp=number}}
1.5
Output value
{{تحویل|2|cuyd|m3|disp=out}}
1.5 میٹر3
Output value and unit
{{تحویل|2|cuyd|m3|disp=out|abbr=off}}
1.5 مکعب میٹر
Output value and unit
Display input name and symbol: 2 kilopascals [kPa]
Setting |abbr=~ returns both name and symbol of the first (input) unit:
{{تحویل|2|kPa|psi|abbr=~}} → 2 کلوپاسکال [کلوPa] (0.29 psi)
A {{تحویل|2|kPa|psi|abbr=~|adj=on}} pressure → A 2-کلوپاسکال [کلوPa] (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 کلومیٹر
62 میل
100 کلومیٹر
(62 میل)
Table columns showing numbers only
Using {convert} in a table cell, with |disp=table splits the result over two columns:
{{تحویل|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:
{{تحویل|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 میٹر (98 فٹ)
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:
{{تحویل|10|m|ft|sortable=on}} → <span style="display:none">7001100000000000000</span>10 metres (33 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 3⁄4
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
The table below lists units supported by template {{تحویل}}. The list is not complete—more complete lists are linked for each dimension. A complete list is at the full list of units.
- Explanation – unit codes
The {{convert}} template 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 given in column 3 of the following tables, and are accepted as input by the {{convert}} template as the second and third unnamed parameters. For example, {{تحویل|100|kg|lb}} produces "100 کلوگرام (220 پونڈ)" and {{تحویل|100|lb|kg}} produces "100 پونڈ (45 کلوگرام)"
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 lower-case f).
The unit-codes should be treated as case-sensitive, especially in cases like {{تحویل|100|Mm|mm}}, which produces "100 میگامیٹر (1.0×1011 ملی میٹر)".
The output of {{convert}} can display multiple converted units, if further unit-codes are specified after the second unnamed parameter (without the | separator). Typical combination output units are listed below in column 7. For example, {{تحویل|55|nmi|km mi}} produces "55 بحری میل (102 کلومیٹر؛ 63 میل)", and {{تحویل|1|oz|ozt g gr}} produces "1 اونس (0.91 ozt؛ 28 گرام؛ 440 gr)".
والیم
Abridged list of units supported by {{Convert}}
Explanation
system
unit
code
(alternative)
symbol/abbreviation
notes
conversion factor
combinations
the system(s) to which the unit belongs
units listed by name
codes that can be entered when using the template
symbols/abbreviations as displayed by the template
notes which may pertain to the units in general or specifically to their use in this template
conversion factors used by the template to convert to and from the SI base unit
codes for multiple conversions
Area
(Full list)
system
unit
code
(alternative)
abbreviation
notes
conversion factor/m2
combinations
SI
مربع کلومیٹre
km2
کلومیٹر2
US spelling: square kilometer
1,000,000
- km2 sqmi
مربع میٹرre
m2
میٹر2
US spelling: square meter
1
- m2 sqft
square centimetre
cm2
cm2
US spelling: square centimeter
0.0001
- cm2 sqin
square millimetre
mm2
mm²
US spelling: square millimeter
0.000001
- mm2 sqin
non-SI metric
hectare
ha
ha
10,000
Imperial
&
US customary
مربع میل
sqmi
مربع میل
2,589,988.110336
- sqmi km2
ایکڑ
acre
4,046.856422
مربع گز
sqyd
مربع گز
0.83612736
square فٹ
sqft
(sqfoot)
مربع فٹ
The sqfoot code will produce square foot as the plural form.
0.09290304
- sqft m2 (sqfoot m2)
مربع انچ
sqin
مربع انچ
0.00064516
- sqin cm2
Other
square nautical mile
sqnmi
sq nmi
3,429,904
dunam
dunam
For alternative spellings and definitions see the full list
1,000
tsubo
tsubo
(400/121)
کثافت
کثافت
سسٹم
اکائی
یونٹ-
کوڈ
علامتor
مخفف
نوٹس
نمونہ ڈیفالٹ
تحویل
مجموعہ
آؤٹ پٹ یونٹس
میٹرک
کلوگرام فی مکعب میٹر
kg/m3
کلو گرام/میٹر3
1.0 کلو گرام/میٹر3 (1.7 lb/cu yd)
- kg/m3 lb/ft3 (kg/m3 lb/cuft)
- kg/m3 lb/yd3 (kg/m3 lb/cuyd)
گرام فی مکعب میٹر
g/m3
گرام/میٹر3
1.0 گرام/میٹر3 (0.0017 lb/cu yd)
- g/m3 kg/m3
- g/m3 lb/ft3 (g/cm3 lb/cuft)
- g/m3 lb/yd3 (g/cm3 lb/cuyd)
امپیریل
اور
یو ایس کسٹمری
پونڈ فی فٹ مکعب
lb/ft3
lb/cu ft
1.0 lb/cu ft (0.016 گرام/سینٹی میٹر3)
- lb/ft3 kg/m3 (lb/cu ft g/m3)
- lb/ft3 g/m3 (lb/cu ft g/m3)
پونڈ فی یارڈ مکعب
lb/yd3
lb/cu yd
1.0 lb/cu yd (0.59 کلو گرام/میٹر3)
- lb/yd3 kg/m3 (lb/cuyd kg/m3)
- lb/yd3 g/m3 (lb/cuyd g/m3)
Energy
(Full list)
system
unit
code
(alternative)
abbreviation
notes
conversion factor/J
combinations
SI
gigajoule
GJ
GJ
1,000,000,000
megajoule
MJ
MJ
1,000,000
kilojoule
kJ
kJ
1,000
hectojoule
hJ
hJ
100
decajoule
daJ
daJ
10
joule
J
J
1
decijoule
dJ
dJ
0.1
centijoule
cJ
cJ
0.01
millijoule
mJ
mJ
0.001
microjoule
μJ (uJ)
µJ
0.000001
nanojoule
nJ
nJ
0.000000001
cgs
megaerg
Merg
Merg
0.1
kiloerg
kerg
kerg
0.0001
erg
erg
erg
0.0000001
Watt-hour multiples
terawatt-hour
TWh
TWh
3.6×1015
TW.h
TW·h
gigawatt-hour
GWh
GWh
3.6×1012
GW.h
GW·h
megawatt-hour
MWh
MWh
3,600,000,000
MW.h
MW·h
kilowatt-hour
kWh
kWh
3,600,000
kW.h
kW·h
watt-hour
Wh
Wh
3,600
W.h
W·h
الیکٹرون وولٹ multiples
gigaelectronvolt
GeV
GeV
0.0000000001602176487
megaelectronvolt
MeV
MeV
1.602176487×10−13
kiloelectronvolt
keV
keV
1.602176487×10−16
electronvolt
eV
eV
1.602176487×10−19
millielectronvolt
meV
meV
1.602176487×10−22
Calorie multiples
حرارہ
Cal
حرارہ
The thermochemical calorie is the default definition. For other definitions see the full list.
4,184
megacalorie
Mcal
Mcal
4,184,000
kilocalorie
kcal
kcal
4,184
calorie
cal
cal
4.184
millicalorie
mcal
mcal
0.004184
pound/ounce-foot/
پور-گھنٹہ-دقیقہ (وقت)-ثانیہ
foot-poundal
ftpdl
ft·pdl
0.0421401100938048
foot-pound (energy)
ftlbf
ft·lbf
1.3558179483314003
ftlb-f
ft·lbf
inch-pound force
inlbf
in·lbf
0.1129848290276167
inlb-f
in·lbf
inch-ounce force
inozf
in·ozf
0.00706155181422604350
inoz-f
in·ozf
horsepower-hour
hph
hp·h
2,684,519.537696173000
برٹش تھرمل یونٹ
British thermal unit
Btu
Btu
The International Steam Table British thermal unit is the default definition. For other definitions see the full list.
1,055.05585262
BTU
BTU
TNT-based units
gigatonne of TNT
GtTNT
4.184×1018
gigaton of TNT
GtonTNT
megatonne of TNT
MtTNT
4.184×1015
megaton of TNT
MtonTNT
Mt
kilotonne of TNT
ktTNT
4.184×1012
kiloton of TNT
ktonTNT
kt
tonne of TNT
tTNT
4,184,000,000
ton of TNT
tonTNT
Other
Hartree
Eh
Eh
4.35974417×10−18
rydberg
Ry
Ry
2.1798741×10−18
tonne of oil equivalent
toe
toe
41,868,000,000
barrel of oil equivalent
BOE
BOE
6,117,863,200
cubic foot of natural gas
cuftnaturalgas
(cufootnaturalgas)
The cufootnaturalgas code will produce cubic foot of natural gas as the plural form.
1,055,055.85262
litre-atmosphere
latm
l·atm
101.325
Latm
L·atm
gallon-atmosphere
impgalatm
imp gal·atm
460.63256925
gallon-atmosphere
USgalatm
(usgalatm)
US gal·atm
383.5568490138
U.S.galatm
(usgalatm)
U.S. gal·atm
Force
(Full list)
system
unit
code
(alternative)
abbreviation
notes
conversion factor/N
combinations
SI
giganewton
GN
GN
Triple combinations are also possible. See the full list.
1,000,000,000
- GN LT-f
- GN LTf
- GN ST-f
- GN STf
meganewton
MN
MN
Triple combinations are also possible. See the full list.
1,000,000
- MN LT-f
- MN LTf
- MN ST-f
- MN STf
kilonewton
kN
kN
Triple combinations are also possible. See the full list.
1,000
- kN LT-f
- kN LTf
- kN ST-f
- kN STf
newton
N
N
1
- N lb-f
- N lbf
- N oz-f
- N ozf
millinewton
mN
mN
0.001
- mN oz-f
- mN ozf
- mN gr-f
- mN grf
micronewton
μN (uN)
µN
0.000001
- μN gr-f
- μN grf
nanonewton
nN
nN
0.000000001
- nN gr-f
- nN grf
cgs
megadyne
Mdyn
Mdyn
10
kilodyne
kdyn
kdyn
0.01
dyne
dyn
(dyne)
dyn
0.00001
millidyne
mdyn
mdyn
0.00000001
Metric gravitational units
tonne-force
t-f
tf
9,806.65
tf
tf
kilogram-force
kg-f
kgf
9.80665
kgf
kgf
gram-force
g-f
gf
0.00980665
gf
gf
milligram-force
mg-f
mgf
0.00000980665
mgf
mgf
Avoirdupois-based units
poundal
pdl
pdl
0.138254954376
long ton-force
LT-f
LTf
9,964.01641818352
- LT-f ST-f
LTf
LTf
- LTf STf
short ton-force
ST-f
STf
8,896.443230521
- ST-f LT-f
STf
STf
- STf LTf
pound-force
lb-f
lbf
4.4482216152605
lbf
lbf
ounce-force
oz-f
ozf
0.2780138203095378000
ozf
ozf
grain-force
gr-f
grf
0.0006354602307515
grf
grf
Length
(Full list)
system
unit
code
(alternative)
abbreviation
notes
conversion factor/m
combinations
SI
megametre
Mm
Mm
US spelling: megameter
1,000,000
کلومیٹر
km
کلومیٹر
US spelling: kilometer
1,000
- km mi
میٹر
m
میٹر
US spelling: meter
1
- m ft
- m ftin
centimetre
cm
cm
US spelling: centimeter
0.01
- cm in
millimetre
mm
mm
US spelling: millimeter
0.001
- mm in
micrometre
μm (um)
µm
US spelling: micrometer
0.000001
nanometre
nm
nm
US spelling: nanometer
0.000000001
non-SI میٹرک نظام
ångström
Å
(angstrom)
Å
0.0000000001
شاہی نظام اوزان
&
US customary
میل
mi
میل
1,609.344
- mi km
furlong
furlong
201.168
chain
chain
20.1168
rod
rd
rd
For other names of this unit see the full list.
5.0292
fathom
fathom
assumes 1 fathom ≡ 6 ft
1.8288
yard
yd
yd
assumes the international definition
0.9144
فٹ
ft (foot)
فٹ
The foot code will produce foot as the plural form.
0.3048
- ft m (foot m)
hand
hand
h
0.1016
inch
in
in
0.0254
- in cm
- in mm
Other
nautical mile
nmi
nmi
the international standard nautical mile
For other nautical miles see the full list.
1,852
parsec
pc
pc
3.08567758130570×1016
light-year
ly
ly
9.4607304725808×1015
فلکیاتی اکائی
AU
AU
149,597,870,691
Mass
(Full list)
system
unit
code
(alternative)
abbreviation
notes
conversion factor/kg
combinations
SI
کلوگرام
kg
کلوگرام
Triple combinations are also possible. See the full list.
1
- kg lb
- kg st
gram
g
g
0.001
- g oz
milligram
mg
mg
0.000001
- mg gr
microgram
μg (ug)
µg
0.000000001
د
non-SI metric
tonne
t
t
Triple combinations are also possible. See the full list.
1,000
- t LT
- t ST
metric ton
MT
t
- MT LT
- MT ST
Avoirdupois
long ton
LT
2,240 lb
used mostly in the British Commonwealth
Triple combinations are also possible. See the full list.
1,016.0469088
- LT t
- LT MT
- LT ST
long ton
short ton
ST
2,000 lb
used mostly in the US
Triple combinations are also possible. See the full list.
907.18474
- ST t
- ST MT
- ST LT
short ton
stone
st
st
14 lb
used mostly in the British Commonwealth except Canada
Triple combinations are also possible. See the full list.
6.35029318
- st kg
- st lb
پاؤنڈ
lb
پاؤنڈ
Triple combinations are also possible. See the full list.
0.45359237
- lb kg
- lb st
ounce
oz
oz
0.028349523
- oz g
drachm
drachm
0.001771845195
drachm
dram
grain
gr
gr
equivalent to the troy grain
0.00006479891
Troy
troy ounce
ozt
ozt
0.0311034768
other
carat
carat
0.0002
Speed
(Full list)
system
unit
code
(alternative)
abbreviation
notes
conversion factor/(m/s)
combinations
SI
metre per second
m/s
m/s
US spelling: meter per second
1
- m/s ft/s (m/s foot/s)
non-SI metric
kilometre per hour
km/h
km/h
US spelling: kilometer per hour
(5/18)
- km/h mph
Imperial
&
US customary
mile per hour
mph
mph
0.44704
- mph km/h
- mph kn
foot per second
ft/s (foot/s)
ft/s
The foot/s code will produce foot per second as the plural form.
0.3048
- ft/s m/s
Maritime units
knot
kn (knot)
kn
(4.63/9)
- kn mph
Temperature
(Full list)
system
unit
code
(alternative)
abbreviation
notes
conversion
to kelvin
combinations
SI
کیلون
K
K
Triple combinations are also possible. See the full list.
[K]
- K °C (K C)
- K °R (K R)
- K °F (K F)
degree Celsius
°C (C)
°C
([°C]+273.15)
- °C K (C K)
- °C °R (C R)
- °C °F (C F)
Imperial
&
US customary
degree Rankine
°R (R)
°R
([°R]/1.8)
- °R K (R K)
- °R °C (R C)
- °R °F (R F)
degree فارنہائٹ
°F (F)
°ف
(([°F]+459.67)/1.8)
- °F K (F K)
- °F °C (F C)
- °F °R (F R)
تدویر
(Full list)
system
unit
unit-
code
abbrev-
iation
notes
sample default
conversion
combination
output units
Industrial
SI
نیوٹن میٹر
Nm
N·m
Triple combinations are also possible. See the full list.
1.0 N·m (0.74 پونڈ·فٹ)
- Nm kg.m
- Nm lb.ft
Non-SI metric
کلوگرام میٹر
kg.m
کلوگرام·میٹر
1.0 کلوگرام·میٹر (9.8 N·m؛ 7.2 پونڈ·فٹ)
- kg.m Nm
- kg.m lb.ft
Imperial
&
US customary
پونڈ قوت-فٹ
lb.ft
پونڈ·فٹ
1.0 پونڈ·فٹ (1.4 N·m)
- lb.ft Nm
- lb.ft kg-m
Scientific
SI
نیوٹن میٹر
N.m
N·m
Triple combinations are also possible. See the full list.
1.0 N·m (0.74 پونڈ·فٹ)
- N.m kgf.m
- N.m lbf.ft
Non-SI metric
کلوگرام قوت-میٹر
kgf.m
kgf·m
1.0 kgf·m (9.8 N·m؛ 7.2 پونڈ·فٹ)
- kgf.m N.m
- kgf.m lbf.ft
Imperial
&
US customary
پونڈ قوت-فٹ
lbf.ft
پونڈ·فٹ
1.0 پونڈ·فٹ (1.4 N·m)
- lbf.ft N.m
- lbf.ft kgf.m
Volume
(مکمل فہرست)
سسٹم
یونٹ
یونٹ-
کوڈ
علامت یا
مخفف
نوٹس
سیمپل ڈیفالٹ
تحویل
مجموعہ
آؤٹ پٹ یونٹس
SI
مکعب میٹر
m3
میٹر3
یو ایس سپیلنگ: cubic meter
one kilolitre
1.0 میٹر3 (35 cu ft)
سینٹیمکعب میٹر
cm3
سینٹی میٹر3
یو ایس سپیلنگ: cubic centimeter
one millilitre
1.0 سینٹی میٹر3 (3.5×10−5 cu ft)
cc
cc
ملیمکعب میٹر
mm3
mm3
یو ایس سپیلنگ: cubic millimeter
1.0 mm3 (6.1×10−5 cu in)
non-SI metric
کلولیٹر
kl
کلوl
یو ایس سپیلنگ: kiloliter
one cubic metre
1.0 کلوl (220 imp gal؛ 260 US gal)
kL
کلوL
لیٹر
l
l
یو ایس سپیلنگ: liter
one cubic decimetre
Triple combinations are also possible. See the full list.
1.0 l (0.22 imp gal؛ 0.26 US gal)
- l impgal
- l USgal
- l U.S.gal
- l USdrygal
- l U.S.drygal
L
L
- L impgal
- L impqt
- L USgal
- L U.S.gal
- L USdrygal
- L U.S.drygal
سینٹیلیٹر
cl
سینٹی l
یو ایس سپیلنگ: centiliter
1.0 سینٹی l (0.0022 imp gal؛ 0.0026 US gal)
cL
سینٹی L
ملیلیٹر
ml
ملی l
یو ایس سپیلنگ: milliliter
one cubic centimetre
1.0 ملی l (0.00022 imp gal؛ 0.00026 US gal)
- ml impoz
- ml USoz
- ml U.S.oz
mL
ملی L
- mL impoz
- mL USoz
- mL U.S.oz
Imperial
&
US customary
یارڈ مکعب
cuyd
cu yd
1.0 cu yd (0.76 میٹر3)
فٹ مکعب
cuft (cufoot)
cu ft
The cufoot code will produce cubic foot as the plural form.
1.0 cu ft (0.028 میٹر3)
انچ مکعب
cuin
cu in
1.0 cu in (16 سینٹی میٹر3)
Imperial
بشکه برطانوی
impbbl
imp bbl
36 imp gal
1.0 imp bbl (160 l؛ 36 imp gal؛ 43 US gal)
بوشل برطانوی
impbsh
imp bsh
8 imp gal
1.0 imp bsh (36 l؛ 8.0 imp gal؛ 8.3 US dry gal)
impbu
imp bu
گالون برطانوی
impgal
imp gal
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 imp gal (4.5 l؛ 1.2 US gal)
- impgal l
- impgal L
- impgal USgal
- impgal U.S.gal
- impgal USdrygal
- impgal U.S.drygal
imperial کوآرت برطانوی
impqt
imp qt
1/4 imp gal or 40 imp fl oz
1.0 imp qt (1,100 ملی l؛ 38 US fl oz)
پینت برطانوی
imppt
imp pt
1/8 imp gal or 20 imp fl oz
1.0 imp pt (0.57 l)
اونس مائع برطانوی
impoz (impfloz)
imp fl oz
1/160 imp gal
1.0 imp fl oz (28 ملی l؛ 0.96 US fl oz)
- impoz USoz
- impoz U.S.oz
- impoz ml
- impoz mL
US customary
liquid measure
بشکه امریکی
USbbl
US bbl
31½ US gal
used for liquids except for oil and beer (see the full list)
1.0 US bbl (120 l؛ 32 US gal؛ 26 imp gal)
U.S.bbl
U.S. bbl
بشکه
oilbbl
bbl
42 US gal
1.0 bbl (0.16 میٹر3)
بشکه شراب امریکی
USbeerbbl
(usbeerbbl)
US bbl
1.0 US bbl (120 l؛ 31 US gal؛ 26 imp gal)
U.S.beerbbl
(usbeerbbl)
U.S. bbl
گالون امریکی
USgal
US gal
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 US gal (3.8 l؛ 0.83 imp gal)
- USgal l
- USgal L
- USgal impgal
U.S.gal
U.S. gal
- USgal l
- USgal L
- USgal impgal
US کوارت امریکی
USqt
US qt
1/4 US gal or 32 US fl oz
1.0 US qt (950 ملی l)
U.S.qt
U.S. qt
پینت امریکی
USpt
US pt
1/8 US gal or 16 US fl oz
1.0 US pt (0.47 l؛ 0.83 imp pt)
U.S.pt
U.S. pt
اونس مائع امریکی
USoz
(USfloz)
US fl oz
1/128 US gal
1.0 US fl oz (30 ملی l)
- USoz ml
- USoz mL
- USoz impoz
U.S.oz
(U.S.floz)
U.S. fl oz
- U.S.oz ml
- U.S.oz mL
- U.S.oz impoz
US customary
dry measure
بشکه خشک امریکی
USdrybbl
US dry bbl
105/32 US bsh
1.0 US dry bbl (0.12 میٹر3)
U.S.drybbl
U.S. dry bbl
بوشل امریکی
USbsh
US bsh
2150.42 cubic inches by definition
1.0 US bsh (35 l؛ 8.0 US dry gal؛ 7.8 imp gal)
U.S.bsh
U.S. bsh
بوشل امریکی
USbu
US bu
2150.42 cubic inches by definition
1.0 US bu (35 l؛ 8.0 US dry gal؛ 7.8 imp gal)
U.S.bu
U.S. bu
گالون خشک امریکی
USdrygal
US dry gal
1/8 US bsh
Triple combinations are also possible. See the full list.
1.0 US dry gal (4.4 l)
- USdrygal l
- USdrygal L
- USdrygal impgal
U.S.drygal
U.S. dry gal
- U.S.drygal l
- U.S.drygal L
- U.S.drygal impgal
کوارت خشک امریکی
USdryqt
US dry qt
1/32 US bsh
1.0 US dry qt (1,100 ملی l)
U.S.dryqt
U.S. dry qt
پینت خشک امریکی
USdrypt
US dry pt
1/32 US bsh
1.0 US dry pt (550 ملی l)
U.S.drypt
U.S. dry pt
Pressure
unit
code
abbreviation
conversion factor/Pa
gigapascal
GPa
GPa
1,000,000,000
megapascal
MPa
MPa
1,000,000
kilopascal
kPa
kPa
1,000
hectopascal
hPa
hPa
100
pascal
Pa
Pa
1
millipascal
mPa
mPa
0.001
millibar
mbar
mbar
100
mb
mb
decibar
dbar
dbar
10,000
bar
bar
bar
100,000
kilobarye
kBa
kBa
100
barye
Ba
Ba
0.1
standard atmosphere
atm
atm
101,325
torr
Torr
Torr
(20,265/152)
millimetre of mercury
mmHg
mmHg
133.322387415
inch of mercury
inHg
inHg
3,386.388640341
pound per square inch
psi
psi
(444,822,161.52605/64,516)
Fuel efficiency
unit
code
(alternative)
notes
combinations
kilometres per litre
km/l (km/L)
Use km/L to get "km/L"
- km/l mpgimp
- km/l mpgus
litres per 100 kilometres
l/100 km (L/100 km)
Use L/100 km to get "L/100 km"
- l/100 km mpgimp
- l/100 km mpgus
litres per kilometre
l/km (L/km)
Use L/km to get "L/km"
- l/km impgal/mi
- l/km usgal/mi
miles per imperial gallon
mpgimp
- mpgimp mpgus
miles per US gallon
mpgus (mpgUS, mpgU.S.)
Use mpgUS to get "US"
Use mpgU.S. to get "U.S."
mpgus will give "U.S." if spelling is
set to US & "US" otherwise
- mpgus mpgimp
imperial gallons per mile
impgal/mi
- impgal/mi
US gallons per mile
usgal/mi (USgal/mi, U.S.gal/mi)
As above with the us vs US vs U.S.
- usgal/mi
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).
Power
Watts, kilowatts, milliwatts, etc. are supported. As is horsepower (English & metric). Use standard abbreviations as input code (lower case hp for horsepower, for example)
Population density
unit
code
(alternative)
notes
combinations
inhabitants per square kilometre
PD/sqkm
PD stands for population density, i.e. humans (inhabitants)
- PD/sqkm PD/sqmi
per square kilometre
/sqkm
Used when the word 'inhabitants' would be inappropriate.
- /sqkm /sqmi
inhabitants per hectare
PD/ha
- PD/ha PD/acre
per hectare
/ha
- /ha /acre
inhabitants per square mile
PD/sqmi
PD stands for population density, i.e. humans (inhabitants)
- PD/sqmi PD/sqkm
per square mile
/sqmi
Used when the word 'inhabitants' would be inappropriate.
- /sqmi /sqkm
inhabitants per acre
PD/acre
- PD/acre PD/ha
per acre
/acre
- /acre /ha
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):
{{تحویل|1|yd|2|ft|3|in}} → 1 یارڈ 2 فٹ 3 انچ (1.60 میٹر)
{{تحویل|2|ft|3|in|cm}} → 2 فٹ 3 انچ (69 سینٹی میٹر)
{{تحویل|1|lb|5|oz|g}} → 1 پونڈ 5 اونس (600 گرام)
In output
Available multiple-unit output options predefined, like ftin and ydftin. The full list is at #Output multiples.
{{تحویل|2|m|ftin}} → 2 میٹر (6 فٹ 7 انچ)
{{تحویل|2|m|ft in}} → 2 میٹر (6.6 فٹ؛ 79 انچ)—using a space, returns the decimal point
{{تحویل|2|m}} → 2 میٹر (6 فٹ 7 انچ)—the default
- See also
- {{hands}} a length used to measure horses.
'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.
{{تحویل|1000|kg/hl}} → لوا خطا ماڈیول:Convert میں 644 سطر پر: attempt to index field 'per_unit_fixups' (a nil value)۔
Currency per unit: $/mi, $/km
Using currency symbols in a $ per unit value, you can convert the per-unit:
{{تحویل|10|$/mi|$/km}} → $10 فی میل ($6.2/کلومیٹر) 
- You can set the unit in both values using
|$=€:
{{تحویل|10|$/mi|$/km|$=€}} → €10 فی میل (€6.2/کلومیٹر)
You can not convert the currency. This outcome combination is not possible: $15 per mile (€8.6/km)
Parameter list
پیرامیٹر کے اختیارات برائے {{تحویل}}
پیرامیٹر
ویلیو
تفصیل
نوٹ
|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 (default for {{cvt}})
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 سانچہ:Mxt
Order
|sing=
Deprecated. Use سانچہ:Mxt
Plurals
Deprecated options
یہ فہرست:
فرسودہ اختیارات کا استعمال نہیں کیا جانا چاہئے۔ وہ غلط یا ناپسندیدہ نتائج پیدا کر سکتے ہیں اور اس بات کی کوئی ضمانت نہیں ہے کہ مستقبل میں ان کو سپورٹ کیا جا سکے۔
- 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
ذیل میں اس سانچہ کی معلومات سانچہ دستاویز درج ہے جنہیں بصری خانہ ترمیم اور دیگر آلات استعمال کرتے ہیں۔
معلومات سانچہ تحویل
Converts measurements to other units.
محددات سانچہ[انتظام TemplateData]
پیرامیٹر وضاحت طرز حالت value 1the value to convert
عدد اختیاری from unit 2
سطر اختیاری to units 3the unit to convert into
سطر اختیاری precision or suffix 4significant digits after decimal dot or, if negative, exponent of ten
عدد اختیاری link units lk“on” all, “in” input, “out” output or “off” no units
- طے شدہ
- off
سطر اختیاری abbreviation abbrdisplay 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
- طے شدہ
- out
سطر اختیاری spelling sp“us” display U.S. spelling of unit names
سطر اختیاری adjective adjadjective form (singular unit name appended by hyphen) “on” or “mid” to put conversion at end
سطر اختیاری conversion dispdisplay 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
- طے شدہ
- b
سطر اختیاری ordering order“flip” returns converted value first, input value second.
سطر اختیاری significant figures sigfignumber that sets the number of significant figures
عدد اختیاری rounding output round“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 commaSets 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)
- طے شدہ
- on
سطر اختیاری sort key sortable“on” generates a hidden sort key
سطر اختیاری
See also
- {{SI units}}
| اوپر دی گئی دستاویز صفحہ سانچہ:تحویل/دستاویز سے شامل کی گئی ہے۔ (ترمیم | تاریخچہ) صارفین سانچہ کے تختہ مشق (تخلیق | آئینہ) اور ثابتات (تخلیق) میں تجربات کرسکتے ہیں۔ براہ کرم /دستاویز کے ذیلی صفحہ پر زمرہ جات شامل فرمائیں۔ اس سانچہ کے ذیلی صفحات۔ |