Template:Key: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 43: Line 43:
"1": {
"1": {
"label": "Key",
"label": "Key",
"description": "The key to input",
"description": "The key to input. Special keys must entered in lowercase.",
"type": "string",
"type": "string",
"required": true
"required": true
}
}
},
},
"description": "Adds a visual representation of a key. Special keys must be in lowercase.",
"description": "Adds a visual representation of a key.",
"format": "inline"
"format": "inline"
}
}
</templatedata>
</templatedata>
}}</noinclude>
}}</noinclude>

Revision as of 12:00, 2 January 2024

Template documentation

Creates a visual representation of a key

Examples

Wikitext
{{Key|page down}}
Result

⇟ Page Down

Template data

Adds a visual representation of a key.

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Key1

The key to input. Special keys must entered in lowercase.

Stringrequired