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

Template talk:ShipBoxTooltip: Difference between revisions

Discussion page of Template:ShipBoxTooltip
m Fix typo.
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|<nowiki>&lt;div></pre>Does this, {{Ship|Vexor|mode= tooltip}} stays inline?&lt;/div></<nowiki>}}
{{Code| &lt;div> Does this, {{Ship|Vexor|mode= tooltip}} stays inline? &lt;/div>}}
<div>Does this, {{Ship|Vexor|mode= tooltip}} stays inline?</div><br>
 
Now this works, as does putting it inside a &lt;span> or a table.
<div> Does this, {{Ship|Vexor|mode= tooltip}} stays inline? </div><br>
Now this works, as does putting it inside a &lt;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)
|}
|}