شابلون:Convert

ویکی‌پدیا، آزادِ دانشنومه، جه

Usage[دچی‌ین]

This template can be used to show measurement quantities as primary and converted secondary units, with optional abbreviation or slash, such as distance "۳۲ m (۱۰۵ ft)" or temperature "شابلون:Convert/°C" or "شابلون:Convert/°C" with optional U.S. spellings or hyphenation.

Single value:

{{convert|original_value|original_unit|conversion_unit|round_to|...}}

Range of values (see below for list of range options):

{{convert|orig_val1|range|orig_val2|original_unit|conversion_unit|round_to|...}}
  • Numbers must be entered in unformatted form (without commas). For negative numbers (i.e. temperatures or precision) use a hyphen as the minus sign for the input number. Values output by the template will be displayed formatted and with a true minus sign where appropriate.
  • Optional parameters, in examples below, allow abbreviated units (abbr=on), or US spellings (sp=us for meter), or slash separation (disp=s), or hyphenation (adj=on), etc.
  • For this template many levels of substitution are possible, hence doing this fully, step by step, is cumbersome, use Special:ExpandTemplates instead.
  • The template has no in-built capacity for dimensional analysis. It is therefore up to the user to ensure that the input and output units are compatible. Do not, for example, attempt to convert barrels to tonnes (but see {{bbl to t}}). Also beware of units with similar names; the code oz, for example, is for the avoirdupois ounce (a unit of mass), do not use this if you want fluid ounces.
  • The range functionality is not fully implemented for all units, so experimentation may be required.
  • This documentation page tends to lag behind in terms of what the template can do. For details see the talk page and its archives.

Examples[دچی‌ین]

Single value[دچی‌ین]

Input Displays as
{{تبدیل|3.21|kg|lb}} شابلون:Convert/kg
{{تبدیل|3.21|kg|lb|0}} شابلون:Convert/kg
{{تبدیل|0|kg|lb}} شابلون:Convert/kg
{{تبدیل|6|ft|5|in|m}} شابلون:Convert/and/in
{{تبدیل|18|°C|°F}} شابلون:Convert/°C
{{تبدیل|1250|sqft|m2|lk=in|sigfig=2}} شابلون:Convert/sqft
See that 'lk=in' applies link to input unit only. This example is for illustration only, common units of measurement should not be linked. See: wp:overlink.
{{تبدیل|20.5|km2|sqmi|lk=out|abbr=on}} شابلون:Convert/LoutAonDbSoff
See that 'lk=out' applies link to output unit only. This example is for illustration only, common units of measurement should not be linked. See: wp:overlink.
{{تبدیل|641|acre|km2 sqmi|lk=on}} ۶۴۱ آکر (شابلون:Convert/km2 sqmi)
See that 'lk=on' applies links to input and output units. This example is for illustration only, common units of measurement should not be linked. See: wp:overlink.
{{تبدیل|641|acre|km2 sqmi|2|lk=on}} ۶۴۱ آکر (شابلون:Convert/km2 sqmi)
Note that because 640 acres equals one square mile; 641 acres rounded to two decimal places equals 1.00 sq mi.

Range of values[دچی‌ین]

Note: not yet operational for all units
Input Displays as
{{تبدیل|60|and|170|kg|lb}} شابلون:Convert/and
{{تبدیل|60|to|170|kg|lb}} شابلون:Convert/to
{{تبدیل|60|to(-)|170|kg|lb}} شابلون:Convert/to(-)
{{تبدیل|60|-|170|kg|lb}} شابلون:Convert/-
{{تبدیل|60|by|120|m|ft}} شابلون:Convert/by
{{تبدیل|60|x|120|m|ft}} شابلون:Convert/x
{{تبدیل|60|+/-|10|m|ft}} شابلون:Convert/+/-

