Template:Welcome/doc

From Emulation General Wiki
< Template:Welcome
Revision as of 17:45, 16 September 2016 by SonofUgly (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Description
To welcome a new contributor who has a user name, add this to the user's talk page.
For an "anonymous" contributor, you may wish to use {{welcomeIP}} instead.
Syntax
Type {{subst:welcome|Your user name|~~~~}} or {{subst:welcome|Your user name}} on a user's talk page.
Use the second version if you want to add a personal message after the template, but before your signature (or if you have a complex signature).
As soon as you Save, the entry will lose its link to the template and become ordinary text, which you can edit to personalise it.

Further advice[edit]

Use of "subst:" prefix[edit]

Using the prefix before any template name copies the template then cuts the connection. If you omit the "subst:" the result copies just the same but will not be editable and will always show the current version of the template - probably not a good idea for a one-off welcoming message, although it is useful for many other templates.

Edit it to make it more specific to this wiki[edit]

For example, it could say "Welcome to the XYZWV Wiki". You could add a link to a page you particularly want new users to look at. You could use the "upload file" link to add a new picture that is meaningful (or funny!) to your visitors, and change the code [[Image:Example.jpg]] to the name of your new picture.

Make another one just for you to use[edit]

On your user page you could create a link to something like [[Template:welcJG]] then make the resulting page a copy of Template:Welcome and modify it any way you like. Then you can type or paste {{subst:welcJG}} on a newcomer's page and not need further personalising.

Auto sign[edit]

You can get the template to automatically include the user's signature, but it will only work when it's substituted. If it's transcluded the four tildes will show. I guess you have to weigh up the advantages and disadvantages; you can easily include the subst: code in MediaWiki:Newarticletext, but you run the risk of experienced users just transcluding it.

PAGENAME[edit]

A good idea is to include the {{PAGENAME}} magic word, that way the user feels like it's more of a personal welcome. This can be either directly transcluded, or substituted. There are problems with both options. For direct transclusion, the welcome will show the full pagename (e.g. User talk:Name/Archive2), if it's ever archived. For substitution, the whole template needs to be substituted for it to work. Otherwise, the pagename magic word will show. The same problem is faced as with auto signing; more experienced users are likely to just transclude it.