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) | ||
|} | |} | ||