Template:Hovertip: Difference between revisions

From Vintage Story Wiki
m (example)
mNo edit summary
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
<includeonly><abbr title="{{{2}}}">{{{1}}}</abbr></includeonly><noinclude>
<abbr title="{{{2}}}">{{{1}}}</abbr>
</includeonly>
<noinclude>
Adds a hover tool tip, an <code><nowiki><abbr></nowiki></code> element. It takes two unnamed parameters, the normal display text then the hover text. Try not to use this directly.
Adds a hover tool tip, an <code><nowiki><abbr></nowiki></code> element. It takes two unnamed parameters, the normal display text then the hover text. Try not to use this directly.


<code><nowiki>{{Hovertip| {{{1}}} | {{{2}}} }}</nowiki></code> becomes {{Hovertip| {{{1}}} | {{{2}}} }}
<code><nowiki>{{Hovertip| {{{1}}} | {{{2}}} }}</nowiki></code> becomes {{Hovertip| {{{1}}} | {{{2}}} }}.
</noinclude>
</noinclude>

Revision as of 19:55, 3 March 2020

Adds a hover tool tip, an <abbr> element. It takes two unnamed parameters, the normal display text then the hover text. Try not to use this directly.

{{Hovertip| {{{1}}} | {{{2}}} }} becomes {{{1}}} .