Difference between revisions of "Template:E/doc"

From Ava Zinn Wiki
Jump to: navigation, search
[unchecked revision][unchecked revision]
(transcluded template)
m (68 revisions from wikipedia:Template:E/doc)
 
(5 intermediate revisions by 3 users not shown)
Line 4: Line 4:
 
The {{tl|e}} and {{tl|10^}} templates are intended to facilitate and make uniform [[scientific notation]] numbers. The {{tl|10^}} template works exactly as described below except that it does not generate a multiplication (“×”) symbol.
 
The {{tl|e}} and {{tl|10^}} templates are intended to facilitate and make uniform [[scientific notation]] numbers. The {{tl|10^}} template works exactly as described below except that it does not generate a multiplication (“×”) symbol.
  
===Basic usage===
+
==Usage==
 
To render {{xt|3.14&nbsp;×&nbsp;10<sup>−12</sup>}}, instead of writing {{xt|<nowiki>3.14&amp;nbsp;×&amp;nbsp;10<sup>&amp;minus;12</sup></nowiki>}} you can write {{xt|<nowiki>3.14{{e|-12}}</nowiki>}}:
 
To render {{xt|3.14&nbsp;×&nbsp;10<sup>−12</sup>}}, instead of writing {{xt|<nowiki>3.14&amp;nbsp;×&amp;nbsp;10<sup>&amp;minus;12</sup></nowiki>}} you can write {{xt|<nowiki>3.14{{e|-12}}</nowiki>}}:
  
{{xpd5op3c|a|||||e|b|d=}}
+
{{#invoke:DemoTemplate|e|b}}
  
{{xpd5op3c||||||10^|b|d=}}
+
{{#invoke:DemoTemplate|10^|b}}
  
{{xpd5op3c||||||10^|-12|d=}}
+
{{#invoke:DemoTemplate|10^|-12}}
  
===Delimitation===
+
The first output character for {{tlf|e}} is a non-breaking thin-space:
The template uses the delimitation logic of the {{tl|val}} template, i.e. typing {{xt|<nowiki>1.2{{e|12341}}</nowiki>}} will produce a delimited exponent ({{xt|1.2{{e|12341}}}}). See ''[[#Forcing text display]]'' to turn this off.
+
 
 +
.<code><nowiki>{{e|b}}</nowiki></code>. &rarr; <code>.</code>{{e|b}}<code>.</code>
 +
 
 +
.<code><nowiki>{{10^|b}}</nowiki></code>. &rarr; <code>.</code>{{10^|b}}<code>.</code>
 +
 
 +
.<code><nowiki>{{10^|-12}}</nowiki></code>. &rarr; <code>.</code>{{10^|-12}}<code>.</code>
 +
 
 +
===Delimiters===
 +
 
 +
The template uses gaps or commas, per {{tl|val/delimitnum}}.<br />
 +
{{xt|<nowiki>1.2{{e|12341}}</nowiki>}} &rarr; {{xt|1.2{{e|12341}}}}.  
 +
 
 +
See ''[[#Forcing text display]]'' to turn this off.
  
 
===Text and number recognition===
 
===Text and number recognition===
Line 25: Line 37:
  
 
===Forcing text display===
 
===Forcing text display===
To force the template to display the input as text, and forgo the automatic delimitation and the recognition of the hyphen as a minus sign, write {{xt|<nowiki>1.2{{e|-42342|text}}</nowiki>}}, which will display {{xt|1.2&nbsp;&times;&nbsp;10<sup>-42342</sup>}} instead of {{xt|1.2{{e|-42342}}}}. This can also be used as an alternative to explicitly display the plus sign ({{xt|<nowiki>1.2{{e|+4|text}}</nowiki>}} gives {{xt|1.2{{e|&#43;4}}}}), but remember that you also lose delimitation if you do it this way.
+
To force the template to display the input as text, and forgo the automatic delimitation and the recognition of the hyphen as a minus sign, write {{xt|<nowiki>1.2{{e|-42342|text}}</nowiki>}}, which will display {{xt|1.2&nbsp;&times;&nbsp;10<sup>−42342</sup>}} instead of {{xt|1.2{{e|-42342}}}}. This can also be used as an alternative to explicitly display the plus sign ({{xt|<nowiki>1.2{{e|+4|text}}</nowiki>}} gives {{xt|1.2{{e|&#43;4}}}}), but remember that you also lose delimitation if you do it this way.
 +
 
 +
== Tracking category ==
 +
[[:Category:Articles using E without any arguments]] is a hidden category which may be added to pages using [[Template:E]].
  
===See also===
+
==See also==
 
* [[m:Template:e]]
 
* [[m:Template:e]]
 
* {{tl|e-sp}}, a more spaced version of {{tl|e}}.
 
* {{tl|e-sp}}, a more spaced version of {{tl|e}}.
Line 40: Line 55:
 
[[Category:Mathematical formatting templates]]
 
[[Category:Mathematical formatting templates]]
 
[[Category:Superscript and subscript templates]]
 
[[Category:Superscript and subscript templates]]
 +
[[Category:Templates that add a tracking category]]
  
[[bn:টেমপ্লেট:E]]
 
 
</includeonly>
 
</includeonly>

Latest revision as of 08:51, 15 March 2016

The {{e}} and {{10^}} templates are intended to facilitate and make uniform scientific notation numbers. The {{10^}} template works exactly as described below except that it does not generate a multiplication (“×”) symbol.

Usage[edit]

To render Template:Xt, instead of writing Template:Xt you can write Template:Xt:

{{#invoke:DemoTemplate|e|b}}

{{#invoke:DemoTemplate|10^|b}}

{{#invoke:DemoTemplate|10^|-12}}

The first output character for {{e}} is a non-breaking thin-space:

.{{e|b}}. → .×10Template:Val/delimitnum.

.{{10^|b}}. → .Template:10^.

.{{10^|-12}}. → .Template:10^.

Delimiters[edit]

The template uses gaps or commas, per {{val/delimitnum}}.
Template:XtTemplate:Xt.

See #Forcing text display to turn this off.

Text and number recognition[edit]

By default, the template recognizes both text and numbers. That is, typing Template:Xt will produce Template:Xt, with the proper minus sign (Template:Xt), rather than with a hyphen (Template:Xt). However, typing Template:Xt will produce Template:Xt since Template:Xt is not a number. In those cases, you need to write Template:Xt to produce the correct Template:Xt.

A minus sign also has to be provided for cases like Template:Xt (Template:Xt).

Explicit plus sign[edit]

To explicitly display the Template:Xt character, write Template:Xt which will produce Template:Xt.

Forcing text display[edit]

To force the template to display the input as text, and forgo the automatic delimitation and the recognition of the hyphen as a minus sign, write Template:Xt, which will display Template:Xt instead of Template:Xt. This can also be used as an alternative to explicitly display the plus sign (Template:Xt gives Template:Xt), but remember that you also lose delimitation if you do it this way.

Tracking category[edit]

Category:Articles using E without any arguments is a hidden category which may be added to pages using Template:E.

See also[edit]


Template:Sup and sub-related templates