Template:Anchor: Difference between revisions

From Rosetta Code
Content added Content deleted
m (I think this will work a bit better)
m (Extra characters)
 
Line 1: Line 1:
<span id="{{anchorencode:{{{1}}}}}">{{{#if: {{{2|}}}|{{{2|}}}|}}}</span><noinclude>Adds a custom HTML anchor anywhere on a page (except probably in a span tag). Example:
<span id="{{anchorencode:{{{1}}}}}">{{#if: {{{2|}}}|{{{2}}}|}}</span><noinclude>Adds a custom HTML anchor anywhere on a page (except probably in a span tag). Example:


<nowiki>{{anchor|link|text}}</nowiki>
<nowiki>{{anchor|link|text}}</nowiki>

Latest revision as of 18:41, 25 September 2009

Adds a custom HTML anchor anywhere on a page (except probably in a span tag). Example:

{{anchor|link|text}}

will create an anchor accessible by appending "#link" to the end of the URL with the optional text "text" showing in its place.



This is a template. There are many others. See Category:RCTemplates for a complete list of templates.