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 Update test for rename of {{Infobox class}}
m Coding and testing
 
(13 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 {{Infobox class
text before original {{Ship|Redeemer|box}} text after original.<br>
| class name      = Explo
| class page name = Exploration (CORE class)
| image          = Core class EXPLORATION.png
| size            =
| summary        = Original template
| reading list    = [[Exploration]], [[Wormhole]]
| slides link    = https://drive.google.com/file/d/1VRI7S4fBMBmonyn2PTpp-I4sduvdTJSC/view?usp=sharing
| video link      = https://www.youtube.com/watch?v=WX_XGqLJ6y4
}} text after original.<br>
Line after original.
Line after original.


Draft:<br>
Draft:<br>
text before draft {{User:Evon R'al/Sandbox template
text before draft {{:User:Evon R'al/Draft|Redeemer|box}} text after draft.<br>
| class name      = Explo
| class page name = Exploration (CORE class)
| image          = Core class EXPLORATION.png
| size            =
| summary        = Class with image
| reading list    = [[Exploration]], [[Wormhole]]
| slides link    = https://drive.google.com/file/d/1VRI7S4fBMBmonyn2PTpp-I4sduvdTJSC/view?usp=sharing
| slides version  = 14 July 2024
| video link      = https://www.youtube.com/watch?v=WX_XGqLJ6y4
}}
 
{{User:Evon R'al/Sandbox template
| class name      = Explo
| class page name = Exploration (CORE class)
| image          =
| size            =
| summary        = class without image
| reading list    = [[Exploration]], [[Wormhole]]
| slides pdf      = https://drive.google.com/file/d/1VRI7S4fBMBmonyn2PTpp-I4sduvdTJSC/view?usp=sharing
| slides ppt      = https://drive.google.com/file/d/1VRI7S4fBMBmonyn2PTpp-I4sduvdTJSC/view?usp=sharing
| slides version  = 14 July 2024
| video link      = https://www.youtube.com/watch?v=WX_XGqLJ6y4
}}
 
{{User:Evon R'al/Sandbox template
| class name      = Explo
| class page name = Exploration (CORE class)
| image          =
| size            =
| summary        = class without image
| reading list    = [[Exploration]], [[Wormhole]]
| slides pdf      =
| slides ppt      = https://drive.google.com/file/d/1VRI7S4fBMBmonyn2PTpp-I4sduvdTJSC/view?usp=sharing
| slides version  = 14 July 2024
| video link      = https://www.youtube.com/watch?v=WX_XGqLJ6y4
}}
 
{{User:Evon R'al/Sandbox template
| class name      = Explo
| class page name = Exploration (CORE class)
| image          =
| size            =
| summary        = class without image
| reading list    = [[Exploration]], [[Wormhole]]
| slides pdf      = https://drive.google.com/file/d/1VRI7S4fBMBmonyn2PTpp-I4sduvdTJSC/view?usp=sharing
| slides ppt      =
| slides version  = 14 July 2024
| video link      = https://www.youtube.com/watch?v=WX_XGqLJ6y4
}} text after draft.<br>
Line after draft.
Line after draft.


Line 109: Line 51:




[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 351: 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>