Template:H:title

From Zenmi Project
Jump to navigation Jump to search
Documentation icon Template documentation[view] [edit] [history] [purge]

<noinclude></noinclude> See Template:H:title Thwiki.png for more information.


{{H:title}} assigns an HTML title attribute to a given block of text. This causes a tooltip to be displayed when the user hovers over the text with their cursor.

Usage[edit source]

{{H:title
 |spantitle
 |label
 |link=yes/no (defaults to "no")
 |dotted=yes/no (defaults to "yes")
}}

Examples[edit source]

  • {{H:title|Shion|example}} produces Shion.
  • {{H:title|Shion|example|link=yes}} produces Shion.
  • {{H:title|Shion|example|dotted=no}} produces Shion.
  • {{H:title|Shion|example|link=yes|dotted=no}} produces Shion.

Warnings[edit source]

  • Do not use templates (such as {{Lang}}) in the second (hovertext) parameter. Terrible things happen.