Difference between revisions of "Template:See also"

From Kerbal Space Program Wiki
Jump to: navigation, search
(+target less variant;)
Line 1: Line 1:
:''→ {{lang|en=See also:|pl=Zobacz również:}} [[:{{{1}}}|{{{2|{{{1}}}}}}]]''<noinclude>
+
:''→ {{lang|en=See also:|pl=Zobacz również:}} {{#if: {{{1}}}|[[:{{{1}}}|{{{2|{{{1}}}}}}]]|{{{2}}}}}''<noinclude>
 
== Usage ==
 
== Usage ==
 +
Creates a link to ''Target'' with the linktext being ''Target'':
 
  <nowiki>{{see also|Target}}</nowiki>
 
  <nowiki>{{see also|Target}}</nowiki>
 +
Creates a link to ''Target'' with the linktext being ''Description'':
 
  <nowiki>{{see also|Target|Description}}</nowiki>
 
  <nowiki>{{see also|Target|Description}}</nowiki>
 +
Doesn't create a link, simply adds only ''Description'':
 +
<nowiki>{{see also||Description}}</nowiki>
  
 
[[Category:Templates]]
 
[[Category:Templates]]
 
</noinclude>
 
</noinclude>

Revision as of 08:46, 10 September 2013

→ See also: [[:{{{1}}}|{{{1}}}]]

Usage

Creates a link to Target with the linktext being Target:

{{see also|Target}}

Creates a link to Target with the linktext being Description:

{{see also|Target|Description}}

Doesn't create a link, simply adds only Description:

{{see also||Description}}