Difference between revisions of "Template:Anchor"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with "<includeonly><span id="{{{1}}}"></span></includeonly><noinclude>The ''Anchor'' template adds a bookmark before some text so that an in-page link is able to jump towards. It wo...")
 
(No difference)

Latest revision as of 14:56, 22 April 2015

The Anchor template adds a bookmark before some text so that an in-page link is able to jump towards. It works pretty similarly to {{note}} except it is unable to return back.

Syntax:

Go to [[#link|bookmark]].
{{anchor|link}}Some text.

Results in:

Go to bookmark.
Some text.