Шаблон:Convert/show3

Мавод аз Википедиа — донишномаи озод

47 kilometres (29 mi; 51,000 yd; 9,7 leagues)

Ҳуҷҷатгузорӣ
The converter Template:Convert/show3 will convert an amount to any 2 output units and display the results with special formatting. To set the rounding precision, the output unit must be specified, or put "0" to default.
Usage:     {{convert/show3 |100.51432|m|ft|yd|r1=1}}
{{convert/show3 |1,234|km|mi|yd|ft|comma=off}}
{{convert/show3 |10.5|L|usgal|impgal|impqt|3|x3=exactly}}
{{convert/show3 |7|km|mi|yd|ft|disp=x|long (|)}} - custom output

There are special options with Convert/show3, such as r1=2 to round the input amount to 2 decimals, comma=out to show commas only in the output amount, near=25 (or 50) to round to nearest 25, and x1=xx to x8=xx to insert text before/after the unit names.

       12,340 kilometres (7,670 miles; 2,556.7 leagues)
             |          | |    |     | |      |       |
            x1         x2 x3   x4   x5 x6     x7     x8

While parameter x1 inserts text after the first amount, x2 follows the input unit, x3 puts text before the 1st output amount (such as "~"), x4 follows the 1st output amount, and x5 follows the 1st output unit, then x6 puts text before the 2nd output amount ("~"), x7 follows the 2nd output amount, and x8 follows the 2nd output unit.

The template allows the same parameters as Template:Convert, and so it allows abbreviation abbr=in or abbr=out or abbr=off, wikilinks lk=in or lk=out, and adjective mode adj=on or adj=mid. The separator can also be a semicolon: disp=semi, disp=or, disp=comma, disp=x (customized), disp=sqbr (square brackets), disp=b (default as parentheses), disp=2 (or disp=out) and disp=# (or disp=number).

Examples

The examples show various options of conversions:

  • {{convert/show3 |89|km|mi|yd|league|comma=off}} → 89 kilometres (55 mi; 97000 yd; 18 leagues)
  • {{convert/show3 |950|km|mi|yd|ft|abbr=~}}    → 950 kilometres (км, 590 mi; 1,040,000 yd; 3,120,000 ft)
  • {{convert/show3 |3.1415926|km|mi|yd|ft|r1=2}} → 3,14 kilometres (1,9520951 mi; 3,435,6874 yd; 10,307,062 ft)
  • {{convert/show3 |9,564|km|mi|yd|ft|comma=out}}     → 9 564 kilometres (5,943 mi; 10,459,000 yd; 31,378,000 ft)
  • {{convert/show3 |9,564|km|mi|yd|ft|lk=in|near=5}}    → 9 564 kilometres (5 945 mi; 10 459 000 yd; 31 378 000 ft)
  • {{convert/show3 |9,564|km|mi|yd|ft|lk=out|near=50}} → 9 564 kilometres (5 950 mi; 10 459 000 yd; 31 378 000 ft)
  • {{convert/show3 |10.5|L|usgal|impgal|impqt|4|x3=exactly}} → 10,5 litres (exactly 2,7738 US gal; 2,3097 imp gal; 9,2387 imp qt)

Display types: disp=comma, disp=semi, disp=or, disp=out, disp=number, disp=x and disp=b. The numeric results are identical to using Template:Convert to show numerals instead of words.

Common problems

Note the name of this template is "convert/show3" and omitting the suffix "/show3" will not show special formatting. Also, putting "dual" as parameter 1 will cause the number to be treated as a template name "Convert/<number>" such as {{convert|dual|34|km}} will show "[convert: invalid number]".

The amount is followed by a unit-code (such as "|m") as the 2nd parameter. The output unit-code can be "0" as the 3rd parameter, to allow the default output unit to be triggered, while setting parameter 5 to a rounding precision (such as "|3") or use r=3 to set the rounding level.

See also