Template:Math
- Аԥсшәа
- Afrikaans
- Алтай тил
- العربية
- الدارجة
- مصرى
- অসমীয়া
- Asturianu
- Авар
- Azərbaycanca
- تۆرکجه
- Basa Bali
- Беларуская (тарашкевіца)
- Беларуская
- Български
- भोजपुरी
- ပအိုဝ်ႏဘာႏသာႏ
- বাংলা
- Bosanski
- Буряад
- Català
- 閩東語 / Mìng-dĕ̤ng-ngṳ̄
- Нохчийн
- کوردی
- Corsu
- Čeština
- Чӑвашла
- Dansk
- Ελληνικά
- Esperanto
- Español
- Eesti
- Euskara
- فارسی
- Na Vosa Vakaviti
- Føroyskt
- Français
- Arpetan
- Galego
- گیلکی
- ગુજરાતી
- 客家語 / Hak-kâ-ngî
- עברית
- हिन्दी
- Hrvatski
- Magyar
- Հայերեն
- Արեւմտահայերէն
- Interlingua
- Bahasa Indonesia
- Ilokano
- Íslenska
- 日本語
- ქართული
- Қазақша
- 한국어
- Kurdî
- Latina
- Лезги
- Limburgs
- Ladin
- Lietuvių
- Latviešu
- मगही
- Мокшень
- Македонски
- മലയാളം
- मराठी
- Bahasa Melayu
- Mirandés
- မြန်မာဘာသာ
- नेपाली
- Nederlands
- Norsk bokmål
- Ирон
- ਪੰਜਾਬੀ
- پښتو
- Português
- ရခိုင်
- Română
- Руски
- Русский
- Саха тыла
- Sicilianu
- Scots
- سنڌي
- Srpskohrvatski / српскохрватски
- တႆး
- Simple English
- Slovenščina
- Српски / srpski
- Sunda
- Svenska
- தமிழ்
- తెలుగు
- Тоҷикӣ
- ไทย
- Tagalog
- Toki pona
- Türkçe
- Татарча / tatarça
- Тыва дыл
- Удмурт
- Українська
- اردو
- Oʻzbekcha / ўзбекча
- Tiếng Việt
- ייִדיש
- Yorùbá
- 閩南語 / Bân-lâm-gí
- 粵語
- 中文
- IsiZulu
{{{1}}}
The math template formats mathematical formulas generated using HTML or wiki markup. (It does not accept the AMS-LaTeX markup that <math> does.) The template uses the texhtml 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
Note that HTML entities may need to be double-escaped (i.e. ∞ may need to be entered as &infin; instead of just ∞).
{{math|''f''(''x'') {{=}} ''b''<sup>''x''</sup> {{=}} ''y''}}
- produces: f(x) = bx = y
{{math|sin &pi; {{=}} 0}}
- produces: sin π = 0.
{{math|{{intmath|int|0|+&infin;}} ''e''<sup>−''x''</sup> d''x'' {{=}} 1}}
- produces: ∫+∞
0 e−x dx = 1
'''{{math|{{sfrac|1|2}} − {{sfrac|1|3}} {{=}} {{sfrac|1|6}}}}'''
- produces: 1/2 − 1/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 (√); see MOS: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
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.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| formula | 1 | wrap an inline formula in wikitext. | String | required |
| bigger font size | big | if set to ‘1’, this will render the formula in a bigger font size, increased to 165% | String | optional |
| custom font size | size | use this to specify your own font size | String | optional |
Notes
The font and fontsize used for texhtml, as defined in MediaWiki:Common.css, was determined by comparing common default fonts found on Windows, macOS and Linux and is scaled to 118% to match their x-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 do not need scaling, in which case .mw-parser-output span.texhtml { font-size: 100%; } will restore proper display.
The texhtml classname is a remnant from the TeX renderer, which had a user preference to render TeX-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
- Articles with unknown parameters are listed in Category:Pages using Math with unknown parameters(5).
- These same errors are notes in a Preview warning.
See also
- Help:Displaying a formula
- Wikipedia:Rendering math, a comparison of different representation of mathematical expressions
Editors can experiment in this template's sandbox (edit | diff) and testcases (edit) pages.
Add categories to the /doc subpage. Subpages of this template.