Actions

Template

Shortcut: Difference between revisions

From Rabbi Blog

(Created page with "<noinclude> Template for displaying keyboard shortcuts with up to 4 keys. Usage: {{shortcut|Ctrl|Alt|Del}} Category:Templates </noinclude><span style=" display: inline-block; padding: 0.2em 0.4em; font-family: inherit; font-size: 0.85em; line-height: 1; color: #333; background-color: #f7f7f7; border: 1px solid #ccc; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); text-shadow: 0 1px 0 #fff; white-spa...")
 
mNo edit summary
 
Line 3: Line 3:
Usage: {{shortcut|Ctrl|Alt|Del}}
Usage: {{shortcut|Ctrl|Alt|Del}}
[[Category:Templates]]
[[Category:Templates]]
</noinclude><span style="
</noinclude><span style="display:inline-block; padding:0.2em 0.4em; font-family:inherit; font-size:0.85em; line-height:1; color:#333; background-color:#f7f7f7; border:1px solid #ccc; border-radius:0.2em; box-shadow:0.1em 0.1em 0.2em rgba(0,0,0,0.1); text-shadow:0 1px 0 #fff; white-space:nowrap;">{{{1}}}{{#if:{{{2|}}}|&nbsp;+&nbsp;{{{2}}}}}{{#if:{{{3|}}}|&nbsp;+&nbsp;{{{3}}}}}{{#if:{{{4|}}}|&nbsp;+&nbsp;{{{4}}}}}</span>
    display: inline-block;
    padding: 0.2em 0.4em;
    font-family: inherit;
    font-size: 0.85em;
    line-height: 1;
    color: #333;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 0.2em;
    box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1);
    text-shadow: 0 1px 0 #fff;
    white-space: nowrap;
">
{{{1}}}<!--
-->{{#if:{{{2|}}}|&nbsp;+&nbsp;{{{2}}}}}<!--
-->{{#if:{{{3|}}}|&nbsp;+&nbsp;{{{3}}}}}<!--
-->{{#if:{{{4|}}}|&nbsp;+&nbsp;{{{4}}}}}</span>

Latest revision as of 10:12, 6 May 2026

Template for displaying keyboard shortcuts with up to 4 keys. Usage: Ctrl + Alt + Del {{{1}}}