Template:Key/doc

From VRChat Wiki
Revision as of 04:47, 21 April 2026 by ~Pausbe (talk | contribs) (add categories)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation

Displays keybinds as rectangle or circle buttons.

Example Usage

{{Key|Ctrl|Control|rect}} will make: Ctrl


{{Key|A|A|circle}} will make: A


Template parameters

Name Variable Description
Text 1 The text to display inside the button
Hover-Text 2 (Optional) the full name of the button to show when hovered (defaults to parameter 1)
Shape 3 (Optional) shape of the button. rect/circle (defaults to rect)

For displaying a keybind as a rectangle or circle

Template parameters

ParameterDescriptionTypeStatus
Text1

The text to display inside the button

Example
Ctrl
Stringrequired
Hover-text2

(Optional) the full name of the button to show when hovered (defaults to whatever Text is set to)

Example
Control
Stringsuggested
Shape3

(Optional) shape of the button. rect/circle (defaults to rect)

Suggested values
rect circle
Default
rect
Example
circle
Stringsuggested