Difference between revisions of "Template talk:ShipBoxTooltip"
From EVE University Wiki
m (Fix typo.) |
m (→Problem with the template: Clean up.) |
||
Line 3: | Line 3: | ||
{{Code|<nowiki>Does this, {{Ship|Vexor|mode= tooltip}} stays inline?</nowiki>}} | {{Code|<nowiki>Does this, {{Ship|Vexor|mode= tooltip}} stays inline?</nowiki>}} | ||
Does this, {{Ship|Vexor|mode= tooltip}} stays inline?<br> | Does this, {{Ship|Vexor|mode= tooltip}} stays inline?<br> | ||
− | No, it does not. | + | {{Co|red|No}}, it does not. |
+ | |||
{{Code|<nowiki>Does this, {{:Vexor|mode= tooltip}} stays inline?</nowiki>}} | {{Code|<nowiki>Does this, {{:Vexor|mode= tooltip}} stays inline?</nowiki>}} | ||
Line 10: | Line 11: | ||
− | {{Code| | + | {{Code| <div> Does this, {{Ship|Vexor|mode= tooltip}} stays inline? </div>}} |
− | <div>Does this, {{Ship|Vexor|mode= tooltip}} stays inline?</div><br> | + | |
− | Now this works, as does putting it inside a <span> | + | <div> Does this, {{Ship|Vexor|mode= tooltip}} stays inline? </div><br> |
+ | Now this works, as does putting it inside a <span>, | ||
+ | |||
<span>Does this, {{Ship|Vexor|mode= tooltip}} stays inline?</span><br> | <span>Does this, {{Ship|Vexor|mode= tooltip}} stays inline?</span><br> | ||
+ | : or a table. | ||
{| class="wikitable" style="width: 40%;" | {| class="wikitable" style="width: 40%;" | ||
− | |+ Does this, {{Ship|Vexor|mode= tooltip}} stays inline? | + | |+ Does this, {{Ship|Vexor|mode= tooltip}} stays inline? (caption) |
|- | |- | ||
− | | Does this, {{Ship|Vexor|mode= tooltip}} stays inline? | + | | Does this, {{Ship|Vexor|mode= tooltip}} stays inline? (data cell) |
|} | |} | ||
Revision as of 13:44, 3 December 2022
Problem with the template
Does this, {{Ship|Vexor|mode= tooltip}} stays inline? |
Does this,
Vexor
Vexor
Standard Cruisers Vexor Class
4 (0/4) 4 5
700 MW 300 tf
195 m/sec
480 m³
|
stays inline?
No, it does not.
Does this, {{:Vexor|mode= tooltip}} stays inline? |
Does this,
Vexor
Vexor
Standard Cruisers Vexor Class
4 (0/4) 4 5
700 MW 300 tf
195 m/sec
480 m³
|
stays inline?
No surprise here as the second example is exactly what {{Ship}} produces.
<div> Does this, Vexor
|
Does this, Vexor
stays inline?
Vexor
Standard Cruisers Vexor Class
4 (0/4) 4 5
700 MW 300 tf
195 m/sec
480 m³
|
Now this works, as does putting it inside a <span>,
Vexor
Standard Cruisers Vexor Class
4 (0/4) 4 5
700 MW 300 tf
195 m/sec
480 m³
|
- or a table.
Vexor
Standard Cruisers Vexor Class
4 (0/4) 4 5
700 MW 300 tf
195 m/sec
480 m³
|
Vexor
Standard Cruisers Vexor Class
4 (0/4) 4 5
700 MW 300 tf
195 m/sec
480 m³
|
Using <p> however produces this
Does this, Vexor
Vexor
Standard Cruisers Vexor Class
4 (0/4) 4 5
700 MW 300 tf
195 m/sec
480 m³
|
stays inline?
Somehow the interaction between {{Ship}}, {{ShipBoxTooltip}} and the wiki parser creates this problem. I have been looking into this, but I have not been able to find a fix --Evon R'al (talk) 12:23, 11 May 2022 (UTC)