More actions
m →Test: Experimenting with {{Imageserver}} and external links. |
m Experimenting with math. |
||
| Line 346: | Line 346: | ||
| 333 333 | | 333 333 | ||
|} | |} | ||
== Math == | |||
* [[Editing_commands_visual_guide#Math]] | |||
* [[:Wikipedia:MathML]] | |||
* [[:Wikipedia:Wikipedia:Manual_of_Style/Mathematics]] | |||
* [[:Wikipedia:Extension:SimpleMathJax]] | |||
* [[Wikipedia:Help:Displaying a formula]] | |||
* [https://docs.mathjax.org/en/latest/index.html MathJax] | |||
=== MathML === | |||
{{code|<nowiki><math xmlns="http://www.w3.org/1998/Math/MathML"> | |||
<mi>a</mi><msup><mi>x</mi><mn>2</mn></msup> | |||
<mo>+</mo> <mi>b</mi><mi>x</mi> | |||
<mo>+</mo> <mi>c</mi> <mo>=</mo> <mn>0</mn> | |||
</math></nowiki>}} | |||
<math xmlns="http://www.w3.org/1998/Math/MathML"> | |||
<mi>a</mi><msup><mi>x</mi><mn>2</mn></msup> | |||
<mo>+</mo> <mi>b</mi><mi>x</mi> | |||
<mo>+</mo> <mi>c</mi> <mo>=</mo> <mn>0</mn> | |||
</math> | |||
Does not work | |||
=== TeX === | |||
{{Code|<nowiki><math> | |||
x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} | |||
</math></nowiki>}} | |||
<math> | |||
x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} | |||
</math> | |||
{{Code|<nowiki><math display=block>\int_0^\pi \sin x\,dx.</math></nowiki>}} | |||
<math display=block>\int_0^\pi \sin x\,dx.</math> | |||
{{Code|<nowiki><math display=block>\sum_{n=1}^\infty 1/n^2 = \pi^2/6</math></nowiki>}} | |||
<math display=block>\sum_{n=1}^\infty 1/n^2 = \pi^2/6</math> | |||
[[Crystal damage]] | |||
:<code>Life Expectancy (in cycles) = Structure Hitpoints / Volatility / Volatility Damage</code> | |||
:<math>\text{Life Expectancy (in cycles)} = \text{Structure Hitpoints} / \text{Volatility} / \text{Volatility Damage}</math> | |||