Template:SeeAlso: Difference between revisions
Jump to navigation
Jump to search
imported>StDoodle m Protected "Template:SeeAlso": High traffic page ([edit=sysop] (indefinite) [move=sysop] (indefinite)) |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly><h2>See Also</h2><div style="border: dashed 1px green; margin: 0.2em; padding: 1em; width=75%; background-color: #fff8dc;"><center>{{#if: {{{1|}}}|[[{{{1}}}|{{{1}}}()]]}}{{#if: {{{2|}}}| <nowiki>|</nowiki> [[{{{2}}}|{{{2}}}()]]}}{{#if: {{{3|}}}| <nowiki>|</nowiki> [[{{{3}}}|{{{3}}}()]]}}{{#if: {{{4|}}}| <nowiki>|</nowiki> [[{{{4}}}|{{{4}}}()]]}}{{#if: {{{5|}}}| <nowiki>|</nowiki> [[{{{5}}}|{{{5}}}()]]}}{{#if: {{{6|}}}| <nowiki>|</nowiki> [[{{{6}}}|{{{6}}}()]]}}{{#if: {{{7|}}}| <nowiki>|</nowiki> [[{{{7}}}|{{{7}}}()]]}}{{#if: {{{8|}}}| <nowiki>|</nowiki> [[{{{8}}}|{{{8}}}()]]}}{{#if: {{{9|}}}| <nowiki>|</nowiki> [[{{{9}}}|{{{9}}}()]]}}{{#if: {{{10|}}}| <nowiki>|</nowiki> [[{{{10}}}|{{{10}}}()]]}}{{#if: {{{12|}}}| <nowiki>|</nowiki> [[{{{12}}}|{{{12}}}()]]}}{{#if: {{{12|}}}| <nowiki>|</nowiki> [[{{{12}}}|{{{12}}}()]]}}{{#if: {{{13|}}}| <nowiki>|</nowiki> [[{{{13}}}|{{{13}}}()]]}}{{#if: {{{14|}}}| <nowiki>|</nowiki> [[{{{14}}}|{{{14}}}()]]}}{{#if: {{{15|}}}| <nowiki>|</nowiki> [[{{{15}}}|{{{15}}}()]]}}{{#if: {{{16|}}}| <nowiki>|</nowiki> [[{{{16}}}|{{{16}}}()]]}}</center></div></includeonly> | <includeonly><h2>See Also</h2><div style="border: dashed 1px green; margin: 0.2em; padding: 1em; width=75%; background-color: #fff8dc;"><center>{{#if: {{{1|}}}|[[{{{1}}}|{{{1}}}()]]}}{{#if: {{{2|}}}| <nowiki>|</nowiki> [[{{{2}}}|{{{2}}}()]]}}{{#if: {{{3|}}}| <nowiki>|</nowiki> [[{{{3}}}|{{{3}}}()]]}}{{#if: {{{4|}}}| <nowiki>|</nowiki> [[{{{4}}}|{{{4}}}()]]}}{{#if: {{{5|}}}| <nowiki>|</nowiki> [[{{{5}}}|{{{5}}}()]]}}{{#if: {{{6|}}}| <nowiki>|</nowiki> [[{{{6}}}|{{{6}}}()]]}}{{#if: {{{7|}}}| <nowiki>|</nowiki> [[{{{7}}}|{{{7}}}()]]}}{{#if: {{{8|}}}| <nowiki>|</nowiki> [[{{{8}}}|{{{8}}}()]]}}{{#if: {{{9|}}}| <nowiki>|</nowiki> [[{{{9}}}|{{{9}}}()]]}}{{#if: {{{10|}}}| <nowiki>|</nowiki> [[{{{10}}}|{{{10}}}()]]}}{{#if: {{{12|}}}| <nowiki>|</nowiki> [[{{{12}}}|{{{12}}}()]]}}{{#if: {{{12|}}}| <nowiki>|</nowiki> [[{{{12}}}|{{{12}}}()]]}}{{#if: {{{13|}}}| <nowiki>|</nowiki> [[{{{13}}}|{{{13}}}()]]}}{{#if: {{{14|}}}| <nowiki>|</nowiki> [[{{{14}}}|{{{14}}}()]]}}{{#if: {{{15|}}}| <nowiki>|</nowiki> [[{{{15}}}|{{{15}}}()]]}}{{#if: {{{16|}}}| <nowiki>|</nowiki> [[{{{16}}}|{{{16}}}()]]}}</center></div></includeonly> | ||
<noinclude> | <noinclude> | ||
Adds a "See Also" section for referencing similar functions (takes up to 16 parameters). Do '''not''' include the parentheses. | |||
< | |||
==Example== | |||
</ | |||
{| class="wikitable" style="width: 100%" | |||
! Code | |||
! Result | |||
|- | |||
| <pre>{{SeeAlso|my_name|my_id}}</pre> | |||
| {{SeeAlso|my_name|my_id}} | |||
|- | |||
| <pre>{{SeeAlso|visit_url}}</pre> | |||
| {{SeeAlso|visit_url}} | |||
|} | |||
</noinclude> | </noinclude> |
Revision as of 11:21, 20 December 2020
Adds a "See Also" section for referencing similar functions (takes up to 16 parameters). Do not include the parentheses.
Example
Code | Result |
---|---|
{{SeeAlso|my_name|my_id}} |
See Also |
{{SeeAlso|visit_url}} |
See Also |