Changes

Jump to navigation Jump to search
1,447 bytes added ,  08:27, 26 April 2018
templatedata
{{Documentation subpage}}
<!-- Categories go at the bottom of this page and interwikis go in Wikidata. -->
See [[w:en:Template:Key press]] for full details.

== Usage ==
Example
: {{tl|key press|A}} → {{key press|A}}

To illustrate keystroke combinations, just use extra parameters:
: {{tl|key press|Alt|P}} → {{key press|Alt|P}}
: {{tl|key press|Ctrl|Alt|Del}} → {{key press|Ctrl|Alt|Del}}

<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox||
<!-- Categories go here and interwikis go in Wikidata. -->
[[Category:Semantic markup templates]]
}}</includeonly>
<templatedata>
{
"params": {
"1": {
"label": "First key",
"required": true
},
"2": {
"label": "Second key",
"suggested": true
},
"3": {
"label": "Third key",
"suggested": true
},
"4": {
"label": "Fourth key"
},
"5": {
"label": "Fifth key"
},
"6": {
"label": "Sixth key"
},
"7": {
"label": "Seventh key"
},
"8": {
"label": "Eighth key"
},
"9": {
"label": "Ninth key"
},
"10": {
"label": "Tenth key"
},
"11": {
"label": "Eleventh key"
},
"chain first": {},
"chain": {
"label": "Keys chain",
"description": "Symbol that will be displayed between all keys",
"default": "+"
},
"chain second": {},
"chain third": {},
"chain fourth": {},
"chain fifth": {},
"chain sixth": {},
"chain seventh": {},
"chain eighth": {},
"chain ninth": {}
},
"format": "inline"
}
</templatedata>

Navigation menu