Template:InlineKey: Difference between revisions

From Step Mods | Change The Game
No edit summary
No edit summary
Line 1: Line 1:
<includeonly>{{ #ifeq: {{{1|arrowLeft}}} | {{{1|}}} | <span style="background-color:#999; background:linear-gradient(#999, #444); cursor:default; padding: .0em .2em .1em .2em; border:1px solid #111; border-radius:3px; color:#DDD;">'''&#8592;'''</span> | {{ #ifeq: {{{1|arrowRight}}} | {{{1|}}} | <span style="background-color:#999; background:linear-gradient(#999, #444); cursor:default; padding: .0em .2em .1em .2em; border:1px solid #111; border-radius:3px; color:#DDD;">'''&#8594;'''</span> | {{{1}}} }} }}</includeonly><noinclude>__NOTOC__
<includeonly><span style="background-color:#999; background:linear-gradient(#999, #444); cursor:default; border:1px solid #111; border-radius:3px; color:#DDD;">
{{#switch: {{{1}}}
| arrowLeft = <span style="padding: .0em .2em .1em .2em;">'''&#8592;'''</span>
| arrowRight = <span style="padding: .0em .2em .1em .2em;">'''&#8594;'''</span>
| arrowUp = <span style="padding: .0em .4em .1em .4em;">'''&#8593;'''</span>
| arrowDown = <span style="padding: .0em .4em .1em .4em;">'''&#8595;'''</span>
| enter = <span style="padding: .1em .2em .2em .2em;">'''Enter &#8626;'''</span>
| backspace = <span style="padding: .0em 1.2em .1em .4em;">'''&#8592;&#9472;'''</span>
| shift = <span style="padding: .0em 1.2em .1em .4em;">&#8679;</span>
| capsLock = <span style="padding: .0em 1.2em .1em .4em;">&#128274;</span>
| tab = <span style="padding: .0em 1.2em .1em .4em;">&#8633;</span>
| <span style="padding: .0em {{paddingRight|.2em}} .1em {{paddingLeft|.2em}};">'''{{{1}}}'''</span>
}}
</span></includeonly><noinclude>__NOTOC__


== Purpose & Usage ==
== Purpose & Usage ==

Revision as of 19:39, June 20, 2015


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