Difference between revisions of "Module:Reply to/doc"
Jump to navigation
Jump to search
blackwiki>Renamed user mou89p43twvqcvm8ut9w3 (update high-risk, release quality) |
blackwiki>Jc86035 m (→Usage within templates: unclosed bracket) |
||
| Line 13: | Line 13: | ||
*The {{para|example}} parameter sets the name that will show when the template page is viewed. This parameter should be surrounded by {{tag|noinclude}} so that it is not transcluded with the parent template, and the parent template will show an error message if no names are specified. | *The {{para|example}} parameter sets the name that will show when the template page is viewed. This parameter should be surrounded by {{tag|noinclude}} so that it is not transcluded with the parent template, and the parent template will show an error message if no names are specified. | ||
| − | *The {{para|max}} parameter sets the maximum number of names that the template will accept. If not specified, it defaults to 50 (which is the maximum number that Echo currently supports {{as of|August 2015|lc=yes}}. If this number of names is exceeded, the parent template will return an error message. | + | *The {{para|max}} parameter sets the maximum number of names that the template will accept. If not specified, it defaults to 50 (which is the maximum number that Echo currently supports {{as of|August 2015|lc=yes}}). If this number of names is exceeded, the parent template will return an error message. |
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | | | <includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | | | ||
Revision as of 05:20, 18 April 2017
- REDIRECT Template:High-use
|
| This module is rated as ready for general use. It has reached a mature form and is thought to be bug-free and ready for use wherever appropriate. It is ready to mention on help pages and other Wikipedia resources as an option for new users to learn. To reduce server load and bad output, it should be improved by sandbox testing rather than repeated trial-and-error editing. |
This module is used by {{Reply to}} to trigger a notification to one or several registered user(s) you are replying to in a discussion.
Usage from wikitext
This module cannot be used directly from wikitext. Please use the {{Reply to}} template instead.
Usage within templates
{{#invoke:Reply to|replyto|<noinclude>example=example name</noinclude>|max=maximum number of names}}
- The
|example=parameter sets the name that will show when the template page is viewed. This parameter should be surrounded by<noinclude>...</noinclude>so that it is not transcluded with the parent template, and the parent template will show an error message if no names are specified. - The
|max=parameter sets the maximum number of names that the template will accept. If not specified, it defaults to 50 (which is the maximum number that Echo currently supports as of August 2015[update]). If this number of names is exceeded, the parent template will return an error message.