Template:Template shortcut/doc

From Second Life Wiki
< Template:Template shortcut
Revision as of 14:06, 9 March 2023 by Gwyneth Llewelyn (talk | contribs) (Added {{Wikipedia|..}})
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This template displays one or more of a template's shortcuts (that is, redirects, also known as aliases, as in the box appearing at the right. {{Tsh}} is a shortcut to this template, {{template shortcut}}, and can be used in its place, as it is in this documentation's "Wikipedia logo"source "Wikipedia logo"wikitext.

Usage

Place this template and its list of few to one, carefully selected shortcut(s) at the top of the template documentation page's "Wikipedia logo"wikitext, right underneath {{Documentation subpage}}. In the saved, rendered text, those shortcuts will appear in this template's Shortcut(s) box, whose title will reflect the number of list items by automatically being singular or plural in form.

Which ones to display here

Although the template can show up to ten shortcuts, you are encouraged to choose well which ones to display in this template's box. Even if many redirects exist, two or three at the most is almost always enough. By keeping the number of redirects presented in the Shortcut box small, it makes it easier to remember them, and the documentation is kept well organized.

Where to list any others

List others in the Redirects section of the "Wikipedia logo"template documentation. Again, not all of them need to be listed; some shortcuts are there just for historical reasons, and others differ only in minor points such as white spaces or capitalization. Such shortcut-name variations are unnecessary to list at all—just list the standard, most common version of such a variation.

Optional parameters

This template has several optional parameters:

  • float – if set to "left", then the box will float to the left of the page, instead of the default float "right".
  • clear – if set to "right" (when float also is set to "right"), the box will be pushed to the right margin of the page, and [clarification needed] Similarly, if set to "left" (when float also is set to "left"), the box will be pushed to the left margin of the page.
  • pre – can be used to show some text before the shortcut links, but within the braces. This is mostly used to add the text "subst:". This shows the proper syntax for using the template with "Wikipedia logo"substitution.
  • pre1, pre2 ... – like above, but adds the prefix only to the nth shortcut.

Examples of basic code

To display one template shortcut named {{uw-v1}}:

{{template shortcut|uw-v1}}

To display three template shortcuts for {{uw-vandalism1}} named {{uw-v1}}, {{uw-vand1}}, and {{uw-vandal1}}:

{{template shortcut|uw-v1|uw-vand1|uw-vandal1}}

Example with the float parameter

Using |float = left makes this template flow to the left of the page:

{{template shortcut|float=left|uw-v1}}

Example with text ("subst:") within the braces

This is mostly used to add text to show how the template could be used with "Wikipedia logo"substitution.

Use |pre2 = subst: and |pre3 = subst: to show "subst:" before the shortcut links, but within the braces:

{{template shortcut|uw-v1|pre2=subst:|uw-vand1|pre3=subst:|uw-vandal1}}

If you use |pre = subst:, it applies to all of the shortcuts:

{{template shortcut|pre=subst:|uw-v1|uw-vand1|uw-vandal1}}

TemplateData

{
	"description": "This template displays one or more of a template's shortcuts.",
	"format": "inline",
	"params": {
		"redirect": {
			"label": "Redirect?",
			"description": "Whether to refer to the \"shortcut/s\" as \"redirect/s\" instead.",
			"default": "0",
			"type": "boolean"
		},
		"target": {
			"label": "Target?",
			"description": "Whether to not add the <code>redirect=no</code> URL parameter.",
			"default": "0",
			"type": "boolean"
		},
		"float": {
			"label": "Float",
			"description": "The CSS <code>float</code> property value.",
			"default": "right",
			"suggestedvalues": [
				"left",
				"right"
			],
			"type": "string"
		},
		"clear": {
			"label": "Clear",
			"description": "The CSS <code>clear</code> property value.",
			"suggestedvalues": [
				"left",
				"right",
				"both"
			],
			"type": "string"
		},
		"category": {
			"label": "Categorize",
			"description": "Whether to add pages to the error category if no alias or <code>msg</code> is specified.",
			"default": "1",
			"type": "boolean"
		},
		"msg": {
			"label": "Message",
			"description": "An unlinked message that goes after the shortcut links.",
			"type": "content"
		},
		"pre": {
			"label": "Default prefix",
			"description": "The default prefix",
			"example": "subst:",
			"type": "string"
		},
		"pre1": {
			"label": "Prefix 1",
			"description": "Prefix for template shortcut 1",
			"example": "subst:",
			"type": "string"
		},
		"1": {
			"label": "Shortcut 1",
			"description": "Template shortcut 1",
			"required": true,
			"type": "wiki-template-name"
		},
		"pre2": {
			"label": "Prefix 2",
			"description": "Prefix for template shortcut 2",
			"example": "subst:",
			"type": "string"
		},
		"2": {
			"label": "Shortcut 2",
			"description": "Template shortcut 2",
			"type": "wiki-template-name"
		},
		"pre3": {
			"label": "Prefix 3",
			"description": "Prefix for template shortcut 3",
			"example": "subst:",
			"type": "string"
		},
		"3": {
			"label": "Shortcut 3",
			"description": "Template shortcut 3",
			"type": "wiki-template-name"
		},
		"pre4": {
			"label": "Prefix 4",
			"description": "Prefix for template shortcut 4",
			"example": "subst:",
			"type": "string"
		},
		"4": {
			"label": "Shortcut 4",
			"description": "Template shortcut 4",
			"type": "wiki-template-name"
		},
		"pre5": {
			"label": "Prefix 5",
			"description": "Prefix for template shortcut 5",
			"example": "subst:",
			"type": "string"
		},
		"5": {
			"label": "Shortcut 5",
			"description": "Template shortcut 5",
			"type": "wiki-template-name"
		},
		"pre6": {
			"label": "Prefix 6",
			"description": "Prefix for template shortcut 6",
			"example": "subst:",
			"type": "string"
		},
		"6": {
			"label": "Shortcut 6",
			"description": "Template shortcut 6",
			"type": "wiki-template-name"
		},
		"pre7": {
			"label": "Prefix 7",
			"description": "Prefix for template shortcut 7",
			"example": "subst:",
			"type": "string"
		},
		"7": {
			"label": "Shortcut 7",
			"description": "Template shortcut 7",
			"type": "wiki-template-name"
		},
		"pre8": {
			"label": "Prefix 8",
			"description": "Prefix for template shortcut 8",
			"example": "subst:",
			"type": "string"
		},
		"8": {
			"label": "Shortcut 8",
			"description": "Template shortcut 8",
			"type": "wiki-template-name"
		},
		"pre9": {
			"label": "Prefix 9",
			"description": "Prefix for template shortcut 9",
			"example": "subst:",
			"type": "string"
		},
		"9": {
			"label": "Shortcut 9",
			"description": "Template shortcut 9",
			"type": "wiki-template-name"
		}
	}
}
<!--</templatedata>}}-->

See also