Template:InlineKey

From Step Mods | Change The Game
Revision as of 19:13, June 20, 2015 by Kesta (talk | contribs)


Purpose & Usage

  • parameter 1 is the content of the key. It works with characters / strings / html code and a set of predefined buttons.

Available predefined keys :

  • Left arrow : arrowLeft
  • Right arrow : arrowRight
  • Up arrow : arrowUp
  • Down arrow : arrowDown
  • Enter : enter
  • Backspace : backspace
  • Shift : shift
  • Caps Lock : capsLock
  • Tabulation : tab
  • (optional) paddingRight parameter define the space between the content of the key and the beginning of the visual. (don't work for pre-defined keys)
  • (optional) paddingLeft parameter define the space between the content of the key and the end of the visual. (don't work for pre-defined keys)

This template is used to create an inline keyboard button, for coolness, swagginess, and awesomeness of "press this key to do this" instructions.

Examples

Code:

{{InlineKey|test}} and {{InlineKey|arrowLeft}}, and even {{InlineKey|arrowRight}}

Result: and , and even

See Also

RELATED TEMPLATE NAME AND ARGUMENTS