From StrategyWiki, the video game walkthrough and strategy guide wiki
Jump to navigation Jump to search
m (Cleanup)
(semi-colon fix)
 
(10 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<span class="keyboard_button">{{Switch|{{{1}}}|case: up=↑|case: down=↓|case: left=←|case: right=→|default={{{1}}}}}</span><noinclude>
<span class="keyboard_button">{{#switch:{{{1}}}|up=&nbsp;&nbsp;|down=&nbsp;&nbsp;|left=←|right=→|;=<nowiki>;</nowiki>|
{{{1}}}}}</span><noinclude>
{{Documentation}}


A template for making keyboard keys, typically for PCs.
[[Category:Controller button templates|K]]</noinclude>
 
== Usage ==
 
Here are some examples of usage of this template. Letters must always be in upper-case, and special keys must be as shown:
* <nowiki>{{kbd|A}}</nowiki>: {{kbd|A}}
* <nowiki>{{kbd|Space}}</nowiki>: {{kbd|Space}}
* <nowiki>{{kbd|Enter}}</nowiki>: {{kbd|Enter}}
* <nowiki>{{kbd|Esc}}</nowiki>: {{kbd|Esc}}
* <nowiki>{{kbd|Ctrl}}</nowiki>: {{kbd|Ctrl}}
* <nowiki>{{kbd|+}}</nowiki>: {{kbd|+}}
* <nowiki>{{kbd|up}}</nowiki>: {{kbd|up}}
* <nowiki>{{kbd|down}}</nowiki>: {{kbd|down}}
* <nowiki>{{kbd|left}}</nowiki>: {{kbd|left}}
* <nowiki>{{kbd|right}}</nowiki>: {{kbd|right}}
etc.
 
[[Category:Templates|K]]</noinclude>

Latest revision as of 22:51, 15 May 2019

{{{1}}} This page has been transcluded from Template:Kbd/Documentation.


A template for making keyboard keys, typically for PCs.

Usage

Here are some examples of usage of this template. Letters must always be in upper-case, and special keys must be as shown:

  • {{kbd|A}}: A
  • {{kbd|Space}}: Space
  • {{kbd|Enter}}: Enter
  • {{kbd|Esc}}: Esc
  • {{kbd|Ctrl}}: Ctrl
  • {{kbd|+}}: +
  • {{kbd|up}}:  ↑ 
  • {{kbd|down}}:  ↓ 
  • {{kbd|left}}:
  • {{kbd|right}}:

etc.

When using "=" you must put <nowiki> tags around it.

See Also