<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wonkpedia.org/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Template%3AHover_title%2Fdoc</id>
	<title>Template:Hover title/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wonkpedia.org/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Template%3AHover_title%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://wonkpedia.org/mediawiki/index.php?title=Template:Hover_title/doc&amp;action=history"/>
	<updated>2026-04-15T07:50:01Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.13</generator>
	<entry>
		<id>https://wonkpedia.org/mediawiki/index.php?title=Template:Hover_title/doc&amp;diff=1491&amp;oldid=prev</id>
		<title>Bmueller: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wonkpedia.org/mediawiki/index.php?title=Template:Hover_title/doc&amp;diff=1491&amp;oldid=prev"/>
		<updated>2022-02-23T17:10:16Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left diff-editfont-monospace&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 17:10, 23 February 2022&lt;/td&gt;
				&lt;/tr&gt;
&lt;!-- diff cache key lets_get_wonky-mediawiki-:diff:wikidiff2:1.12:old-1490:rev-1491:1.11.0 --&gt;
&lt;/table&gt;</summary>
		<author><name>Bmueller</name></author>
	</entry>
	<entry>
		<id>https://wonkpedia.org/mediawiki/index.php?title=Template:Hover_title/doc&amp;diff=1490&amp;oldid=prev</id>
		<title>Wikipedia&gt;Mathglot: Undid revision 1039028018 by Mathglot (talk)</title>
		<link rel="alternate" type="text/html" href="https://wonkpedia.org/mediawiki/index.php?title=Template:Hover_title/doc&amp;diff=1490&amp;oldid=prev"/>
		<updated>2021-08-17T10:52:27Z</updated>

		<summary type="html">&lt;p&gt;Undid revision 1039028018 by &lt;a href=&quot;/mediawiki/index.php/Special:Contributions/Mathglot&quot; title=&quot;Special:Contributions/Mathglot&quot;&gt;Mathglot&lt;/a&gt; (&lt;a href=&quot;/mediawiki/index.php?title=User_talk:Mathglot&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;User talk:Mathglot (page does not exist)&quot;&gt;talk&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
&amp;lt;!-- Categories go where indicated at the bottom of this page, please; interwikis go to Wikidata (see also: [[Wikipedia:Wikidata]]). --&amp;gt;&lt;br /&gt;
{{high-use| 6522 }}&lt;br /&gt;
&lt;br /&gt;
===Purpose===&lt;br /&gt;
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, on systems where that is possible.&lt;br /&gt;
&lt;br /&gt;
Note that such content is not visible to, for example, users on mobile devices (who comprise more than half of all Wikipedia readers).&lt;br /&gt;
&lt;br /&gt;
===Usage===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Hover title&lt;br /&gt;
 |spantitle&lt;br /&gt;
 |label&lt;br /&gt;
 |link=yes/no (defaults to &amp;quot;no&amp;quot;)&lt;br /&gt;
 |dotted=yes/no (defaults to &amp;quot;yes&amp;quot;)&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
wikimarkup except linking may be used within label, but not within spantitle.&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;{{Hover title|Hello|example}}&amp;lt;/nowiki&amp;gt; produces {{Hover title|Hello|example}}.&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;{{Hover title|Hello|example|link=yes}}&amp;lt;/nowiki&amp;gt; produces {{Hover title|Hello|example|link=yes}}.&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;{{Hover title|Hello|example|dotted=no}}&amp;lt;/nowiki&amp;gt; produces {{Hover title|Hello|example|dotted=no}}.&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;{{Hover title|Hello|example|link=yes|dotted=no}}&amp;lt;/nowiki&amp;gt; produces {{Hover title|Hello|example|link=yes|dotted=no}}.&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;{{Hover title|Hello|ex'''amp'''le}}&amp;lt;/nowiki&amp;gt; produces {{Hover title|Hello|ex'''amp'''le}}.&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;[[example|{{Hover title|Hello|text}}]]&amp;lt;/nowiki&amp;gt; produces [[example|{{Hover title|Hello|text}}]].&lt;br /&gt;
&lt;br /&gt;
===Accessibility issue===&lt;br /&gt;
This template uses a hover attribute, which is discouraged by [[Wikipedia:Manual of Style (accessibility)#Text]].&lt;br /&gt;
&lt;br /&gt;
For marking abbreviations specifically, please use {{tl|abbr}} instead, because it is accessible to [[screen reader]] users.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{Sandbox other||&lt;br /&gt;
&amp;lt;!-- Categories go below this line, please; interwikis go to Wikidata, thank you! --&amp;gt;&lt;br /&gt;
[[Category:Typing-aid templates]]&lt;br /&gt;
&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Wikipedia&gt;Mathglot</name></author>
	</entry>
</feed>