Template:Key press

From Official Kodi Wiki
Revision as of 16:09, 13 January 2010 by >[email protected] (Undid revision 337613515 by Lagrini99 (talk) Vandalism)
Jump to navigation Jump to search

Template:Keypress/core

[edit] Template documentation
Emblem-important-yellow.png NOTICE: This is a documentation subpage for Template:Key press:
It contains usage information, categories and other content that is not part of the original template page.

The {{Key press}} template can be used to visually illustrate keystrokes. Typographically, it works best with examples that are separated from the normal flow of text, e.g. in table cells. It can also be used in lists (as on this page), but it may be a good idea to add an empty line between each list item, so the key borders won't overlap each other.

Example:

{{Key press|A}} produces Template:Keypress/core

Keystroke combinations

To illustrate keystroke combinations, just use extra parameters:

{{Key press|Alt|P}} produces Template:Keypress/core+Template:Keypress/core
{{Key press|Ctrl|Alt|Del}} produces Template:Keypress/core+Template:Keypress/core+Template:Keypress/core

This template currently handles up to five (5) key name parameters; which should be more than enough to accomodate any possible simultaneous keystrokes.

When you feed several key names to this template, it adds a + with no surrounding whitespace. This means it can't line wrap, but when you show key combinations, for instance in a table, then that might cause overflow issues due to content being too wide for its container. The workaround in such instances is to manually build the key combination with spaces around the + so it can line wrap, like this:

{{Key press|Ctrl}} + {{Key press|Alt}} + {{Key press|Del}} produces Template:Keypress/core + Template:Keypress/core + Template:Keypress/core

On the other hand, to illustrate Windows Alt codes, you might want to use separate templates with no intervening punctuation or whitespace. In most Windows systems in North America and Western Europe, for example, the plus–minus sign (±) can be entered by holding down the Alt key while entering 0177 (with the numeric keypad). This could be illustrated as follows:

{{Key press|Alt|0}}{{Key press|1}}{{Key press|7}}{{Key press|7}} produces Template:Keypress/core+Template:Keypress/coreTemplate:Keypress/coreTemplate:Keypress/coreTemplate:Keypress/core

Wikilinks

If there is an article about the key, you can wikilink the key's name just like any other wikitext, just like so:

{{Key press|[[wikipedia:Alt key|Alt]]}} produces Template:Keypress/core

When you are wikilinking the keys, please ensure that you are piping to the correct page (e.g. [[wikipedia:Control key|Ctrl]] instead of [[wikipedia:Ctrl]], which leads to a disambiguation page).

Wiki characters

Some wiki markup characters, like the pipe symbol, the semicolon and the equality sign, need to be entered using the {{!}}, {{;}} and {{=}} templates:

{{Key press|{{!}}}} produces Template:Keypress/core
{{Key press|{{;}}}} produces Template:Keypress/core
{{Key press|{{=}}}} produces Template:Keypress/core


Alternately, {{Key press|<nowiki>|</nowiki>}} is also an option.

Key symbols

Some key names have a fitting unicode character, and in those instances this template automatically adds such symbols to the following keys:

{{Key press|Caps Lock}} produces Template:Keypress/core
{{Key press|Shift}} produces Template:Keypress/core
{{Key press|Enter}} produces Template:Keypress/core
{{Key press|Tab}} produces Template:Keypress/core
{{Key press|Backspace}} produces Template:Keypress/core
{{Key press|Cmd}} produces Template:Keypress/core
{{Key press|Opt}} produces Template:Keypress/core
{{Key press|Up}} produces Template:Keypress/core
{{Key press|Down}} produces Template:Keypress/core
{{Key press|Left}} produces Template:Keypress/core
{{Key press|Right}} produces Template:Keypress/core


There are no characters for the Windows key and Menu key, so this template shows approximate characters for them in the following way:

{{Key press|Win}} produces Template:Keypress/core
{{Key press|Menu}} produces Template:Keypress/core

Video games

Video game controllers often have specialized input labels that do not map quite as easily. The following are mappings for various game consoles and input features.

Directional input

The following should only be used when the input sequence uses something other than the primary input, or mixes input between directional devices.

{{Key press|l-down}} produces Template:Keypress/core
{{Key press|c-left}} produces Template:Keypress/core
{{Key press|r-up}} produces Template:Keypress/core

Stick specific diagonals are also supported:

{{Key press|l-nw}} produces Template:Keypress/core
{{Key press|c-se}} produces Template:Keypress/core
{{Key press|r-ne}} produces Template:Keypress/core

Technical details

This template calls {{Key press/core}}, which holds the code that otherwise would be repeated several times in {{Key press}}, thus simplifying the code.

See also

  • {{Button}} – produces a similar visual effect, but without the semantic markup, e.g. sample text