Difference between revisions of "Template:E"

From Ava Zinn Wiki
Jump to: navigation, search
[unchecked revision][unchecked revision]
(Add tracking per suggestion on talk page)
m (49 revisions from wikipedia:Template:E)
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{#if:{{{1|}}}|&nbsp;×&nbsp;10<sup><!--
+
{{#if:{{{1|}}}
-->{{#switch:{{{2}}}
+
|<span style="margin:0 .15em 0 .25em">×</span>10<sup><!--
    |#default={{#switch:{{valid|number={{{1}}}}}
+
-->{{#ifeq:{{{2|}}}|text
              |#default={{#switch:{{{2}}}
+
  |{{{1}}}
                          |plus=&#43;{{val/delimitnum|{{{1}}}}}
+
  |{{#ifeq:{{valid|number={{{1}}}}}|false
                          |#default={{val/delimitnum|{{{1}}}}}
+
    |{{{1}}}
                        }}
+
    |{{#ifeq:{{{2|}}}|plus
              |false={{{1}}}
+
      |&#43;{{val/delimitnum|{{{1}}}}}
              }}
+
      |{{val/delimitnum|{{{1}}}}}
    |text={{{1}}}
+
    }}
}}</sup>|<includeonly>[[Category:Articles using E without any arguments]]</includeonly>}}<noinclude>
+
  }}
 +
}}</sup>
 +
|{{Main other|[[Category:Articles using E without any arguments]]}}
 +
}}<noinclude>
 
{{documentation}}
 
{{documentation}}
 
</noinclude>
 
</noinclude>

Latest revision as of 08:50, 15 March 2016

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