Template:Key: Difference between revisions
Jump to navigation
Jump to search
MetalManeMc (talk | contribs) m (test) |
mNo edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <includeonly><kbd style=" | ||
text-shadow: 0 1px 0 #444; | |||
background-color: #383838; | |||
box-shadow: 0 1px rgba(0,0,0,0.2), 0 0 0 2px #444 inset; | |||
text-align: center; | |||
font-size: 80%; | |||
font-weight: 500; | |||
border: 1px solid; | |||
border-radius: 2px; | |||
padding: 0.1em 0.4em; | |||
border-color: #000; | |||
">{{#switch: {{lc:{{{1}}}}} | |||
| caps lock = ⮸ Caps Lock | | caps lock = ⮸ Caps Lock | ||
| control = Ctrl | | control = Ctrl | ||
Line 25: | Line 35: | ||
| page down = ⇟ Page Down | | page down = ⇟ Page Down | ||
| home = ↖ Home | | home = ↖ Home | ||
| space = & | | space =    Space    | ||
| {{{1}}}}}</kbd></includeonly><noinclude>{{documentation|content=Creates a visual representation of a key | | {{{1}}}}}</kbd></includeonly><noinclude>{{documentation|content=Creates a visual representation of a key | ||
== Examples == | == Examples == | ||
; Wikitext | ;Wikitext | ||
<pre> | <pre> | ||
{{Key|Page down}} | {{Key|Page down}} |
Latest revision as of 21:15, 2 June 2024
Template documentation
Creates a visual representation of a key
Examples
- Wikitext
{{Key|Page down}}
- Result
⇟ Page Down
Template data
Adds a visual representation of a key.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Key | 1 | The key to input. | String | required |