Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User:Evon R'al/Sandbox: Difference between revisions

From EVE University Wiki
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>
{{EVEUniEvent
| name = Name
| description =
Beschrijving
| scheduling = Schema
| requirements =
* Needed 1
* Needed 2
| recommendations = Adviezen
| fitting =
| warnings =
| additional information = Extra
}} 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/Sandbox template
| name = Name
| description =
Beschrijving
| scheduling = Schema
| requirements =
* Needed 1
* Needed 2
| recommendations = Adviezen
| fitting =
| warnings =
| additional information = extra
}} text after draft.<br>
Line after draft.
Line after draft.


Line 73: Line 47:
== Test ==
== Test ==


{{Imageserver|types|80523|icon}}
{{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>