Controls/Control – Template

From Bohemia Interactive Community
< Template:Controls
Revision as of 14:02, 28 June 2022 by Lou Montana (talk | contribs) (Add documentation and example)
Jump to navigation Jump to search

Displays a keyboard key or a mouse icon — used by {{Controls}}. It also adds the page to the Controls template usage error category on usage error.

This template is used on these pages.

Usage

{{Controls/Control|control}}

  • control: can be one of:
    • mouse icon (case-insensitive):
      • mouse
      • mouseL or LMB
      • mouseL2 or LMB2
      • mouseR or RMB
      • mouseM or MMB
    • pad button:
      • padStart
      • padUp / padDown / padLeft / padRight
      • XBox-specific:
        • padA / padB / padX / padY
        • padLB / padLT / padLSB
        • padRB / padRT / padRSB
        • padBack
      • PlayStation-specific:
        • padCross / padCircle / padSquare / padTriangle
        • padL1 / padL2 / padL3
        • padR1 / padR2 / padR3
        • padSelect
    • pre-formatted key:
      • escape / enter / delete / backspace
      • up / down / left / right
      • pageUp / pageDown
      • control / lCtrl
      • rCtrl / rControl
      • rAlt
      • shift
      • rShift
      • tabulation
      • lWin / windows
      • rWin / rwindows
      • num0..9 / num/ / num* / num- / num+ / num. / numEnter
    • anything else for a keyboard key - the first letter will be capitalised (e.g abcdEf will become AbcdEf)
Examples
Code Result
{{Controls/Control}} -no key defined-
{{Controls/Control|ctrl}} Ctrl
{{Controls/Control|Ctrl}} Ctrl
{{Controls/Control|a}} A
{{Controls/Control|mouse}}{{Controls/Control|LMB}}{{Controls/Control|LMB2}}{{Controls/Control|MMB}}{{Controls/Control|RMB}} MouseLeft Mouse ButtonDouble Left Mouse ButtonMiddle Mouse ButtonRight Mouse Button
{{Controls|escape}}{{Controls|enter}}{{Controls|delete}}{{Controls|backspace}}{{Controls|up}}{{Controls|down}}{{Controls|left}}{{Controls|right}}{{Controls|pageup}}{{Controls|pagedown}} EscEnter ↵Del↟ PgUp↡ PgDown
{{Controls|control}}{{Controls|lctrl}}{{Controls|rctrl}}{{Controls|rcontrol}}{{Controls|ralt}}{{Controls|shift}}{{Controls|rshift}}{{Controls|tabulation}}{{Controls|lwin}}{{Controls|windows}}{{Controls|rwin}}{{Controls|rwindows}} CtrlCtrlRCtrlRCtrlAltGr⇧ ShiftRShift ⇧↹ Tab⊞ Win⊞ WinRWin ⊞RWin ⊞

{{Controls|num/}}{{Controls|num*}}{{Controls|num-}}{{Controls|num+}}
{{Controls|num7}}{{Controls|num8}}{{Controls|num9}}
{{Controls|num4}}{{Controls|num5}}{{Controls|num6}}
{{Controls|num1}}{{Controls|num2}}{{Controls|num3}}
{{Controls|num0}}{{Controls|num.}}{{Controls|numenter}}

NUM /NUM *NUM -NUM +
NUM 7NUM 8NUM 9
NUM 4NUM 5NUM 6
NUM 1NUM 2NUM 3
NUM 0NUM .NUM Enter ↵

{{Controls|padA}}{{Controls|padB}}{{Controls|padX}}{{Controls|padY}}{{Controls|padBack}}{{Controls|padStart}}
{{Controls|padcross}}{{Controls|padcircle}}{{Controls|padsquare}}{{Controls|padtriangle}}{{Controls|padSelect}}{{Controls|padStart}}

ABXYbackstart
selectstart