Difference between revisions of "Template:E"

From Ava Zinn Wiki
Jump to: navigation, search
[unchecked revision][unchecked revision]
(adding spaces per request)
(made change per talk request)
Line 1: Line 1:
&nbsp;×&nbsp;10<sup>{{{1}}}</sup><noinclude>
+
&nbsp;×&nbsp;10<sup>
 +
{{#switch:{{valid|number={{{1}}}}}
 +
|#default={{val/delimitnum|{{{1}}}}}
 +
|false={{{1}}}
 +
}}</sup><noinclude>
 
{{pp-template|small=yes}}
 
{{pp-template|small=yes}}
 
{{template doc}}
 
{{template doc}}
 
</noinclude>
 
</noinclude>

Revision as of 04:20, 10 September 2009

 × 10 Template:Val/delimitnum

Documentation icon Template documentation[view] [edit] [history] [purge]

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

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

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

See #Forcing text display to turn this off.

Text and number recognition

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

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

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

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

See also


Template:Sup and sub-related templates