Şablon:Rnd/doc
Usage
[çımeyi bıvurne]This template rounds {{{1}}} to {{{2}}} decimal places (goes the other way for negatives) and includes trailing zeros. Scientific notation is used for numbers greater than or equal to 1Şablon:E, or less than 1Şablon:E.
Compare:
- {{
rnd|2.0004|3
}} gives To always display coordinates as DMS values, add this to your monobook.css:
.geo-default { display: inline }
.geo-nondefault { display: inline }
.geo-dec { display: none }
.geo-dms { display: inline }
To always display coordinates as decimal values, add this to your monobook.css:
.geo-default { display: inline }
.geo-nondefault { display: inline }
.geo-dec { display: inline }
.geo-dms { display: none }
To display coordinates in both formats, add this to your monobook.css:
.geo-default { display: inline }
.geo-nondefault { display: inline }
.geo-dec { display: inline }
.geo-dms { display: inline }
.geo-multi-punct { display: inline }
If CSS is disabled, or you have an old copy of MediaWiki:Common.css cached, you will see both formats. (You can either clear your cache or manually refresh this URL: [1].)
To disable display of the blue globe adjacent to coordinates, add this to your monobook.js
var wma_settings = {enabled:false}
Note that this will disable WikiMiniAtlas
See also Wikipedia:Manual of Style (dates and numbers)#Geographical coordinates.
- whereas {{
#expr:2.0004 round 3
}} gives 2
- whereas {{
- {{
rnd|0.000020004|7
}} gives To always display coordinates as DMS values, add this to your monobook.css:
.geo-default { display: inline }
.geo-nondefault { display: inline }
.geo-dec { display: none }
.geo-dms { display: inline }
To always display coordinates as decimal values, add this to your monobook.css:
.geo-default { display: inline }
.geo-nondefault { display: inline }
.geo-dec { display: inline }
.geo-dms { display: none }
To display coordinates in both formats, add this to your monobook.css:
.geo-default { display: inline }
.geo-nondefault { display: inline }
.geo-dec { display: inline }
.geo-dms { display: inline }
.geo-multi-punct { display: inline }
If CSS is disabled, or you have an old copy of MediaWiki:Common.css cached, you will see both formats. (You can either clear your cache or manually refresh this URL: [2].)
To disable display of the blue globe adjacent to coordinates, add this to your monobook.js
var wma_settings = {enabled:false}
Note that this will disable WikiMiniAtlas
See also Wikipedia:Manual of Style (dates and numbers)#Geographical coordinates.
- {{
rnd|0|8
}} gives To always display coordinates as DMS values, add this to your monobook.css:
.geo-default { display: inline }
.geo-nondefault { display: inline }
.geo-dec { display: none }
.geo-dms { display: inline }
To always display coordinates as decimal values, add this to your monobook.css:
.geo-default { display: inline }
.geo-nondefault { display: inline }
.geo-dec { display: inline }
.geo-dms { display: none }
To display coordinates in both formats, add this to your monobook.css:
.geo-default { display: inline }
.geo-nondefault { display: inline }
.geo-dec { display: inline }
.geo-dms { display: inline }
.geo-multi-punct { display: inline }
If CSS is disabled, or you have an old copy of MediaWiki:Common.css cached, you will see both formats. (You can either clear your cache or manually refresh this URL: [3].)
To disable display of the blue globe adjacent to coordinates, add this to your monobook.js
var wma_settings = {enabled:false}
Note that this will disable WikiMiniAtlas
See also Wikipedia:Manual of Style (dates and numbers)#Geographical coordinates.
- {{
rnd|154268|-3
}} gives To always display coordinates as DMS values, add this to your monobook.css:
.geo-default { display: inline }
.geo-nondefault { display: inline }
.geo-dec { display: none }
.geo-dms { display: inline }
To always display coordinates as decimal values, add this to your monobook.css:
.geo-default { display: inline }
.geo-nondefault { display: inline }
.geo-dec { display: inline }
.geo-dms { display: none }
To display coordinates in both formats, add this to your monobook.css:
.geo-default { display: inline }
.geo-nondefault { display: inline }
.geo-dec { display: inline }
.geo-dms { display: inline }
.geo-multi-punct { display: inline }
If CSS is disabled, or you have an old copy of MediaWiki:Common.css cached, you will see both formats. (You can either clear your cache or manually refresh this URL: [4].)
To disable display of the blue globe adjacent to coordinates, add this to your monobook.js
var wma_settings = {enabled:false}
Note that this will disable WikiMiniAtlas
See also Wikipedia:Manual of Style (dates and numbers)#Geographical coordinates.
- Şablon:Xpsoc
- whereas Şablon:Xpsoc, even though Şablon:Xpsoc (see m:Help:Format produced by expr)
- Şablon:Xpsoc
- Şablon:Xpsoc
- Şablon:Xpsoc
- Şablon:Xpsoc
- Şablon:Xpsoc
- Şablon:Xpsoc
- Şablon:Xpsoc
- Şablon:Xpsoc
- Şablon:Xpsoc
As with #expr, the total number of significant digits is not more than 14:
Internal details
[çımeyi bıvurne]The template calls Template:Rnd/b1 if the number, after rounding, is positive, Template:Rnd/b-1 if it is negative, and Template:Rnd/b0 if it is zero.
Their first parameter is the rounded number, their second the rounding parameter, and their third the value of the condition that the rounding parameter is positive.