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 Add problem with {{{ShipArticle}}.
m Remove ShipArticle problem.
Line 398: Line 398:
{{Code|<nowiki>:<math>\text{Life Expectancy (in cycles)} = \text{Structure Hitpoints} / \text{Volatility} / \text{Volatility Damage}</math></nowiki>}}
{{Code|<nowiki>:<math>\text{Life Expectancy (in cycles)} = \text{Structure Hitpoints} / \text{Volatility} / \text{Volatility Damage}</math></nowiki>}}
:<math>\text{Life Expectancy (in cycles)} = \text{Structure Hitpoints} / \text{Volatility} / \text{Volatility Damage}</math>
:<math>\text{Life Expectancy (in cycles)} = \text{Structure Hitpoints} / \text{Volatility} / \text{Volatility Damage}</math>
== ShipArticle problem ==
Starting point.
<pre>{{ShipArticle}}</pre>
A solution for the bit of code in the image area has been identified and tested.
{{ShipArticle}}
From here I start adding parameters one by one.
<pre>{{ShipArticle
| shipid=
}}
</pre>
This looks OK.
{{ShipArticle
| shipid=
}}
<pre>{{ShipArticle
| shipid=
| shipimg=
}}
</pre>
This still looks OK.
{{ShipArticle
| shipid=
| shipimg=
}}
<pre>{{ShipArticle
| shipid=
| shipimg=
| shipname=
}}
</pre>
So what the ...peeeep... happened to the "ship name" in the header and the breadcrumbs??
And more importantly, why?
Looks to me like the variable default option <nowiki>{{{shipname|Unknown}}}</nowiki> stopped functioning.
{{ShipArticle
| shipid=
| shipimg=
| shipname=
}}