<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://70.231.62.181/index.php?action=history&amp;feed=atom&amp;title=Template%3AUser-multi%2Flink%2Fdoc</id>
	<title>Template:User-multi/link/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://70.231.62.181/index.php?action=history&amp;feed=atom&amp;title=Template%3AUser-multi%2Flink%2Fdoc"/>
	<link rel="alternate" type="text/html" href="http://70.231.62.181/index.php?title=Template:User-multi/link/doc&amp;action=history"/>
	<updated>2026-05-01T14:17:02Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>http://70.231.62.181/index.php?title=Template:User-multi/link/doc&amp;diff=19287169&amp;oldid=prev</id>
		<title>imported&gt;SWinxy: Template:User-multi lists the link codes, so it&#039;s not exactly needed here</title>
		<link rel="alternate" type="text/html" href="http://70.231.62.181/index.php?title=Template:User-multi/link/doc&amp;diff=19287169&amp;oldid=prev"/>
		<updated>2023-08-12T21:46:12Z</updated>

		<summary type="html">&lt;p&gt;&lt;a href=&quot;/index.php/Template:User-multi&quot; title=&quot;Template:User-multi&quot;&gt;Template:User-multi&lt;/a&gt; lists the link codes, so it&amp;#039;s not exactly needed here&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
&amp;lt;!-- Categories go at the bottom of this page and interwikis go in Wikidata. --&amp;gt;&lt;br /&gt;
{{Lua|Module:UserLinks}}&lt;br /&gt;
&lt;br /&gt;
This template allows you to generate a single link using a link code from [[Template:User-multi]]. It is intended for use in link templates using unusual formatting that can&amp;#039;t easily be converted to use {{tl|user-multi}}. The link is output without any enclosing tags, so links using external link formatting will appear with the external link icon. You can avoid this by enclosing the link with &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; in your template.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
; Basic usage&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{User-multi/single|&amp;lt;!-- link code --&amp;gt;|user={{{1|}}}}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; All parameters&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{&amp;lt;includeonly&amp;gt;safesubst:&amp;lt;/includeonly&amp;gt;User-multi/single&lt;br /&gt;
 | user    = {{{1|{{{User|{{{user|}}}}}}}}}&lt;br /&gt;
 | project = {{{2|{{{Project|{{{project|}}}}}}}}}&lt;br /&gt;
 | lang    = {{{3|{{{Lang|{{{lang|}}}}}}}}}&lt;br /&gt;
 | 1       = &amp;lt;!-- link code --&amp;gt;&lt;br /&gt;
 | demo    = {{{demo|}}}&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Parameters ==&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;User&amp;#039;&amp;#039;&amp;#039; or &amp;#039;&amp;#039;&amp;#039;user&amp;#039;&amp;#039;&amp;#039;: the username. An error is returned if this is omitted.&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Project&amp;#039;&amp;#039;&amp;#039; or &amp;#039;&amp;#039;&amp;#039;project&amp;#039;&amp;#039;&amp;#039;: the interwiki prefix for the project you wish to link to. Please see [[Help:Interwiki linking]] for a list of valid codes. For backwards compatibility, a language code can also be entered in this field.&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Lang&amp;#039;&amp;#039;&amp;#039; or &amp;#039;&amp;#039;&amp;#039;lang&amp;#039;&amp;#039;&amp;#039;: the language code for the project you wish to link to. See [[:m:List of Wikipedias|List of Wikipedias]] for a complete list of language codes used by Wikimedia sites.&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;demo&amp;#039;&amp;#039;&amp;#039;: if this parameter is set to &amp;lt;code&amp;gt;yes&amp;lt;/code&amp;gt;, the template will not output any categories.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{user-multi/link|t|user=Example}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; &amp;amp;rarr; {{user-multi/link|t|user=Example}}&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{user-multi/link|ct|user=Example}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; &amp;amp;rarr; {{user-multi/link|ct|user=Example}}&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{user-multi/link|dc|user=Example}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; &amp;amp;rarr; {{user-multi/link|dc|user=Example}}&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{user-multi/link|c|user=Example|project=b}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; &amp;amp;rarr; {{user-multi/link|c|user=Example|project=b}}&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{user-multi/link|tl|user=Example|project=v|lang=fr}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; &amp;amp;rarr; {{user-multi/link|tl|user=Example|project=v|lang=fr}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{Sandbox other|&lt;br /&gt;
| &amp;lt;!-- Categories below this line, please: --&amp;gt;&lt;br /&gt;
[[Category:Username internal link templates| ]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>imported&gt;SWinxy</name></author>
	</entry>
</feed>