The following range conversions are currently not available:

  • Temperature-based units (°C to °F, etc.) due to complexity of the conversion
  • Imperial and US gallon-based units
  • Fuel consumption units (mpg, L/100km)
  • Large scale units (e3, e6, e9)
  • Combination-based units (ft&in, st&lb, lb&oz) due to complexity of the conversion

Parameters[دچی‌ین]

Use US spelling attach |sp=us
Make units wikilinked attach |lk=on to link all units
attach |lk=in to link only the input units
attach |lk=out to link only the output units
(The manual of style suggests that you should not link common units of measurement).
Use the adjective form attach |adj=on (e.g. "The 190-foot (58 m) bridge" as opposed to "The 190 feet..."). This produces the adjective form—the unit name in the singular with a hyphen (according to the Manual of Style).
Abbreviate all units attach |abbr=on
Use a / instead of ( ) attach |disp=s (or |disp=/) (e.g. 190 foot/58 metre). Note that when using slashes all unit names either spelt out in full or abbreviated (where there exists an abbreviation).
Use in a table attach |disp=table Note: For use in tables the template must start on a new line after a pipe. Only the number will be displayed unless you set |abbr=on, |lk=on, |lk=in or |lk=out. Example: here
Round to a specified number of significant figures attach |sigfig={some non-negative integer}. In the case of temperatures Celsius or Fahrenheit this refers to the difference with the absolute-zero temperature. For example, at room temperature two significant digits means rounded to tens of degrees.
Let Convert decide the unit to convert to skip the convert to parameter (which would otherwise be third unnamed parameter) e.g. {{تبدیل|100|mi|0}} gives شابلون:Convert/mi.
Display input value as a fraction {{تبدیل|3/8|in|mm|3|abbr=on}} شابلون:Convert/in or {{تبدیل|11+1/4|in|cm|2|abbr=on}}شابلون:Convert/in

Parameters still under construction[دچی‌ین]

Parameters still under construction. May not work in all situations
disp=or Similar to disp=s except the word "or" will be placed between the values. Does not currently work with multiple conversions (e.g. Liters to U.S. and imperial gallons) ({{تبدیل|20|mi|km|disp=or}})--->(شابلون:Convert/mi)
disp=tablecen Similar to disp=table except that the values with be centered within the column. See the tables at La Nouvelle branch for in use examples.

Rounding[دچی‌ین]

Convert supports four types of rounding:

Rounding to a given precision
Specify the desired precision with the fourth unnamed parameter or third unnamed parameter in the case where the convert to parameter is skipped (see above). 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.
Rounding to a given number of significant figures
Specify the desired number of significant figures using |sigfig={some non-negative integer} as noted above.
Combine both of the above
If both the desired precision and the desired number of significant figures are specified, the conversion will be rounded to the least precise of these.
Default rounding
If neither the desired precision nor the desired number of significant figures are specified, the conversion will be rounded either to a comparable precision as the input value (the number of decimals remains the same if the conversion is a multiplication by a number between 0.2 and 2, is decreased by 1 if the factor is between 2 and 20, etc.) or to two significant figures whichever is the most precise. An exception to this is temperature wherein 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 kelvin, whichever is the most precise.

Units supported[دچی‌ین]

شابلون:Selfref The table below lists units supported by this template. It is divided up according to the quantity being measured. Not all supported units are listed here; there are links to complete lists for each quantity.

The codes listed in the code column (column 3) are accepted as input by the template. These can be used as the second or third unnamed parameter. For some units there exist alternative codes. These are listed in brackets and have been incorporated to make the code more flexible for editors, e.g. °F or F may be entered.

The codes listed in the combinations column (column 7) can be used to produce multiple conversions. They can only be used as the third unnamed parameter, e.g. {{تبدیل|55|nmi|km mi}} produces "شابلون:Convert/nmi".

Examples[دچی‌ین]

See also[دچی‌ین]

  • {{Height}} template for calculating (body) height with precision.
  • {{Inflation}} template for calculating inflated prices in USA, UK and other countries.