Plantilla:Convert1

De la Viquipèdia, l'enciclopèdia lliure
Icona de documentació de mòdul Documentació de la plantilla [ mostra ] [ modifica el codi ] [ mostra l'historial ] [ refresca ]

La plantilla {{convert1}} calcula mesures d'una unitat (a entrar) a un altre, i després es presenten els resultats. Per exemple:

{{convert1|2|km|mi}} → 2 quilometres (1.2 mi)
{{convert1|7|mi|km}} → 7 milles (11 km)

Les unitats disponibles s'enumeren més avall. En els noms de les unitats es té en compte sempre si són majúscules i minúscules (kW, no KW i no kw). Múltiples opcions de formatatge i de càlcul s'enumeren a continuació.

Nom de la unitat o símbol (abreviatura): 1 lliura o 1 lb?[modifica]

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

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

Adjectiu: a una distància de 10 milles[modifica]

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

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

Arrodoniment: 100 peus són 30 metres o 30,5 m o 30,48 m?[modifica]

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

Arrodoniment per defecte[modifica]

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).
Exemples d'arrodoniment
Input Displays as Note
{{convert1|123|ft|m|-1}} 123 peus (40 m)
{{convert1|123|ft|m|0}} 123 peus (37 m)
{{convert1|123|ft|m|1}} 123 peus (37.5 m)
{{convert1|550|ft|m|0}} 550 peus (168 m) Approximate value is 167.64 m
{{convert1|550|ft|m}} 550 peus (170 m) Rounds to 170, when approximate value is 167.64 m
{{convert1|500|ft|m|0}} 500 peus (152 m) Approximate value is 152.4 m
{{convert1|500|ft|m}} 500 peus (150 m) Rounds to 150, when approximate value is 152.4 m

convert1 supports four types of rounding:

Arrodoniment a una precisió donada: ús de |precision=[modifica]

