Template:TransLink: Difference between revisions

Added support for sections
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
{{TemplateUsage
{{TemplateUsage
|usage=<pre>{{TransLink|Page Name|Link Text|Section}}</pre>
|usage=<pre>{{TransLink|Page Name|Link Text|Section}}</pre>
|description=Links to the translation of the provided page in the same language as the interface language of the user if it exists. Section is not required and will add a section specifier to the link, please add it with <code></code>.
|description=Links to the translation of the provided page in the same language as the interface language of the user if it exists. Section is not required and will add a section specifier to the link, please add it with <code>section=</code>.
}}</translate>
}}</translate>


<onlyinclude>{{#if:{{{section|}}}
<onlyinclude>{{#if:{{{section|{{{3|}}}}}}
|[[Special:MyLanguage/{{{1}}}#{{{section}}}|{{{2}}}]]
|[[Special:MyLanguage/{{{1}}}#{{{section|3}}}|{{{2}}}]]
|[[Special:MyLanguage/{{{1}}}|{{{2}}}]]}}</onlyinclude>
|[[Special:MyLanguage/{{{1}}}|{{{2|{{{1}}}}}}]]}}</onlyinclude>


{{BulbAttrib|Template:Main}}
{{BulbAttrib|Template:Main}}
[[Category:Link templates]]
[[Category:Link templates]]