Template:Reply to

From Uncyclopedia, the content-free encyclopedia
Jump to navigation Jump to search

@Example:

[edit] [purge] Template-info.svg Template documentation

Description

This template is used to link one or more users' names (maximum: 5), in the form "@Username:", to trigger a notification for user(s) you are replying to in a discussion. The notification will work successfully only if you sign your post in the same edit in which you use this template. If you make a mistake in placing this template or in signing, see wikipedia:Help:Fixing failed pings. It is an alternative to the {{talkback}} template. It works on any talk page or Wikipedia namespace page.

You cannot directly type the "@" symbol to notify a user of your reply, you must use the template documented here or manually create a wikilink to their user page.
The "@" symbol is used by this template for display purposes only.

This template is particularly helpful in discussions that are not threaded, to indicate which user's comment is referenced. If you feel that this template unnecessarily personalizes the discussion, you may still use the {{talkback}} template on the user's talk page to indicate that you have replied to a comment. IP addresses are only notified if you post to their user talk page.

Usage

{{reply to|Username}} Message text. ~~~~

The edit that adds this template must meet the following requirement for notifications to work:

  • The edit must add new lines of text, not just edit existing lines.
  • The edit must be signed by adding ~~~~ to the end of the message.
    • If you have specified a custom signature, it must contain a plain wiki link ([[ ]]) to your user page, user talk page, or contributions page; it cannot be embedded in a template.
  • The edit must either be entirely within an existing sections (it cannot have new section headers in the middle) or start a new section (starts with a new section header).
    • Only sections of level 2 and above count.
  • If the number of detected to-be-pinged users exceeds 50, no notifications will be delivered.

See wikipedia:Wikipedia:Notifications and mw:Help:Echo#Technical details for more information.

It is not necessary to use this template to ping the user if you are already linking to the username from your post, neither is it necessary when posting on their own talk page.

Note: Wikipedia does not support using the at sign in a reply to notify the user you are replying to, as many discussion boards do. While Wikipedia shows the results of using this template with an at sign, you must either use a template or directly link to the user's user page (e.g. [[User:Example|@Example]]) to ping them.

@Username Message text. ~~~~ DOES NOT WORK

Single recipient

Use the following syntax:

{{reply to|Username}} Message text. ~~~~

For example, {{Reply to|Jimbo Wales}} generates "@Jimbo Wales:" and notifies Jimbo Wales.

The comment must be signed and belong to a named section of a "Talk" or "Wikipedia" namespace page in order for the notification to work.

Multiple recipients

You can reply to up to 5 people at once.

⚠ Warning: If the total number of detected to-be-pinged users in an edit exceeds 50, no notifications will be delivered. This is a software limit, and applies to the entire edit, even if the mentions are split between multiple templates. If you need to ping more than 50 users, it will need to be spread across multiple edits, and each edit needs to add new lines and be signed by you.

Use the following syntax:

{{reply to|User1|User2|User3|User4|User5}} Message text. ~~~~

For example, {{reply to|Example|Jimbo Wales}} will produce:

@Example and Jimbo Wales:

Specify a nickname

You can display any text in place of a username by using |labelX=, where X is the index of a positional parameter, counting from 1. For example:

"{{reply to|2=Example|3=label1=Exemplar|4=Example2|5=label2=John}}" produces "@Exemplar and John:"

You can also use |label= in place of |label1=. For example:

"{{reply to|2=Example|3=label=John}}" produces "@John:"

Specify a prefix

To change the "@" prefix, use |prefix=custom prefix. For example:

"{{reply to|Example|3=prefix=Hello }}" produces "Hello Example:"

Or you can remove the prefix entirely by using |prefix=. For example:

"{{reply to|Example|3=prefix=}}" produces "Example:"

Customise punctuation

By default, the template will insert a colon after the final name. To change this, specify the required character using the |p= parameter. For example:

"{{reply to|Example|3=p=—}}" produces "@Example"

The parameter omits leading or trailing spaces. Use   instead. For example:

"{{reply to|Example|3=p= –}} Text message" produces "@Example – Text message"

To simply remove the colon, use the parameter with an empty value:

"{{reply to|Example|3=p=}}" produces "@Example"

Customise conjunction

By default, the template will use the word "and" between multiple names. To change this, specify the required conjunction using the |c= parameter. For example:

"{{reply to|Example|Example2|4=c=or}}" produces "@Example or Example2:"
"Neither {{reply to|Example|Example2|Example3|5=c=nor}}" produces "Neither @Example, Example2, nor Example3:"

To simply remove the conjunction, use the parameter with an empty value:

"{{reply to|Example|Example2|4=c=}}" produces "@Example, Example2:"

Or don't use!

If you are using the |prefix= and |p= together to just display one user name, then there is no need to use this template. Simply code [[User:username|]] or {{u|username}}. This will generate the same notifications as are generated by the template.

Error messages

Username not given

Sometimes, when the recipient's username contains an equal sign, for example {{reply to|test=test}}, it will show:

Error in Template:Reply to: Username not given.

To fix this, simply add 1= at the beginning of the username, 2= at the second username, 3= at the third username and so on:

{{reply to|1=test=test}}

TemplateData

Extended content

Trigger a notification to one or several registered user(s) you are replying to in a discussion.

Template parameters

ParameterDescriptionTypeStatus
Username #11

The name of the first user that you want to notify

Userrequired
Username #22

The name of the second user you want to notify (optional)

Useroptional
Username #33

The name of the third user you want to notify (optional)

Useroptional
Username #44

The name of the fourth user you want to notify (optional)

Useroptional
Username #55

The name of the fifth user you want to notify (optional)

Useroptional
Label #1label1 label

An alternative nickname to be displayed instead of the first username (optional)

Stringoptional
Label #2label2

An alternative nickname to be displayed instead of the second username (optional)

Stringoptional
Label #3label3

An alternative nickname to be displayed instead of the third username (optional)

Stringoptional
Label #4label4

An alternative nickname to be displayed instead of the fourth username (optional)

Stringoptional
Label #5label5

An alternative nickname to be displayed instead of the fifth username (optional)

Stringoptional
End punctuationp

Custom punctuation to be displayed after the final name (defaults to ':')

Default
:
Auto value
Stringoptional
Conjunctionc

Custom conjunction to be displayed between the last two names (defaults to 'and')

Default
and
Auto value
Stringoptional
Prefixprefix

Custom prefix to be displayed before the first name (defaults to '@')

Default
@
Stringoptional

See also

History

Spork.jpg This template was originally sporked from wikipedia:Template:Reply to.