Template:Math: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<span class="math">{{#tag:math|{{{1|}}}}}</span><noinclude>Display an inline mathematical formula. For centered blocks of math, see Template:Math block. == Examples == <pre>Inline math example: {{math|10+10}}.</pre> Inline math example: {{math|10+10}}. == Template data == <templatedata> { "params": { "1": { "label": "Math", "description": "Add the math formula here.", "required": true } } } </templatedata> </noinclude>") |
HiddenDragon (talk | contribs) m (Use template demo) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<span class="math">{{#tag:math|{{{1|}}}}}</span><noinclude>Display an inline mathematical formula. For centered blocks of math, see [[Template:Math block]]. | <includeonly><span class="math">{{#tag:math|{{{1|}}}}}</span></includeonly><noinclude>{{documentation|content= | ||
Display an inline mathematical formula. For centered blocks of math, see [[Template:Math block]]. | |||
== Examples == | == Examples == | ||
< | {{Template demo | ||
| style = table | |||
| <nowiki>Inline math example: {{math|10+10}}.</nowiki> | |||
}} | |||
== Template data == | == Template data == | ||
Line 17: | Line 20: | ||
} | } | ||
</templatedata> | </templatedata> | ||
}} | |||
[[Category:Templates]] | |||
</noinclude> | </noinclude> |
Latest revision as of 20:17, 19 January 2025
Template documentation
Display an inline mathematical formula. For centered blocks of math, see Template:Math block.
Examples
Markup | Renders as |
---|---|
Inline math example: {{math|10+10}}. | Inline math example: . |
Template data
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Math | 1 | Add the math formula here. | Unknown | required |