Template:Anchor

From SoftMC-Wiki
Revision as of 16:03, 20 October 2010 by Arwiebe (talk | contribs)
Jump to: navigation, search

Adds an html anchor to the page, which can be referenced by #anchor.

Template

{{Anchor|text|anchor}}

Parameters

text
Display text
anchor (optional)
Anchor string. If missing, text is used as anchor string.

Examples

Input
* The {{Anchor|output}} is described below.
* {{Anchor|Any Text with ''style''|myAnchor}}
Output
  • The output is described below.
  • Any Text with style
References
Go to #output or #myAnchor.

For more examples refer to pages, which use this template: What links here.

Help:Templates describes general usage of templates, including treatment of special characters.