Template:InlineKey: Difference between revisions

From Step Mods | Change The Game
No edit summary
No edit summary
Line 1: Line 1:
<includeonly>{{ #ifeq: {{{2|arrowLeft}}} | {{{2|-}}} | <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: {{{2|arrowRight}}} | {{{2|-}}} | <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> | {{ #ifeq: }} }} }}</includeonly><noinclude>__NOTOC__
<includeonly>{{ #ifeq: {{{2|arrowLeft}}} | {{{2|-}}} | <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: {{{2|arrowRight}}} | {{{2|-}}} | <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__


== Purpose & Usage ==
== Purpose & Usage ==
Line 21: Line 21:
== Examples ==
== Examples ==
'''Code:'''
'''Code:'''
<pre>{{InlineKey|test}} and {{InlineKey|test|arrowLeft}}</pre>
<pre>{{InlineKey|test}} and {{InlineKey|test|arrowLeft}}, and even {{InlineKey|test|arrowRight}}</pre>
'''Result:'''
'''Result:'''
{{InlineKey|test}} and {{InlineKey|test|arrowLeft}}
{{InlineKey|test}} and {{InlineKey|test|arrowLeft}}, and even {{InlineKey|test|arrowRight}}


== See Also ==
== See Also ==
[[:RELATED TEMPLATE NAME AND ARGUMENTS]]
[[:RELATED TEMPLATE NAME AND ARGUMENTS]]
</noinclude>
</noinclude>

Revision as of 19:06, 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|test|arrowLeft}}, and even {{InlineKey|test|arrowRight}}

Result: test and , and even

See Also

RELATED TEMPLATE NAME AND ARGUMENTS