Difference between revisions of "Template:SeeAlso"

From Kolmafia
Jump to navigation Jump to search
imported>StDoodle
m (Undo revision 7247 by StDoodle (Talk))
imported>StDoodle
m
Line 3: Line 3:
 
<p>Adds a "See Also" section for referencing similar functions (takes up to 16 parameters). Do '''not''' include the parentheses.</p>
 
<p>Adds a "See Also" section for referencing similar functions (takes up to 16 parameters). Do '''not''' include the parentheses.</p>
 
<p>The following is example of how to call this template:</p>
 
<p>The following is example of how to call this template:</p>
<pre>
+
<nowiki>{{SeeAlso|my_name|my_id}}
{{SeeAlso|my_name|my_id}}
+
</nowiki>[[Category:Basic Templates]]
</pre>
 
<p>Which would produce:</p>
 
{{SeeAlso|my_name|my_id}}
 
[[Category:Basic Templates]]
 
 
</noinclude>
 
</noinclude>

Revision as of 06:22, 14 March 2010


Adds a "See Also" section for referencing similar functions (takes up to 16 parameters). Do not include the parentheses.

The following is example of how to call this template:

{{SeeAlso|my_name|my_id}}