Keyboard/Key – Template
< Keyboard
					
					
					Draws a keyboard key - has to be used in a table, without the pipe symbol | preceding it. See {{Keyboard}}.
Usage
{{Keyboard/Key|key|description|color|colSpan|rowSpan|borderSize}}
- key: key name (S, Esc, Space etc)
- description: (Optional, default empty) key description
- color: (Optional, default #FFF) CSS background color
- colSpan: (Optional, default 2)
- rowSpan: (Optional, default 1)
- borderSize: (Optional, default 1) border size in px
| Code | Result | |
|---|---|---|
| {{Keyboard/Key}} | N/A | |
| {{Keyboard/Key|K}} | K | |
| {{Keyboard/Key|K|key}} | K key | |
| {{Keyboard/Key|K|key|#CDF}} | K key | |
| {{Keyboard/Key|K|key|#CDF|||5}} | K key | |
