Template:Key press: Difference between revisions
m (Added "font-weight: normal" to CSS.) |
m (Added third variable.) |
||
Line 19: | Line 19: | ||
| Right = → | | Right = → | ||
| {{{2}}} | | {{{2}}} | ||
}}</span>|}}{{#if:{{{3|}}}|+<span style="background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); padding: 0.1em 0.3em; font-size: 0.85em; font-weight: normal;">{{#switch:{{{3}}} | |||
| Enter = ↵ Enter | |||
| Shift = ⇧ Shift | |||
| Tab = Tab ↹ | |||
| Win = ⊞ Win | |||
| Up = ↑ | |||
| Down = ↓ | |||
| Left = ← | |||
| Right = → | |||
| {{{3}}} | |||
}}</span>|}}<noinclude> | }}</span>|}}<noinclude> | ||
==Documentation== | ==Documentation== | ||
Line 28: | Line 38: | ||
{{code|<nowiki>{{key press|Ctrl|A}}</nowiki>}} → {{key press|Crtl|A}} | {{code|<nowiki>{{key press|Ctrl|A}}</nowiki>}} → {{key press|Crtl|A}} | ||
{{code|<nowiki>{{key press|Ctrl|Alt|Delete}}</nowiki>}} → {{key press|Crtl|Alt|Delete}} | |||
===Key symbols=== | ===Key symbols=== |
Latest revision as of 17:03, 22 October 2018
{{{1}}}
Documentation
This is the {{key press}} template, primarily designed to illustrate keys and keystrokes on a computer keyboard.
Example:
{{key press|A}}
→ A
{{key press|Ctrl|A}}
→ Crtl+A
{{key press|Ctrl|Alt|Delete}}
→ Crtl+Alt+Delete
Key symbols
Some key names have a fitting Unicode character (or a close approximation thereof). This template automatically adds such “icons” to the following key names:
{{key press|Enter}}
→ ↵ Enter{{key press|Shift}}
→ ⇧ Shift{{key press|Tab}}
→ Tab ↹{{key press|Win}}
→ ⊞ Win{{key press|Up}}
→ ↑{{key press|Down}}
→ ↓{{key press|Left}}
→ ←{{key press|Right}}
→ →