Template:User: Difference between revisions
From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
m (Text replacement - "\[\[Category:([^\]|]+)\|{{PAGENAME}}\]\]" to "Category:$1") |
mNo edit summary |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
[[User:{{{1}}}|{{{1}}}]] ([[User talk:{{{1}}}|talk]])<noinclude>[[Category: | <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}}
{{user|Porplemontage|Steve}}
{{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 contribs
parameter can be set to add a contributions link.