Copyright (c) Hyperion Entertainment and contributors.
Difference between revisions of "Template:InLink"
Jump to navigation
Jump to search
m (Fixed documentation) |
m (Another documentation fix) |
||
Line 4: | Line 4: | ||
== Usage == |
== Usage == |
||
<nowiki>{{InLink|termtolink}}</nowiki> |
<nowiki>{{InLink|termtolink}}</nowiki> |
||
+ | |||
+ | ; termtolink |
||
+ | : the name of the section from the ''same page'' to link to. |
||
== Sample == |
== Sample == |
||
Line 10: | Line 13: | ||
renders as |
renders as |
||
+ | |||
''Please see {{InLink|Usage}} for complete information.'' |
''Please see {{InLink|Usage}} for complete information.'' |
||
</noinclude> |
</noinclude> |
Latest revision as of 15:42, 13 July 2012
Utility template to ease insertion of intra-page hyperlinks.
Usage
{{InLink|termtolink}}
- termtolink
- the name of the section from the same page to link to.
Sample
Following example links to the above Usage section :
Please see {{InLink|Usage}} for complete information.
renders as
Please see Usage for complete information.