Specify the desired precision with the fourth unnamed parameter (or third unnamed parameter if the "convert1 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 "convert1 to" parameter is omitted; needs to be replaced with a "precision" named parameter). The conversion is rounded off to the nearest power of 110 this number. For instance, if the result is 8621 and the round number is "-2", the result will be 8600. If the result is "234.0283043" and the round number is "0", the result will be 234.

Arrodoniment a un determinat nombre de xifres significatives: |sigfig=[modifica]

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

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

Setting |sigfig= is meaningless

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

Arrodoniment a un múltiple de 5: 15, 20, 25, ...[modifica]

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

{{convert1|10|m|ft}} → 10 metres (33 ft)
{{convert1|10|m|ft|round=5}} → 10 metres (35 ft)

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

{{convert1|10|m|ft}} → 10 metres (33 ft)
{{convert1|10|m|ft|round=25}} → 10 metres (25 ft)
To compare: {{convert1|10|m|ft|sigfig=4}} → 10 metres (32.81 ft)

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

{{convert1|10 x 200 x 3000|m|ft}} → 10 per 200 per 3,000 metres (33 × 656 × 9,843 ft)
{{convert1|10 x 200 x 3000|m|ft|round=each}} → 10 per 200 per 3,000 metres (33 × 660 × 9,800 ft)

Arrodoniment a un múltiple d'una fracció donada: 2 316 polzades[modifica]

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

{{convert1|5,56|cm|in|frac=16}} → 556 centimetres (218 78 in)
{{convert1|8|cm|in|frac=4}} → 8 centimetres (3 14 in)

The fraction is reduced when possible:

{{convert1|8|cm|in|frac=100}} → 8 centimetres (3 320 in)
{{convert1|8|cm|in}} → 8 centimetres (3.150 in) (To compare)

Arrodonint les temperatures °C, °F i K[modifica]

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.

{{convert1|10|C|F K}} → 10 °C (50 °F; 283 K)

Nota

Per a una diferència de temperatura, com la conversió "Un augment de 10 °C", utilitzeu |C-change=10 &tc.
{{convert1|10|C-change|F-change K-change}} → Un augment de 10 °C (18 °F; 10 K)

En diverses unitats: 10 °C (50 °F; 283 K)[modifica]

Separate the multiple output units by a space:

{{convert1|10|C|F K}} → 10 °C (50 °F; 283 K)
{{convert1|5|km|mi nmi}} → 5 quilometres (3.1 mi; 2.7 nmi)

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

See also

For multiple-unit options like 1 ft 5 in, vegeu #En l'entrada and #En la sortida.

Rangs de valors[modifica]

Un marge: 6 a 17 kg (13 a 37 lb)[modifica]

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

Múltiple dimensions: 6 × 12 m (20 × 39 ft)[modifica]

Use "by"
{{convert1|6|by|12|ft|m}} → 6 per 12 peus (1.8 per 3.7 m)
Use "×" or ""x""
{{convert1|6|x|12|m|ft}} → 6 per 12 metres (20 × 39 ft)

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

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

Sobre els peus, polzades en rangs i múltiples[modifica]

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

  • {{convert1|1|ft|3|in|mm}} → 1 peu 3 polzades (380 mm) (to compare)
  • {{convert1|1|ft|3|in|x|3|ft|5|in|mm}} → 1 peu 3 polzades ([convert: unitat desconeguda])*

Paraules[modifica]

Ortografia del nom de la unitat: metre del RU metre o d'EUA?[modifica]

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

{{convert1|1|m|ft}} → 1 metre (3.3 ft)—default
{{convert1|1|m|ft|sp=us}} → 1 metre (3.3 ft)

Els números en forma de paraules: deu milles[modifica]

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

{{convert1|10|mi|m|spell=in}} → deu milles (16,000 m)

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

{{convert1|10|mi|m|spell=on}} → deu milles (setze thousand metres)

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

{{convert1|10|mi|m|spell=In}} → Deu milles (16,000 m)
{{convert1|10|mi|m|spell=On}} → Deu milles (setze thousand metres)

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

{{convert1|10|mi|m|spell=on|abbr=off|sp=us}} → deu milles (setze thousand metres)

Paraules addicionals: 4 acres plantats[modifica]

Incomplete section
{{convert1|4|acre||adj=pre|planted}} → 4 planted acres (1.6 ha)

Paraules adjectiu addicionals: Un 10-peu-long corridor[modifica]

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

Plurals: 1 polzada, 2 polzades[modifica]

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

  • {{convert1|1|metre}} → 1 metre (3 ft 3 in)
  • {{convert1|2|metre}} → 2 metres (6 ft 7 in)
  • {{convert1|2|metre|abbr=on}} → 2 m (6 ft 7 in)
Exception

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

  • {{convert1|100|foot|abbr=off}} → 100 peus (30 metres)

Canvis extrems de l'estructura gramatical: Les 18-, 24- i 32-lliures (8, 11 and 15 kg) cannons[modifica]

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 {{convert1}} and its options. However, you can get the correctly convert1ed numbers and the grammatical structure you want to use by using {{convert1}} 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 {{convert1}} as usual (this stage is just to get the calculated output):
  • had {{convert1|18 |, |24 |, |32 |lb |kg |0 }} cannons
Get the convert1ed data below by clicking Preview or Save:
→ had 18, 24, 32 lliures (8, 11, 15 kg) cannons
Stage 2: Change the resulting text from a {{convert1|...}} template result to plain code by adding subst: to the template name (short for "substitution") :
  • had {{subst:convert1|18 |, |24 |, |32 |lb |kg |0 }} cannons
Double-check this by clicking Preview. The preview will show the convert1ed 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 {{convert1|...}} itself will have disappeared. You can change the text as needed. The substituted text and plain code in the editing window in this example would be:
had 18,&nbsp;24,&nbsp;32 pounds (8,&nbsp;11,&nbsp;15&nbsp;kg) cannons
You can edit this text as usual to add the grammatical features you wish. In this example, editing the above text to:
  • had 18-,_24-_and_32-pounder (8,&nbsp;11_and_15&nbsp;kg) cannons
And then saving your edit will show the following result in the article text:
→ "had 18-, 24- and 32-pounder (8, 11 and 15 kg) cannons"

Números[modifica]

L'ús d'un prefix SI: gigàmetre (Gm), or micròmetre (μm)[modifica]

Prefixos del SI
Text Símbol Factor
yotta Y 1024
zetta Z 1021
exa E 1018
peta P 1015
tera T 1012
giga G 109
mega M 106
quilo k 103
hecto h 102
deca da 101
(cap) (cap)  1
deci d 10−1
centi c 10−2
mil·li 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 prefix del SI like G before the unit: Gm, and giga before the name: gigameter. These are plain multiplication factors.

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

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

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

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

The prefix can be used in the output unit:

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

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

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

Notació d'enginyeria: 7 × 106 m[modifica]

En la unitat: e6m[modifica]

En la notació d'enginyeria like 7E6 (for 7 × 106) can be entered as a "prefix" to the unit:

{{convert1|7|e6m}} → 7 milió metres (23,000,000 ft)

The same is possible for the output unit:

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

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

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

Notació científica: 1,23×10−14[modifica]

En la notació científica, a number is written like 1,23×10−14.

With {{convert1}}, 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.

  • {{convert1|12,3e-15|atm|atm|abbr=on}} → 123×10−15 atm (1.23×10−13 atm)
  • {{convert1|0,00000005|atm|atm|abbr=on}} → 000,000,005 atm (5.0 atm)

Entrada amb fraccions: 1 12 polzades (38.1 mm)[modifica]

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

{{convert1|1/2|in|mm|1}}12 polzada (12.7 mm)
{{convert1|1⁄2|in|mm|1}}12 polzada (12.7 mm)

With integers, use a + sign

{{convert1|2+1⁄2|in|mm|1}}2 12 polzades (63.5 mm)

When negative, use a hyphen - and repeat it:

{{convert1|-2-1⁄2|in|mm|1}}−2 12 polzades (−63.5 mm)
{{convert1|2-1⁄2|in|mm|1}} → 2–12 polzada (50.8–12.7 mm) Note: this is read as a range
{{convert1|-2+1⁄2|in|mm|1}}[convert: nombre no vàlid] 2 Should be a number, not an expression (do not require a calculation)

Sortida amb barra horitzontal de fracció en: 1/2 polzada[modifica]

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

  • {{convert1|1//2|in|mm|1}}1/2 polzada (12.7 mm)
  • {{convert1|2+1//2|in|mm|1}}2 1/2 polzades (63.5 mm)

Separador de milers: 1.000 mi i 1000 mi[modifica]

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:

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

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

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

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

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

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

Manipulació de sortida[modifica]

Parèntesis i separadors: 10 m [33 ft][modifica]

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

{{convert1|10|m|ft}} → 10 metres (33 ft)—( ) brackets are the default
{{convert1|10|m|ft|disp=sqbr}} → 10 metres [33 ft]
{{convert1|10|m|ft|disp=comma}} → 10 metres, 33 ft
{{convert1|10|m|ft|disp=or}} → 10 metres o 33 peus

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

{{convert1|10|m|ft|disp=br}} → 10 metres
33 peus

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

{{convert1|10|m|ft|disp=br()}} → 10 metres
(33 peus)

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

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

Flipping (reordenament) en dos mesures: 1,609.3 metres (1 milla)[modifica]

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

{{convert1|1|mi|m}} → 1 milla (1,609.3 metres) (To compare, default)
{{convert1|1|mi|m|order=flip}} → 1,609.3 metres (1 milla)

When convert1ing to multiple units, the effect is:

{{convert1|10|km|mi nmi|order=flip}} → 6.2137 milles; 5.3996 milles nàutiques (10 quilometres)
{{convert1|10|km|nmi mi|order=flip}} → 5.3996 milles nàutiques; 6.2137 milles (10 quilometres)

Veient parts del resultat: 2 (1.5)[modifica]

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

convert1 Output Description
{{convert1|2|cuyd|m3}} 2 iardes cúbiques (1.5 m3) Default, to compare
{{convert1|2|cuyd|m3|abbr=values}} 2 (1.5) Input and output numbers
{{convert1|2|cuyd|m3|disp=unit}} iardes cúbiques Input unit
{{convert1|2|cuyd|m3|disp=unit|adj=on}} iarda-cúbica Input unit, adjective (hyphenated)
{{convert1|2|cuyd|cuyd|0|disp=out|abbr=off}} 2 iardes cúbiques Input (workaround)
{{convert1|2|cuyd|m3|abbr=~}} 2 iardes cúbiques [cu yd] (1.5 m3) Input: both name and symbol
{{convert1|2|cuyd|m3|disp=unit2}} m3 Output unit (symbol)
{{convert1|2|cuyd|m3|disp=unit2|abbr=off}} metres cúbics Output unit (name)
{{convert1|2|cuyd|m3|disp=number}} 1.5 Output value
{{convert1|2|cuyd|m3|disp=out}} 1.5 m3 Output value and unit
{{convert1|2|cuyd|m3|disp=out|abbr=off}} 1.5 metres cúbics Output value and unit

Visualització de noms d'entrada i de símbols: 2 quilopascals [kPa][modifica]

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

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

Opcions de taula[modifica]

Per l'estructura de les wikitables, there are three options: add a line-break, split the result over columns and make the table sortable.

Salt de línia forçada[modifica]

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

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

|disp=br |disp=br()
100 quilometres
62 milles
100 quilometres
(62 milles)

Les columnes de la taula només mostren números[modifica]

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

{{convert1|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:

{{convert1|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 metres (98 ft)

Ordenació[modifica]

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:

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

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

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

The generated sortkey is calculated in a consistent way based on both the value and its unit as passed to the convert1 template. In most cases convert1 uses the passed value convert1ed 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.

Unitats[modifica]

See also: complete convert1/list of units

Unitats múltiples: 1 ft 5 in[modifica]

En l'entrada[modifica]

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):

  • {{convert1|1|yd|2|ft|3|in}} → 1 iarda 2 peus 3 polzades (1.60 m)
  • {{convert1|2|ft|3|in|cm}} → 2 peus 3 polzades (69 cm)
  • {{convert1|1|lb|5|oz|g}} → 1 lliura 5 unces (600 g)

En la sortida[modifica]

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

  • {{convert1|2|m|ftin}} → 2 metres (6 ft 7 in)
  • {{convert1|2|m|ft in}} → 2 metres (6.6 ft; 79 in)—using a space, returns the decimal point
  • {{convert1|2|m}} → 2 metres (6 ft 7 in)—the default
See also
  • {{hands}} a length used to measure horses.

'per' unitats: kg/hl[modifica]

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

Moneda per unitat: $/mi, $/km[modifica]

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

  • {{convert1|10|$/mi|$/km}} → $10 per milla ($6.2/km) 1
You can set the unit in both values using |$=€:
  • {{convert1|10|$/mi|$/km|$=€}} → €10 per milla (€6.2/km)

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

Llista de paràmetres[modifica]

Plantilla:Convert1/doc/parameter list

TemplateData[modifica]

Aquesta és la documentació dels paràmetres de la plantilla utilitzada pel nou editor visual.

Convert1

convert1s measurements to other units.

Paràmetres de la plantilla[Edita les dades de la plantilla]

ParàmetreDescripcióTipusEstat
value1

the value to convert1

Nombreopcional
from unit2

Líniaopcional
to units3

the unit to convert1 into

Líniaopcional
precision or suffix4

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

Nombreopcional
link unitslk

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

Per defecte
off
Líniaopcional
abbreviationabbr

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

Per defecte
out
Líniaopcional
spellingsp

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

Líniaopcional
adjectiveadj

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

Líniaopcional
conversiondisp

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

Per defecte
b
Líniaopcional
orderingorder

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

Líniaopcional
significant figuressigfig

number that sets the number of significant figures

Nombreopcional
rounding outputround

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

Líniaopcional
thousands separatorcomma

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

Per defecte
on
Líniaopcional
sort keysortable

“on” generates a hidden sort key

Líniaopcional

Vegeu també[modifica]

Plantilla:Convert1 navs