Template:User: Difference between revisions

From Dothack Info
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> == Usage == <code><nowiki>{{user|MysteryCorgi}}</nowiki></code> :{{user|MysteryCorgi}} <code><nowiki>{{user|MysteryCorgi|Morgana}}</nowiki></code> :{{user|MysteryCorgi|Morgana}} <code><nowiki>{{user|MysteryCorgi|Morgana|contribs=1}}</nowiki></code> :{{user|MysteryCorgi|Morgana|contribs=1}}...")
 
mNo edit summary
 
Line 14: Line 14:


== See also ==
== See also ==
*[[Template:User-color]]
 
 


[[Category:Project templates]]</noinclude>
[[Category:Project templates]]</noinclude>

Latest revision as of 21:12, 5 October 2024

Usage

{{user|MysteryCorgi}}

MysteryCorgi (talk)

{{user|MysteryCorgi|Morgana}}

Morgana (talk)

{{user|MysteryCorgi|Morgana|contribs=1}}

Morgana (talk | contribs)

About

Creates a user and user talk page link for a given username. The first parameter is the username. An optional second parameter can be used to change the user link text, and an optional contribs parameter can be set to add a contributions link.

See also