साँचा:E/doc

मुक्त ज्ञानकोश विकिपीडिया से
नेविगेशन पर जाएँ खोज पर जाएँ

{{

 साँचा:namespace detect

| type = notice | image = | imageright = | class = | style = margin-bottom:1.0em; | textstyle = | text = साँचा:strong for साँचा:terminate sentence
It contains usage information, categories and other content that is not part of the original साँचा page. | small = | smallimage = | smallimageright = | smalltext = | subst = | date = | name = }} साँचा:mbox

Usage

The {{e}} template is intended to facilitate and make uniform scientific notation numbers. To render

3.14×10−12

instead of writing:

3.14×10<sup>−12</sup>

you can write:

3.14{{subst:e|−12}}

which yields that same wikitext, and is therefore rendered the same.

Note that the parameter is text, not a number; it can include variables which can be italicized, etc. This also means that using a hyphen (-) and a minus sign (−) with negative numbers gives different results.

3.14{{subst:e|-12}} 3.14×10-12
3.14{{subst:e|&minus;12}} 3.14×10−12
3.14{{subst:e|−12}} 3.14×10−12
3.14{{subst:e|''z'' − ''y''}} 3.14×10zy

See also साँचा:tim.