Template:User: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
m (like {{tem}}, easier shorthand)
 
mNo edit summary
 
(12 intermediate revisions by 5 users not shown)
Line 1: Line 1:
[[User:{{{1}}}|{{{1}}}]] ([[User talk:{{{1}}}|<small>Talk</small>]])
<includeonly>[[User:{{{1}}}|{{{2|{{{1}}}}}}]] ([[User talk:{{{1}}}|talk]]{{#if:{{{contribs|}}}|<nowiki/> {{!}} [[Special:Contributions/{{{1}}}|contribs]]}})</includeonly><noinclude>
== Usage ==
<code><nowiki>{{user|Porplemontage}}</nowiki></code>
:{{user|Porplemontage}}
 
<code><nowiki>{{user|Porplemontage|Steve}}</nowiki></code>
:{{user|Porplemontage|Steve}}
 
<code><nowiki>{{user|Porplemontage|Steve|contribs=1}}</nowiki></code>
:{{user|Porplemontage|Steve|contribs=1}}
 
== 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 <code>contribs</code> parameter can be set to add a contributions link.
 
== See also ==
*[[Template:User-color]]
 
[[Category:Project templates]]</noinclude>

Latest revision as of 12:33, June 6, 2024

Usage

{{user|Porplemontage}}

Porplemontage (talk)

{{user|Porplemontage|Steve}}

Steve (talk)

{{user|Porplemontage|Steve|contribs=1}}

Steve (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