Template:User: Difference between revisions
Jump to navigation
Jump to search
Created page with "<includeonly>[[User:{{{1}}}|{{{2|{{{1}}}}}}]] ([[User talk:{{{1}}}|talk]]{{#if:{{{contribs|}}}|<nowiki/> {{!}} [[Special:Contributions/{{{1}}}|contribs]]}})</includeonly><noinclude>{{/doc}}</noinclude>" |
mNo edit summary Tag: Manual revert |
| (One intermediate revision by the same user not shown) | |
(No difference)
| |
Latest revision as of 06:12, 15 October 2024
Creates formatted links to a specified user's page and talk page.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Username | 1 | Name of the user to link to
| String | required |
| Display name | 2 | If set to anything, changes the text of the link to the user's page
| String | optional |
| Contribs | contribs | If set to anything, adds a link to the user's contributions as well
| Boolean | optional |
Sample usage
{{user|Pymonkibot}}
|
Pymonkibot (talk) |
{{user|Pymonkibot|Pymonkibot but evil}}
|
Pymonkibot but evil (talk) |
{{user|Pymonkibot|contribs=y}}
|
Pymonkibot (talk | contribs) |