Template:H:title

Revision as of 05:05, 2 December 2014 by Abhidevananda (talk | contribs) (Protected "Template:H:title": Not to be used frequently or altered ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading])

{{{2}}}

Documentation icon Template documentation[view] [edit] [history] [purge]

This template 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

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

Examples

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