Controls/Control – Template
< Controls
					
					
					| Lou Montana (talk | contribs)  (Add some key formatting) | Lou Montana (talk | contribs)  m (Fix) | ||
| Line 14: | Line 14: | ||
| 	|enter= Enter ↵ | 	|enter= Enter ↵ | ||
| 	|delete= Del | 	|delete= Del | ||
| 	|backspace= & | 	|backspace= ⟵ | ||
| 	|up= ↑ | 	|up= ↑ | ||
| 	|down= ↓ | 	|down= ↓ | ||
| Line 29: | Line 29: | ||
| 	|rshift= RShift ⇧ | 	|rshift= RShift ⇧ | ||
| 	|tabulation= ↹ Tab | 	|tabulation= ↹ Tab | ||
| 	|win | |||
| 	|lwin | 	|lwin | ||
| 	|windows= ⊞ Win | 	|windows= ⊞ Win | ||
Revision as of 13:30, 17 June 2022
Displays a keyboard key or a mouse icon — used by {{Controls}}. It also adds the page to the Controls template usage error category on usage error.
This template is used on these pages.
Usage
{{Controls/Control|control}}
- control: can be one of:
- mouse icon (case-insensitive):
- mouse
- mouseL or LMB
- mouseL2 or LMB2
- mouseR or RMB
- mouseM or MMB
 
- pre-formatted key:
- escape / enter / delete / backspace
- up / down / left / right
- pageup / pagedown
- control / lctrl
- rctrl / rcontrol
- ralt
- shift
- rshift
- tabulation
- lwin / windows
- rwin / rwindows
- num0..9 / num/ / num* / num- / num+ / num. / numenter
 
- anything else for a keyboard key - the first letter will be capitalised (e.g ctrL will become CtrL)
 
- mouse icon (case-insensitive):
| Code | Result | 
|---|---|
| {{Controls/Control}} | -no key defined- | 
| {{Controls/Control|ctrl}} | Ctrl | 
| {{Controls/Control|Ctrl}} | Ctrl | 
| {{Controls/Control|a}} | A | 
| {{Controls/Control|LMB}}{{Controls/Control|RMB}}{{Controls/Control|LMB2}}{{Controls/Control|MMB}}{{Controls/Control|LMB}} |   | 
| {{Controls|escape}}{{Controls|enter}}{{Controls|delete}}{{Controls|backspace}}{{Controls|up}}{{Controls|down}}{{Controls|left}}{{Controls|right}}{{Controls|pageup}}{{Controls|pagedown}} | EscEnter ↵Del⟵↑↓←→↟ PgUp↡ PgDown | 
| {{Controls|control}}{{Controls|lctrl}}{{Controls|rctrl}}{{Controls|rcontrol}}{{Controls|ralt}}{{Controls|shift}}{{Controls|rshift}}{{Controls|tabulation}}{{Controls|lwin}}{{Controls|windows}}{{Controls|rwin}}{{Controls|rwindows}} | CtrlCtrlRCtrlRCtrlAltGr⇧ ShiftRShift ⇧↹ Tab⊞ Win⊞ WinRWin ⊞RWin ⊞ | 
| {{Controls|num0}}{{Controls|num1}}{{Controls|num2}}{{Controls|num3}}{{Controls|num4}}{{Controls|num5}}{{Controls|num6}}{{Controls|num7}}{{Controls|num8}}{{Controls|num9}}{{Controls|num9}}{{Controls|num/}}{{Controls|num*}}{{Controls|num-}}{{Controls|num+}}{{Controls|num.}}{{Controls|numenter}} | NUM 0NUM 1NUM 2NUM 3NUM 4NUM 5NUM 6NUM 7NUM 8NUM 9NUM 9NUM /NUM *NUM -NUM +NUM .NUM Enter ↵ | 
