Template:Key press

From FlightGear wiki
Revision as of 18:48, 27 April 2013 by Johan G (talk | contribs) (Updated the documentation)
Jump to navigation Jump to search

{{{1}}}

The following template description is not displayed when the template is inserted in an article.

Goal

This template inserts an inline key cap with a key caption. Optionally, a combination of up to four keys can be used.

Usage

{{key press|caption|caption|caption|caption}}

For lowercase letters please use capital letters ({{key press|C}}), and for uppercase letters a combination with the shift key ({{key press|Shift|C}}).

In some cases workarounds will be required. One of them are for example the caption | which would require you to insert {{!}} instead of |, since using a "|" inside a template will break it.

Examples

{{key press|G}} and {{key press|Shift|G}} will retract and extend the landing gear.

G and Shift+G will retract and extend the landing gear.

Known issues

This template currently wraps, so that for example Page up may end up having two half boxes with "Page" at the end of one line and "up" at the beginning of the following line.

To do

Add functionality template magic so that:

{{key press|Alt|0|1|7|6}}

Would render Alt+0176 (Might not be possible).