Difference between revisions of "Template:Key press/Documentation"

From War Thunder Wiki
Jump to: navigation, search
(Replaced table with an embedding of the Markup)
(Undo revision 191327 by U12017485 (talk))
 
Line 4: Line 4:
 
{{Notice|The template supports a long list of supported keys (see: [[:Template:Key press/core]] source code) and will default to the custom text if needed, but it doesn't have the built-in icons for left mouse button, scroll, moving on horizontal or vertical axis, and a number of other icons that are built-in the War Thunder Controls menu.}}
 
{{Notice|The template supports a long list of supported keys (see: [[:Template:Key press/core]] source code) and will default to the custom text if needed, but it doesn't have the built-in icons for left mouse button, scroll, moving on horizontal or vertical axis, and a number of other icons that are built-in the War Thunder Controls menu.}}
  
{{Markup|width=auto
+
{| class="wikitable"
|<nowiki>{{key press|E}}</nowiki>|{{key press|E}}
+
! Code
|<nowiki>{{key press|Space}}</nowiki>|{{key press|Space}}
+
! Result
|<nowiki>{{key press|tab}}</nowiki>|{{key press|tab}}
+
|-
|<nowiki>{{key press|up}}</nowiki>|{{key press|up}}
+
|<code><nowiki>{{key press|E}}</nowiki></code><br>
|<nowiki>{{key press|cmd|opt|C}}</nowiki>|{{key press|cmd|opt|C}}
+
|{{key press|E}}
|<nowiki>{{key press|Shift|A}} / {{key press|Shift|D}}</nowiki>|{{key press|Shift|A}} / {{key press|Shift|D}}
+
|-
|<nowiki>{{key press|custom text}} vs <code>code</code></nowiki>|{{key press|custom text}} vs <code>code</code>
+
|<code><nowiki>{{key press|Space}}</nowiki></code><br>
}}
+
|{{key press|Space}}
 +
|-
 +
|<code><nowiki>{{key press|tab}}</nowiki></code><br>
 +
|{{key press|tab}}
 +
|-
 +
|<code><nowiki>{{key press|up}}</nowiki></code><br>
 +
|{{key press|up}}
 +
|-
 +
|<code><nowiki>{{key press|cmd|opt|C}}</nowiki></code><br>
 +
|{{key press|cmd|opt|C}}
 +
|-
 +
|<code><nowiki>{{key press|Shift|A}} / {{key press|Shift|D}}</nowiki></code><br>
 +
|{{key press|Shift|A}} / {{key press|Shift|D}}
 +
|-
 +
|<code><nowiki>{{key press|custom text}} vs <code>code</code></nowiki></code><br>
 +
|{{key press|custom text}} vs <code>code</code>
 +
|}

Latest revision as of 18:48, 23 August 2024

Key press templates allows for documenting in-game controls. Up to 10 keys can be provided as parameters.

Msg-info.png The template supports a long list of supported keys (see: Template:Key press/core source code) and will default to the custom text if needed, but it doesn't have the built-in icons for left mouse button, scroll, moving on horizontal or vertical axis, and a number of other icons that are built-in the War Thunder Controls menu.
Code Result
{{key press|E}}
E
{{key press|Space}}
Space
{{key press|tab}}
Tab ↹
{{key press|up}}
{{key press|cmd|opt|C}}
⌘ Cmd+⌥ Opt+C
{{key press|Shift|A}} / {{key press|Shift|D}}
⇧ Shift+A / ⇧ Shift+D
{{key press|custom text}} vs <code>code</code>
custom text vs code