Template:Key: Difference between revisions

From the Portal Wiki
Jump to navigation Jump to search
m (Changed header size, moved text.)
No edit summary
Line 73: Line 73:
:<code><nowiki>{{Key|Menu}}</nowiki></code> produces {{Key|Menu}}
:<code><nowiki>{{Key|Menu}}</nowiki></code> produces {{Key|Menu}}
{{Clr}}
{{Clr}}
== Mouse buttons ==
This template can also show mouse buttons like here:
:<code><nowiki>{{Key|lmb}}</nowiki></code> produces {{Key|lmb}}
:<code><nowiki>{{Key|rmb}}</nowiki></code> produces {{Key|rmb}}
:<code><nowiki>{{Key|mmb}}</nowiki></code> produces {{Key|mmb}}
:<code><nowiki>{{Key|md}}</nowiki></code> produces {{Key|md}}
:<code><nowiki>{{Key|mu}}</nowiki></code> produces {{Key|mu}}


== Technical details ==
== Technical details ==
This template calls {{Tl|Key/core}}, which holds the code that otherwise would be repeated several times in {{Tl|Key}}, thus simplifying the code.
This template calls {{Tl|Key/core}}, which holds the code that otherwise would be repeated several times in {{Tl|Key}}, thus simplifying the code.
<includeonly>
For mouse instruction templates, see this list:
*{{LMB}} - [[Template:LMB]]
*{{RMB}} - [[Template:RMB]]
*{{MMB}} - [[Template:MMB]]
*{{MW}} - [[Template:MW]]
*{{MWUP}} - [[Template:MWUP]]
*{{MWDN}} - [[Template:MWDN]]
</noinclude>
</noinclude>

Revision as of 16:10, 5 July 2020

{{{1}}}

The template above may be partially or fully invisible or glitched due to the respected strings aren't entered.
This is normal.

Documentation for Key

This is the {{Key}} template, which can be used to illustrate keystrokes.

Example

Type the desired key into the first parameter:

{{Key|A}} produces A

Keystroke combinations

To illustrate keystroke combinations, just use extra parameters:

{{Key|Alt|P}} produces Alt+P
{{Key|Ctrl|Alt|Del}} produces Ctrl+Alt+Del

This template currently handles up to 5 key name parameters.

When you feed several key names to this template, it adds a "+" with no spaces around. This means it won't line wrap. But when you show key combinations for instance in a table then that might cause too wide items. Then instead manually build the key combination with spaces around the "+" so it can line wrap. Like this:

{{Key|Ctrl}} + {{Key|Alt}} + {{Key|Del}} produces Ctrl + Alt + Del

On the other hand, to illustrate Windows Alt codes you might want to use separate templates with no intervening punctuation or space. 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 typing 0177 (with the numeric keypad). This could be illustrated like this:

{{Key|Alt|0}}{{Key|1}}{{Key|7}}{{Key|7}} produces Alt+0177

Wikilinks

If there is an article about the key you can wikilink the key's name like any other wiki text. Like this:

{{Key|[[Alt key|Alt]]}} produces Alt

Wiki characters

Some wiki markup character, like the Pipe symbol, the Semicolon and the Equals sign, need to be entered using the {{!}}, {{;}} and {{=}} templates:

{{Key|{{!}}}} produces |
{{Key|{{;}}}} produces ;
{{Key|{{=}}}} produces =

Key symbols

Some key names have a fitting unicode character. This template automatically adds such "icons" to the following key names:

{{Key|Caps Lock}} produces ⇪ Caps Lock
{{Key|Shift}} produces ⇧ Shift
{{Key|Enter}} produces ↵ Enter
{{Key|Tab}} produces Tab ⇆
{{Key|Backspace}} produces ← Backspace
{{Key|Cmd}} produces ⌘ Cmd
{{Key|Opt}} produces ⌥ Opt
{{Key|Up}} produces
{{Key|Down}} produces
{{Key|Left}} produces
{{Key|Right}} produces

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

{{Key|Win}} produces ⊞ Win
{{Key|Menu}} produces ≣ Menu

Mouse buttons

This template can also show mouse buttons like here:

{{Key|lmb}} produces LMB
{{Key|rmb}} produces RMB
{{Key|mmb}} produces MMB
{{Key|md}} produces MD
{{Key|mu}} produces MU

Technical details

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