Template:Tooltip: Difference between revisions

m (Reverted edits by Batsondl (talk) to last revision by Ahancey)
Tag: Rollback
m (Hopefullyl fixed...added 'Shift left' property. This should be approximately 1/2 of the width passed in.)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<span class="tooltip">{{{Hover words|}}} <span class="tooltiptext" style="width:{{{Width|}}}; margin-left:-{{{Shift left|}}};">{{{Words in popup|}}}</span></span> test<noinclude>
<span class="tooltip" style="border-bottom: 1px dotted black; text-decoration: none;">{{{Hover words|}}} <span class="tooltiptext" style="width:{{{Width|}}}; margin-left:-{{{Shift left|}}};">{{{Words in popup|}}}</span></span> <noinclude>
This template will create a popup box tooltip when the user hovers over 'Hover words', which will be underlined.  The following is an example of what the call to this template should look like:<br><br>
This template will create a popup box tooltip when the user hovers over 'Hover words', which will be underlined.  The following is an example of what the call to this template should look like:<br><br>
  <nowiki>
  <nowiki>

Latest revision as of 18:21, 24 June 2020

This template will create a popup box tooltip when the user hovers over 'Hover words', which will be underlined. The following is an example of what the call to this template should look like:

 {{Tooltip
  |Width=200px   /* adjust to desired box width */
  |Shift left=100px  /* use this to adjust the tooltip box over words.  Typically, this should be 1/2 the size of the Width */ 
  |Hover words=Hover over these words
  |Words in popup=Words here will show up in a box when a user hovers over the 'Hover words'.
 }}