Template:User link

From Second Life Wiki
Jump to navigation Jump to search

Example

[Edit] [🔄Purge] Template documentation
For the template that gives a link to a user's user page, talk page, and contributions page, see Template:User .

Usage

This template provides a way to link to a userpage and display just the username, like [[User:Example|Example]]. This may not save much typing for a short username like "Example", but it may be more useful with long usernames such as [[User:Guywh0sitsbehindphilip12|Guywhositsbehindphilip12]]. This template is commonly used to Error creating thumbnail: Unable to save thumbnail to destinationping a user to a discussion (when not using something like {{reply to}}). However, please read the notifications section below, if you need to notify the user.

Example

{{user link|Example}}

or the shortcut form

{{u|Example}}

gives

Example

The template's second parameter, which is optional, takes the link's label; for example, a link to the long username used above can be shortened while viewing the text like this:

{{u|Guywhositsbehindphilip12|Guy}}

which gives

Guy

Alternative

The desired result can also be achieved using the Error creating thumbnail: Unable to save thumbnail to destinationpipe trick feature of the MediaWiki software. For example, the wikitext

[[User:Example|]]

gives

Example

Notifications

As with other templates that create a link to a user page, the linked-to user may be notified under certain circumstances: it happens whenever the conditions described at Error creating thumbnail: Unable to save thumbnail to destinationNotifications are met. These conditions include the addition of one or more new lines of text, one (or more) of which contains the link, and one of which is signed in the same edit.

TemplateData

This is the Error creating thumbnail: Unable to save thumbnail to destinationTemplateData for this template used by TemplateWizard, Error creating thumbnail: Unable to save thumbnail to destinationVisualEditor and other tools. Click here to see a monthly parameter usage report for this template based on this TemplateData.

TemplateData for User link

{
	"params": {
		"1": {
			"label": "User",
			"description": "User being linked",
			"example": "Jimbo Wales",
			"type": "wiki-user-name",
			"required": true
		},
		"2": {
			"label": "Label",
			"description": "Text label for the link",
			"example": "Jimmy",
			"type": "string",
			"suggested": true
		}
	},
	"description": "Links to an editor's userpage and displays just their username"
}

See also