Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Template:Math

Permanently protected template
From Wikipedia, the free encyclopedia

{{{1}}}

Template documentation[view] [edit] [history] [purge]
WarningThis template is used onapproximately 11,000 pages and changes may be widely noticed. Test changes in the template's/sandbox or/testcases subpages, or in your ownuser subpage. Consider discussing changes on thetalk page before implementing them.
For basic mathematical functions, seeModule:Math.

Themath template formats mathematical formulas generated usingHTML orwiki markup. (It does not accept theAMS-LaTeX markup that <math> does.) The template uses thetexhtml class by default for inline text style formulas, which aims to match the size of the serif font with the surrounding sans-serif font (see below). The template also prevents line-wrapping.

Usage

Use this template for inline, non-complex formulas as an alternative to using the<math>...</math> tag pair (see:Help:Math).

Examples

{{math|''f''(''x''){{=}}''b''<sup>''x''</sup>{{=}}''y''}}
produces:f(x) =bx =y
{{math|sin&amp;pi;{{=}} 0}}
produces:sin π = 0.
{{math|{{intmath|int|0|+&amp;infin;}}''e''<sup>''x''</sup> d''x''{{=}} 1}}
produces:+∞
0
ex dx = 1
'''{{math|{{sfrac|1|2}}{{sfrac|1|3}}{{=}}{{sfrac|1|6}}}}'''
produces:1/21/3 =1/6. Note the triple-apostrophes have set the whole formula as bold.

<math>...</math> should be used for expressions with the radical symbol (√); seeMOS:RADICAL.

Use of equals-sign and absolute value bars

The equals sign, =, and bar, |, are used as syntax by the wiki template system. Therefore, if a single equals-sign ("=") is used, it will fail to render, instead showing "{{{1}}}". For example, the following template-coding would be invalid:

{{math|1 + 2= 3}}
produces:{{{1}}}, which is invalid code

To resolve this, either: (a) Start the formula with "1=" as in:

{{math|1=1 + 2 = 3}}
produces:1 + 2 = 3, or else, (b) enclose the equals-sign in double-braces "{{=}}" as in:
{{math|1 + 2{{=}} 3}}
produces:1 + 2 = 3.

A similar difficulty concerns the vertical bars ("|") used to indicate absolute value, which without care would get interpreted as part of the template syntax. The solution is different than for the equals sign: such bars should be entered as "{{!}}":

{{math|{{!}}''f''(''x'') −''a''{{!}} < ε}}
produces:|f(x) −a| < ε.

This example can also be produced by the following:

{{math|{{mabs|''f''(''x'') −''a''}} < ε}}
produces:|f(x) −a| < ε

Parameters

The following parameters are optional:

  • big=1 – This will render the formula in a bigger fontsize, increased to 165%.
  • size=font-size – Use this to specify your own fontsize.
{{math|big=1|1 + 2{{=}} 3}}
produces:1 + 2 = 3
{{math|size=250%|1 + 2{{=}} 3}}
produces:1 + 2 = 3

TemplateData

This is theTemplateData for this template used byTemplateWizard,VisualEditor and other tools.See a monthly parameter usage report forTemplate:Math in articles based on its TemplateData.

TemplateData for Math

This template formats markup generated mathematical formulas with HTML and CSS. The template tries to match the size of the serif font with the surrounding sans-serif font. The template also prevents line-wrapping. Use this template for non-complex formulas as an alternative to using the <math> format.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
formula1

wrap an inline formula in wikitext.

Stringrequired
bigger font sizebig

if set to ‘1’, this will render the formula in a bigger font size, increased to 165%

Stringoptional
custom font sizesize

use this to specify your own font size

Stringoptional

Notes

The font and fontsize used fortexhtml, as defined inMediaWiki:Common.css, was determined by comparing common default fonts found on Windows, OS X and Linux and is scaled to 118% to match theirx-height. However, not everyone uses the default fonts. If you find that the rendered math is not of the same size as the surrounding text, you can adjust this in your personal CSS. For instance, the DejaVu Sans and DejaVu Serif fonts donot need scaling, in which case.mw-parser-output span.texhtml { font-size: 100%; } will restore proper display.

Thetexhtml classname is a remnant from theTeX renderer, which had a user preference to renderTeX-written formulae in "HTML when simple". That option has been removed some time ago, but the classname continues to be used for formulae written in HTML.

Tracking category

See also

Math templates
  • Functions
  • Numeral systems
Functions
Numeral systems
Conversions
convert many units (see:list)
cvt abbreviated{{convert}}
convinfobox{{convert}} for infoboxes
bbl to t barrels of oil to tonnes
long ton long hundredweights, quarters and pounds to kilograms;
long tons and hundredweights to pounds and metric tons
miles-chains miles and chains to kilometres linking "chains"
decdeg degrees, minutes, and seconds todecimal degrees
deg2dms decimal degrees to degrees, minutes, and seconds
deg2hms decimal degrees tohour angle (in hours, minutes, and seconds)
hms2deghour angle (in hours, minutes, and seconds) to decimal degrees
inflation calculate inflation of Consumer Price Index-related prices
pop density population density in an area
track gauge railway track gauges
Notation andformatting
bigmath bigger font to matchTeX\displaystyle (standalone formulas only)
bra–ket notation
ceil,floor calculations:mw:Help:#expr; formatting indicators⌈3.14⌉,3.14 (no calculation performed)
fraction slant fractions35 (not for maths/science articles; usestanding or upright fractions{{sfrac}} instead)
intmathintegral symbols
  • langle
  • rangle
  • angbr
  • angular brackets
  • ldelim
  • rdelim
  • multiline delimiters (2–5 lines inclusive)
    abs absolute values (paired vertical lines)
    math short text-based formulas
    mathcal [mathematical] calligraphic font; alternative toLaTeX\mathcal{...}
    mvar individual italicized maths variables in normal text
  • overline
  • underline
  • a line set above/below a sequence of characters
    overarc an arc set above a sequence of characters
  • overset
  • underset
  • arbitrary characters/diacritics set above/below one another
    pars parentheses that can be resized()
    sfrac "standing" or upright fractions3/5 (use in maths/science articles instead of{{fraction}})
  • sub
  • sup
  • su
  • subscripts and superscripts
    tmath WrapTeX in<math> tags
    tombstone symbol indicating theend of a proof
    val measurement values, uncertainties and units
    vec various overarrows, underarrows, etc.
  • Boxes
  • Tags
  • Notices
  • The abovedocumentation istranscluded fromTemplate:Math/doc.(edit |history)
    Editors can experiment in this template'ssandbox(edit |diff) andtestcases(edit) pages.
    Add categories to the/doc subpage.Subpages of this template.
    Retrieved from "https://en.wikipedia.org/w/index.php?title=Template:Math&oldid=1000135454"
    Category:
    Hidden categories:

    [8]ページ先頭

    ©2009-2025 Movatter.jp