Помоћ:Поруке о грешкама при претварању
Ова страница помоћи је како да водич. Она описује процесе или процедуре неког аскекта или аспеката Википедијиних норми и пракси. Она није једна од Википедијиних правила и смерница, јер није била темељно проверена од стране заједнице.. |
This page describes the error and warning messages reported by Module:Convert if a problem is detected while using {{convert}} to convert a value from one unit of measurement to another.
- Помоћ:Претварање • Overview
- Помоћ:Претварање јединица • Simplified list of some commonly used units
Потражите помоћ
уредиIf a problem cannot readily be resolved, please report it at one of the following.
- Template talk:Convert • Questions on using the convert template, or discussion of any problems encountered
- Wikipedia:Help desk • General questions
- Module talk:Convert • Discussion concerning the convert modules
Поруке о грешци и/или упозорењу
уредиПотребан број
уредиQuestions? See above. |
Mouseover the message to see further information.[а]
{{convert|123|m|ft}}
→ 123 m (404 ft){{convert||m|ft}}
→ [претварање: потребан број]
An input number is required. In the first example above, the input number is 123
.
Pages with this error are automatically placed in Категорија:Грешке при претварању.[б]
Потребан други број
уредиQuestions? See above. |
Mouseover the message to see further information.[а]
{{convert|10|x|20|m|ft}}
→ 10 m × 20 m (33 ft × 66 ft){{convert|10|x| |m|ft}}
→ [претварање: потребан други број]{{convert|10|x|20|x| |m|ft}}
→ [претварање: потребан други број]
The first input number was specified, but the range used requires another number.
Pages with this error are automatically placed in Категорија:Грешке при претварању.[б]
Невалидан број
уредиQuestions? See above. |
Mouseover the message to see further information.[а]
{{convert|1|km|ft}}
→ 1 km (3.300 ft){{convert|km|ft}}
→ [претварање: невалидан број]
A number to be converted can be entered as in these examples: 1.23
or 1,234
or -0.9
.
Fractions are entered as in these examples: 1+2/3
(1 2⁄3) or -1-2/3
(−1 2⁄3) or 2/3
(2⁄3).
Pages with this error are automatically placed in Категорија:Грешке при претварању.[б]
Прекорачене границе
уредиQuestions? See above. |
Mouseover the message to see further information.[а]
{{convert|1e290|m|ft}}
→ 1×10290 m (3,3×10290 ft){{convert|1e310|m|ft}}
→ [претварање: прекорачене границе]
This error occurs if a number exceeds the range of values available for calculations. The number 1e290 means 1×10290.
Pages with this error are automatically placed in Категорија:Грешке при претварању.[б]
Невалидна прецизност
уредиQuestions? See above. |
Mouseover the message to see further information.[а]
{{convert|21455|acre|ha|2}}
→ 21.455 acres (8.682,53 ha){{convert|21455|acre|ha|-2}}
→ 21.455 acres (8.700 ha){{convert|21455|acre|ha|2.5}}
→ Шаблон:Convert/warning
A precision value is entered after the conversion information. For example, |2
gives a result that is rounded to two decimal places, while |-2
rounds to the nearest 100 so that two zeroes occur at the end of the number. This message will only appear if warnings have been enabled.
Pages with this error are automatically placed in Категорија:Грешке при претварању.[б]
Превелика прецизност
уредиQuestions? See above. |
Mouseover the message to see further information.[а]
{{convert|123|m|ft|2}}
→ 123 m (403,54 ft){{convert|123|m|ft|200}}
→ [претварање: превелика прецизност]
Generally there is no reason to use a precision of more than a few decimal places, however, larger values may be used. The error shown occurs if the requested precision is higher than the maximum supported by the server.
A negative precision rounds to the nearest 10 (parameter |-1
), or nearest 100 (|-2
), or nearest 1000 (|-3
), etc. A large negative precision produces a zero output.
{{convert|123|m|ft|-2}}
→ 123 m (400 ft){{convert|123|m|ft|-200}}
→ 123 m (0 ft)
Using a very small input value can cause the default precision to exceed the limit (1.234e-200
is 1.234×10−200). For such very small values, it is better to use the |sigfig=
option.
{{convert|1.234|m|ft}}
→ 1.234 m (4.049 ft){{convert|1.234e-200|m|ft}}
→ [претварање: превелика прецизност]{{convert|1.234e-200|m|ft|sigfig=3}}
→ 1.234×10−200 m (4,05×10−197 ft)
Pages with this error are automatically placed in Категорија:Грешке при претварању.[б]
Невалидан разломак
уредиQuestions? See above. |
Mouseover the message to see further information.[а]
{{convert|12.31|m|ftin|frac=8}}
→ 1.231 m (4.038 ft 8 5⁄8 in){{convert|12.31|m|ftin|frac=1}}
→ 1.231 m (4.038 ft 9 in){{convert/warning|12.31|m|ftin|frac=on}}
→ Шаблон:Convert/warning
A fraction denominator can be specified to display results with a fraction where appropriate. For example, |frac=8
specifies that the value should be rounded to the nearest eighth, and that a fraction should be included if necessary. A fraction denominator must be a whole number with value 2 or more. This message will only appear if warnings have been enabled.
Pages with this error are automatically placed in Категорија:Грешке при претварању.[б]
Невалидна значајна цифра
уредиQuestions? See above. |
Mouseover the message to see further information.[а]
{{convert|1234|ft|m|sigfig=2}}
→ 1.234 ft (380 m){{convert|1234|ft|m|sigfig=0}}
→ Шаблон:Convert/warning{{convert|1234|ft|m|sigfig=2.5}}
→ Шаблон:Convert/warning
The number of significant figures in the result can be specified. For example, |sigfig=2
requests two significant figures. The number of significant figures must be a whole number with value 1 or more. This message will only appear if warnings have been enabled.
Pages with this error are automatically placed in Категорија:Грешке при претварању.[б]
Застарела опција
уредиQuestions? See above. |
Mouseover the asterisk after the convert result to see further information.[а]
{{convert|123|m|ft|sortable=on}}
→ 123 m (404 ft){{convert|123|m|ft|sortable=out}}
→ 123 metres (404 ft)*
The option |sortable=on
outputs a hidden sort key for use in a sortable table. The option |sortable=out
is now the same as |sortable=on
, and the latter should be used. See deprecated options for information regarding which options should be used to replace those that are being phased out.
Pages with this error are automatically placed in Категорија:Грешке при претварању.[б]
Празна опција
уредиQuestions? See above. |
Mouseover the message to see further information.[а]
{{convert|123|m|ft|sp=us}}
→ 123 m (404 ft){{convert|123|m|ft|sp=}}
→ Шаблон:Convert/warning
The option |sp=us
specifies that US spelling should be used ("meters" instead of "metres"). However, |sp=
has no effect as no value is specified. This message will only appear if all warnings have been enabled.
Pages with this error are automatically placed in Категорија:Грешке при претварању.[б]
Невалидна опција
уредиQuestions? See above. |
Mouseover the message to see further information.[а]
{{convert|123|m|ft|abbr=off}}
→ 123 metres (404 feet){{convert|123|m|ft|abr=off}}
→ Шаблон:Convert/warning
The option |abbr=off
specifies that abbreviations are off, that is, unit names will be used instead of symbols. By contrast, |abr=off
is ignored because "abr" is not the name of an option. This message will only appear if warnings have been enabled.
Pages with this error are automatically placed in Категорија:Грешке при претварању.[б]
Потребно име јединице
уредиQuestions? See above. |
Mouseover the message to see further information.[а]
{{convert|12|ft}}
→ 12 ft (3,7 m){{convert|12}}
→ 12[претварање: потребно име јединице]{{convert|12||ft}}
→ 12[претварање: потребно име јединице]{{convert|12|x|20|ft}}
→ 12 ft × 20 ft (3,7 m × 6,1 m){{convert|12|x|20}}
→ 12 × 20[претварање: потребно име јединице]
A unit code must be specified following the input number or numbers.
Pages with this error are automatically placed in Категорија:Грешке при претварању.[б]
Непозната јединица
уредиQuestions? See above. |
Mouseover the message to see further information.[а]
{{convert|12|ft|mi}}
→ 12 ft (0,0023 mi){{convert|12|Ft|mi}}
→ 12 Ft[претварање: непозната јединица]{{convert|12|ft|m i}}
→ 12 ft ([претварање: непозната јединица])
Each unit code must exactly match a known unit, case sensitive. A simplified list of unit codes is at Помоћ:Претварање јединица, and all available unit codes are here.
Pages with this error are automatically placed in Категорија:Грешке при претварању.[б]
Неслагање јединица
уредиQuestions? See above. |
Mouseover the message to see further information.[а]
{{convert|123|psi|Pa}}
→ 123 psi (850.000 Pa){{convert|123|psi|ha}}
→ 123 psi ([претварање: неслагање јединица])
It is only possible to convert between units that have the same type. For example, psi
and Pa
are each of type "pressure" so a psi
value can be converted to Pa
. However, a psi
value cannot be converted to a unit of a different type, such as ha
(hectare) which has type "area".
Pages with this error are automatically placed in Категорија:Грешке при претварању.[б]
Вишесмислена јединица
уредиQuestions? See above. |
Mouseover the message to see further information.[а]
{{convert|21|mpgus|L/km}}
→ 21 mpg‑US (0,11 L/km){{convert|21|mpg|L/km}}
→ 21 mpg[претварање: вишесмислена јединица]{{convert|21|USpt|L}}
→ 21 US pt (9,9 L){{convert|21|pt|L}}
→ 21 pt[претварање: вишесмислена јединица]
Some unit codes are not supported; using them results in an message indicating that a different unit code should be chosen.
Pages with this error are automatically placed in Категорија:Грешке при претварању.[б]
Јединица овде невалидна
уредиQuestions? See above. |
Mouseover the message to see further information.[а]
{{convert|123|K|C F}}
→ 123 K (−150 °C; −238 °F){{convert|123|C F|K}}
→ 123 C F[претварање: непозната јединица]{{convert|12345|ft|mi km}}
→ 12.345 ft (2,3381 mi; 3,763 km){{convert|12345|ft|yd+mi+km}}
→ 12.345 ft (4.115 yd; 2,3381 mi; 3,763 km){{convert|12345|ft|yd+mi km}}
→ 12.345 ft ([претварање: непозната јединица])
Some units can only be used as outputs. For example "C F
" displays a temperature in Celsius and Fahrenheit. Such a unit cannot be used with an input value, because, for example, there is no such temperature as "123 C F
". Some output combinations are predefined—"C F
" is one example, and "mi km
" (miles and kilometres) is another. It is also possible to construct an output combination by joining unit codes with "+
". However, individual units have to be specified, and an output combination cannot be used.
Pages with this error are automatically placed in Категорија:Грешке при претварању.[б]
Проблем са Википодацима
уредиQuestions? See above. |
Mouseover the message to see further information.[а]
{{convert|input=P123}}
→ [претварање: проблем са Википодацима]
An unexpected error occurred while attempting to use the Wikidata modules to read property or item information. This error should not occur; the above is a simulation of what would be displayed if, for example, the Wikidata modules were not available, or if they contained an error.
Pages with this error are automatically placed in Категорија:Грешке при претварању.[б]
Невалидан унос
уредиQuestions? See above. |
Mouseover the message to see further information.[а]
{{convert|input=whatever}}
→ [претварање: невалидан унос]
Convert is configured to display any input text without error if a conversion fails, so this error should not occur. The above is a simulation of what would be displayed if convert were configured to show problems when a conversion was not possible.
The following examples use the input
parameter. The unit mV
is known to convert, but since no useful conversion is possible, there is no output. There is no boxes
unit, so the input is displayed as given. The final example follows the same rule because P123.
is not a valid property identifier.
{{convert|input=12 mV}}
→ 12 mV{{convert|input=12 mV|abbr=on}}
→ 12 mV{{convert|input=12 boxes}}
→ 12 boxes{{convert|input=P123.}}
→ P123.
Pages with this error are automatically placed in Категорија:Грешке при претварању.[б]
Напомене
уреди