<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://safernicotine.wiki/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Template%3AKey_top%2Fdoc</id>
	<title>Template:Key top/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://safernicotine.wiki/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Template%3AKey_top%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://safernicotine.wiki/mediawiki/index.php?title=Template:Key_top/doc&amp;action=history"/>
	<updated>2026-04-03T21:47:28Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://safernicotine.wiki/mediawiki/index.php?title=Template:Key_top/doc&amp;diff=38443&amp;oldid=prev</id>
		<title>imported&gt;Plastikspork: /* See also */ Deleted</title>
		<link rel="alternate" type="text/html" href="https://safernicotine.wiki/mediawiki/index.php?title=Template:Key_top/doc&amp;diff=38443&amp;oldid=prev"/>
		<updated>2023-01-13T16:52:34Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;See also: &lt;/span&gt; Deleted&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;!-- Place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
This template renders a key top as found on typewriters and computer keyboards including a standardized or common symbol if available, e.g. from [[ISO/IEC 9995|ISO/IEC 9995-7]]. Keys for which there is an associated Wikipedia article are rendered with a hyperlink. Unlike {{tlx|key press}}, this template is not intended to be used for combinations of multiple keys, i.e. “keyboard shortcuts”. It shall be used in descriptions of the physical keys and their functions.&lt;br /&gt;
&lt;br /&gt;
The first, mandatory parameter holds the “natural” key name which is used to select a symbol and link. Its contents is usually also output unchanged next to the symbol unless the second parameter is set to an explicit label, which most often will be blank to suppress the label. The third, also optional parameter, is a binary switch that toggles alternate representations of a very limited selection of symbols: {{key top|ctrl|}} vs.  {{key top|ctrl||wheel}},  {{key top|return|}} vs.  {{key top|return||narrow}} vs. {{key top|return||hollow}}, {{key top|ins|}} vs. {{key top|ins||letter}}, {{key top|stop|}} vs. {{key top|stop||big}} and {{key top|record|}} vs. {{key top|record||red}}.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
: {{tc|key top|return}} → {{key top|return}}&lt;br /&gt;
: {{tc|key top|Return}} → {{key top|Return}}&lt;br /&gt;
: {{tc|key top|RETURN}} → {{key top|RETURN}}&lt;br /&gt;
: {{tc|key top|Return{{!}}}} → {{key top|Return|}}&lt;br /&gt;
: {{tc|key top|Enter}} → {{key top|Enter}}&lt;br /&gt;
: {{tc|key top|Return|Enter}} → {{key top|Return|Enter}}&lt;br /&gt;
: {{tc|key top|Return{{!}}{{!}}}} → {{key top|Return||}}&lt;br /&gt;
: {{tc|key top|Return||true}} → {{key top|Return||true}}&lt;br /&gt;
: {{tc|key top|Return||narrow}} → {{key top|Return||narrow}}&lt;br /&gt;
: {{tc|key top|Return||hollow}} → {{key top|Return||hollow}}&lt;br /&gt;
: {{tc|key top|Return||thin}} → {{key top|Return||thin}}&lt;br /&gt;
: {{tc|key top|Return||thick}} → {{key top|Return||thick}}&lt;br /&gt;
: {{tc|key top|Return|Return|narrow}} → {{key top|Return|Return|narrow}}&lt;br /&gt;
&lt;br /&gt;
: {{tc|key top|Ctrl}} → {{key top|Ctrl}}&lt;br /&gt;
: {{tc|key top|Ctrl|3{{=}}true}} → {{key top|Ctrl|3=true}}&lt;br /&gt;
&lt;br /&gt;
: {{tc|key top|Alt}} → {{key top|Alt}}&lt;br /&gt;
: {{tc|key top|Option}} → {{key top|Option}}&lt;br /&gt;
: {{tc|key top|Option|Alt}} → {{key top|Option|Alt}}&lt;br /&gt;
&lt;br /&gt;
: {{tc|key top|Windows}} → {{key top|Windows}}&lt;br /&gt;
: {{tc|key top|Command}} → {{key top|Command}}&lt;br /&gt;
: {{tc|key top|Meta}} → {{key top|Meta}}&lt;br /&gt;
: {{tc|key top|Super}} → {{key top|Super}}&lt;br /&gt;
: {{tc|key top|Windows|3{{=}}true}} → {{key top|Windows|3=true}}&lt;br /&gt;
: {{tc|key top|Super|Windows}} → {{key top|Super|Windows}}&lt;br /&gt;
&lt;br /&gt;
== TemplateData ==&lt;br /&gt;
{{TemplateData header}}&lt;br /&gt;
&amp;lt;templatedata&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
	&amp;quot;params&amp;quot;: {&lt;br /&gt;
		&amp;quot;1&amp;quot;: {&amp;quot;description&amp;quot;: &amp;quot;The standard or common name of the key.&amp;quot;, &amp;quot;label&amp;quot;: &amp;quot;name&amp;quot;, &amp;quot;type&amp;quot;: &amp;quot;line&amp;quot;, &amp;quot;example&amp;quot;: &amp;quot;Shift&amp;quot;, &amp;quot;required&amp;quot;: true},&lt;br /&gt;
		&amp;quot;2&amp;quot;: {&amp;quot;description&amp;quot;: &amp;quot;Label for the key if different from the name, leave empty to suppress label.&amp;quot;, &amp;quot;label&amp;quot;: &amp;quot;label&amp;quot;, &amp;quot;type&amp;quot;: &amp;quot;line&amp;quot;, &amp;quot;example&amp;quot;: &amp;quot;Level 2 Select&amp;quot;, &amp;quot;required&amp;quot;: false},&lt;br /&gt;
		&amp;quot;3&amp;quot;: {&amp;quot;description&amp;quot;: &amp;quot;Switch for certain alternate symbols (return, control, insert, stop, record)&amp;quot;, &amp;quot;label&amp;quot;: &amp;quot;alternate symbol&amp;quot;, &amp;quot;type&amp;quot;: &amp;quot;boolean&amp;quot;, &amp;quot;example&amp;quot;: &amp;quot;true&amp;quot;, &amp;quot;required&amp;quot;: false}&lt;br /&gt;
	},&lt;br /&gt;
	&amp;quot;description&amp;quot;: &amp;quot;Display symbolic key tops as seen on computer keyboards, phones and typewriters.&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/templatedata&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* {{tlx|Key press}} – produces a similar visual effect, but includes fewer symbols while directly supporting combinations (e.g. {{key press|Ctrl|x}})&lt;br /&gt;
* {{tlx|Button}} – produces a similar visual effect but without the semantic markup (e.g. {{Button|sample text}}); more for representing interface elements.&lt;br /&gt;
* {{tlx|Kbd}} – to indicate user input (of any kind) without making it look like keys or buttons&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{Sandbox other||&lt;br /&gt;
&amp;lt;!-- Categories below this line, please; interwikis at Wikidata --&amp;gt;&lt;br /&gt;
[[Category:Programming typing-aid templates]]&lt;br /&gt;
[[Category:Computer keys|τ]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>imported&gt;Plastikspork</name></author>
	</entry>
</feed>