Fullscreen
Loading...
 
[Show/Hide Right Column]

Place an anchor in a wiki page that can be linked to

Plugin Aname

This Wiki Plugin creates an anchor in a wiki page that can belinked to. Use in conjunction with the PluginAlink, which creates the link to the anchor.

Starting with Tiki release 2.0, Tiki will automatically create anchor points for all headings in a wiki page. You can use the PluginAlink to link to any heading on a wiki page without having to use a corresponding ANAME plugin.

Usage

To take use this plugin in a wiki page, use the syntax:
{ANAME()}anchorname{ANAME}

In the generated XHTML for your webpage, Tiki will create the following anchor:
<a id='anchorname'></a>


Notes:
  • If you include spaces in the anchor name, Tiki will convert the spaces to underscores ( _ ).
    For example, {ANAME()}my custom anchor{ANAME} will render as: <a id='my_custom_anchor'></a>.
  • Starting with Tiki release 1.10, Tiki generates the anchor using the id tag. In prior releases, Tiki used the HTML name tag (<a name='anchorname'></a>).

Example

Aname Plugin Usage

{ANAME()}

anchorname <--put the name of the anchor here. Use this same name for the aname= parameter in the Plugin Alink (see just below).

{ANAME}

ANAME EXAMPLE: {ANAME()}anchorname{ANAME}

{ALINK(

aname=anchorname <-- put here the name of the anchor you created using the Plugin Aname!

)}

link text <-- put here the text to appear as the link.

{ALINK}

ALINK EXAMPLE: {ALINK(aname=anchorname)}link text{ALINK}

or rather, I only work so

ALINK EXAMPLE: {ALINK( aname="anchorname" pagename="wiki pagename")}link text{ALINK}



Demonstration

To jump down to the anchor at the bottom of the page click HERE. <-- Here is where I put the ALINK plugin in this page.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Here is a second link to the same anchor at the bottom of the page. Again, I used the ALINK plugin.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
The anchor is here. <-- I put the ANAME plugin at the beginning of this line. Now you can click HERE to jump to the anchor I put at the top of the page (you can't see where that one is unless you look into the page editor biggrin)


Contributors to this page: lindon132 points  , Scot Wilcoxon684 punten  , Rick22958 points  , Marc Laporte9138 points  , Xavi67871 points  and system .
Page last modified on Wednesday 28 December, 2011 20:18:26 UTC by lindon132 points .
The content on this page is licensed under the terms of the Creative Commons Attribution-ShareAlike License.

Site Language

Reference Guide

Keywords

These keywords serve as "hubs" for navigation within the Tiki documentation. They correspond to development keywords (bug reports and feature requests):



Tiki Newsletter

Delivered fresh to your email inbox!
Newsletter subscribe icon
Don't miss major announcements and other news!
Contribute to Tiki