Difference between revisions of "Template:Key"

From Stardew Valley Wiki
Jump to navigation Jump to search
(semantic <kbd> element; removed broken color declaration)
(background linear-gradient, did you mean this?)
Line 1: Line 1:
<includeonly><kbd style="display:inline-block; padding:0px 3px; border-radius:4px; border-style: outset; font-family: inherit; background:#FFFFFF;" linear-gradient|top|#FCFCFC, #E0E0E0>{{{1}}}</kbd></includeonly><noinclude>{{{{FULLPAGENAME}}/doc}}</noinclude>
+
<includeonly><kbd style="display:inline-block; padding:0px 3px; border-radius:4px; border-style: outset; font-family: inherit; background:#FFFFFF; background: -webkit-linear-gradient(#FCFCFC, #E0E0E0); background: linear-gradient(#FCFCFC, #E0E0E0);">{{{1}}}</kbd></includeonly><noinclude>{{{{FULLPAGENAME}}/doc}}</noinclude>

Revision as of 06:42, 10 July 2017

Description

This template displays an image depending on the key name parameter.

Use

{{Key|''key name''}}

Examples

{{Key|Right-click}}

Results in... Right-Click