More actions
Created page with "{{#ifexist: User:{{{1}}} | [[User:{{{1}}}|{{{2|{{{1}}}}}}]] | {{#ifexist: User talk:{{{1}}} | [[User talk:{{{1}}}|{{{2|{{{1}}}}}}]] | [[Special:CentralAuth/{{{1}}}|{{{2|{{{1}}}}}}]] }} }}<noinclude>{{Documentation}} {{PAGENAME}}" Tags: Mobile edit Mobile web edit Advanced mobile edit |
m 1 revision imported Tags: Mobile edit Mobile web edit Advanced mobile edit |
||
(No difference)
|
Latest revision as of 03:28, 14 April 2025
[[Special:CentralAuth/{{{1}}}|{{{1}}}]]
This template provides a way to link to a user page and display just the username. For example {{User|Example}}
gives Example, link to a page of user with nickname Example.
Usage[edit source]
Template | Result | Notes |
---|---|---|
{{user|Example}} |
Example | User "example" exists. It links to that user. |
{{user|IOnlyHaveATalkPage}} |
IOnlyHaveATalkPage | User "IOnlyHaveATalkPage" doesn't have a userpage, but has a user talk page. |
{{user|abcdefg}} |
abcdefg | User "abcdefg" doesn't have a user page or a talk page. |
If there is no user page with the user nickname provided, it will display a link to that user's talk page (User talk:USERNAME). If the talk page doesn't exist, it will display a link to the user's CentralAuth page (Special:CentralAuth/USERNAME).