Copyright (c) Hyperion Entertainment and contributors.

Difference between revisions of "Template:InLink"

From AmigaOS Documentation Wiki
Jump to navigation Jump to search
(Created page with "<includeonly>{{{1}}}</includeonly><noinclude> Utility template to ease insertion of intra-page hyperlinks. == Usage == <nowiki>{{InLink|termtolink}}</nowiki> =...")
 
m (Another documentation fix)
 
(One intermediate revision by the same user not shown)
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 16: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.