More actions
m Add sections. |
m Coding and testing |
||
| (39 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 | text before original {{Ship|Redeemer|box}} text after original.<br> | ||
Line after. | Line after original. | ||
Draft:<br> | Draft:<br> | ||
text before {{User:Evon R'al/ | text before draft {{:User:Evon R'al/Draft|Redeemer|box}} text after draft.<br> | ||
Line after. | Line after draft. | ||
== Problem == | == Problem == | ||
| Line 42: | Line 42: | ||
<p>Does this, {{Ship|Redeemer}} stay inline?</p> | <p>Does this, {{Ship|Redeemer}} stay inline?</p> | ||
{{Box | {{Box|The {{T|Ship}} template does a transclusion of the ship page with a mode parameter. If the mode parameter is anything else then box, then {{T|ShipBoxTooltip}} is called. Which, in turn, calls {{T|Tooltip}}. {{T|Ship}} is also used when there are variations of a ship. It is used in the source of the parameter variations. Here the results appear to be correct (See e.g. [[Harpy]])<br> | ||
When the sentence with the ship template is inside another element there is no problem. Hmm does not do so well inside <nowiki><p></nowiki>.}} | When the sentence with the ship template is inside another element there is no problem. Hmm does not do so well inside <nowiki><p></nowiki>.}} | ||
== Test == | == Test == | ||
{{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 56: | Line 79: | ||
date= <nowiki>{{#time: F Y}}</nowiki> - date= {{#time: F Y}} (The present)<br> | date= <nowiki>{{#time: F Y}}</nowiki> - date= {{#time: F Y}} (The present)<br> | ||
date= <nowiki>{{subst:#time: F Y}}</nowiki> - date= June 2021 (At time of saving the edit) | date= <nowiki>{{subst:#time: F Y}}</nowiki> - date= June 2021 (At time of saving the edit) | ||
| Line 352: | 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> | ||