Template:SeeAlso: Difference between revisions

From Kolmafia
Jump to navigation Jump to search
imported>StDoodle
mNo edit summary
imported>StDoodle
mNo edit summary
Line 1: Line 1:
<noinclude>
Adds a "See Also" section for referencing similar functions (takes up to 16 parameters). Do '''not''' include the parentheses.
[[Category:Basic Templates]]
</noinclude>
<includeonly>
<includeonly>
<h2>See Also</h2><div style="border: dashed 1px green; margin: 0.2em; padding: 1em; width=75%; background-color: #fff8dc;">
<h2>See Also</h2><div style="border: dashed 1px green; margin: 0.2em; padding: 1em; width=75%; background-color: #fff8dc;">
Line 9: Line 5:
</center></div>
</center></div>
</includeonly>
</includeonly>
<noinclude>
<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>
<pre>
{{SeeAlso|my_name|my_id}}
</pre>
<p>Which would produce:</p>
{{SeeAlso|my_name|my_id}}
[[Category:Basic Templates]]
</noinclude>

Revision as of 16:31, 28 February 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}}

Which would produce:

See Also

my_name()  |  my_id()