More actions
templatewiki>Pppery Actually this looks pure  |
m 1 revision imported: Import from Dev Miraheze  |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{ | {{documentation header}} | ||
{{shc|redirect=yes|short|shc}} | |||
Used to show up to 9 shortcut redirects for templates. | |||
== Usage == | == Usage == | ||
{{shortcut|cmd}} | |||
<code><nowiki>{{shortcut|cmd}}</nowiki></code> | |||
<div style="clear:both"> | |||
{{shortcut|v|cmd|verlink}} | |||
{| | <code><nowiki>{{shortcut|v|cmd|verlink}}</nowiki></code> | ||
<div style="clear:both"> | |||
 | |||
| | {{shortcut|redirect=yes|a}} | ||
<code><nowiki>{{shortcut|redirect=yes|a}}</nowiki></code> | |||
<div style="clear:both"> | |||
 | |||
== TemplateData == | |||
<templatedata> | |||
{ | |||
"params": { | |||
"1": { | |||
"label": "First shortcut", | |||
<includeonly>[[Category: | "type": "wiki-page-name", | ||
"required": true | |||
}, | |||
"2": { | |||
"label": "Second shortcut", | |||
"type": "wiki-page-name" | |||
}, | |||
"3": { | |||
"label": "Third shortcut", | |||
"type": "wiki-page-name" | |||
}, | |||
"4": { | |||
"label": "Fourth shortcut", | |||
"type": "wiki-page-name" | |||
}, | |||
"5": { | |||
"label": "Fifth shortcut", | |||
"type": "wiki-page-name" | |||
}, | |||
"6": { | |||
"label": "Sixth shortcut", | |||
"type": "wiki-page-name" | |||
}, | |||
"7": { | |||
"label": "Seventh shortcut", | |||
"type": "wiki-page-name" | |||
}, | |||
"8": { | |||
"label": "Eighth shortcut", | |||
"type": "wiki-page-name" | |||
}, | |||
"9": { | |||
"label": "Ninth shortcut", | |||
"type": "wiki-page-name" | |||
}, | |||
"align": { | |||
"label": "Force alignment", | |||
"description": "Overrides the default alignment (right-aligned).", | |||
"example": "left", | |||
"type": "string" | |||
}, | |||
"margin": { | |||
"label": "Margins", | |||
"description": "Override the default margins (default: 0em 0em 1em 1em)", | |||
"type": "string" | |||
}, | |||
"redirect": { | |||
"label": "Redirect?", | |||
"description": "Changes the title from 'Shortcut' to 'Redirect' if set", | |||
"type": "string", | |||
"autovalue": "yes" | |||
} | |||
}, | |||
"description": "Shows a floating box that will list the shortcuts to the page or section.", | |||
"paramOrder": [ | |||
"1", | |||
"2", | |||
"3", | |||
"4", | |||
"5", | |||
"6", | |||
"7", | |||
"8", | |||
"9", | |||
"align", | |||
"margin", | |||
"redirect" | |||
], | |||
"format": "inline" | |||
}</templatedata> | |||
 | |||
<includeonly> | |||
[[Category:Documentation templates]] | |||
</includeonly> |
Latest revision as of 15:13, 21 July 2025
[purge]
This is the documentation page. It should be transcluded into Template:Shortcut. See Template:Documentation for more information.Used to show up to 9 shortcut redirects for templates.
Usage
Shortcut
{{shortcut|cmd}}
{{shortcut|v|cmd|verlink}}
Redirect
{{shortcut|redirect=yes|a}}
TemplateData
Shows a floating box that will list the shortcuts to the page or section.
Parameter | Description | Type | Status | |
---|---|---|---|---|
First shortcut | 1 | no description | Page name | required |
Second shortcut | 2 | no description | Page name | optional |
Third shortcut | 3 | no description | Page name | optional |
Fourth shortcut | 4 | no description | Page name | optional |
Fifth shortcut | 5 | no description | Page name | optional |
Sixth shortcut | 6 | no description | Page name | optional |
Seventh shortcut | 7 | no description | Page name | optional |
Eighth shortcut | 8 | no description | Page name | optional |
Ninth shortcut | 9 | no description | Page name | optional |
Force alignment | align | Overrides the default alignment (right-aligned).
| String | optional |
Margins | margin | Override the default margins (default: 0em 0em 1em 1em) | String | optional |
Redirect? | redirect | Changes the title from 'Shortcut' to 'Redirect' if set
| String | optional |