Difference between revisions of "Template:K/core"

From Second Life Wiki
Jump to navigation Jump to search
m (moved Template:Keypress2/core to Template:K/core: More elegant implementation sourced from Wikipedia.)
 
(13 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<span class="keypressbox" style="border:0.2em solid; border-color:#ddd #bbb #bbb #ddd; background:{{#if:{{{2|}}}|{{{2}}}|#eee}}; padding:0.1em 0.4em; white-space:nowrap;">{{#switch:{{lc:{{{1}}}}}
<span class="K" style="border:0.2em solid; border-color:#ddd #bbb #bbb #ddd; background:#eee; padding:0 0.3em; white-space:nowrap; color: black; font-size: 80%;">{{#switch:{{lc:{{{1}}}}}
| shift              = ⇧ Shift
| shift              = {{#switch:{{#var:lang}}|/fr=Maj|/es=Mayús|/it=Maiusc|Shift}}
| enter              = ↵ Enter
| enter              = Enter
| cmd                = ⌘ Cmd
| cmd                = Cmd
| opt                = ⌥ Opt
| opt                = Opt
| tab                = Tab ⇆
| tab                = Tab ⇆
| backspace          = ← Backspace
| backspace          = Backspace
| up                  = ↑
| up                  = ↑
| down                = ↓
| down                = ↓
Line 13: Line 13:
}}</span><noinclude>
}}</span><noinclude>


{{documentation}}
Adapted from [http://en.wikipedia.org/wiki/Template:Keypress/doc Wikipedia's Template:Keypress]
<!-- Add categories and interwikis to the /doc subpage, not here! -->
<!-- Add categories and interwikis to the /doc subpage, not here! -->
</noinclude>
</noinclude>

Latest revision as of 17:37, 12 April 2011

{{{1}}}

Adapted from Wikipedia's Template:Keypress