More actions
m →Test: Coding and testing. |
m Coding and testing |
||
| (26 intermediate revisions by 2 users not shown) | |||
| Line 2: | Line 2: | ||
== Template being worked on == | == Template being worked on == | ||
Original:<br> | Original:<br> | ||
text before original | text before original {{Ship|Redeemer|box}} text after original.<br> | ||
{{ | |||
| | |||
| | |||
}} text after original.<br> | |||
Line after original. | Line after original. | ||
Draft:<br> | Draft:<br> | ||
text before draft | text before draft {{:User:Evon R'al/Draft|Redeemer|box}} text after draft.<br> | ||
{{User:Evon R'al/ | |||
| | |||
| | |||
}} text after draft.<br> | |||
Line after draft. | Line after draft. | ||
| Line 73: | Line 47: | ||
== Test == | == Test == | ||
{{Imageserver|types| | {{Imageserver|types|82375|icon|size= 64}} | ||
[https://www.kpn.com test] | |||
[https://www.google.com test] | |||
== Warp parser error == | |||
Original code | |||
: <math> | |||
\begin{align} | |||
v & = k * e^{jt}\\ | |||
d & = \int_{0}^{t}k*e^{j⋅dx}\,dx = \frac{k*e^{jt}}{j}\\ | |||
& = \frac{v}{j} | |||
\end{align} | |||
</math> | |||
adapted code | |||
: <math> | |||
\begin{align} | |||
v & = k * e^{jt} \\ | |||
d & = \int_{0} ^ {t} k * e ^ { j \sdot dx \, dx = \frac { k * e ^ {jt} } {j} } \\ | |||
& = \frac {v} {j} | |||
\end{align} | |||
</math> | |||
| Line 319: | Line 316: | ||
x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} | x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} | ||
</math> | </math> | ||
{{Code|<nowiki><math display=block>\int_0^\pi \sin x\,dx.</math></nowiki>}} | {{Code|<nowiki><math display=block>\int_0^\pi \sin x\,dx.</math></nowiki>}} | ||
<math display=block>\int_0^\pi \sin x\,dx.</math> | <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>}} | {{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> | <math display="block">\sum_{n=1}^\infty 1/n^2 = \pi^2/6</math> | ||