Creates an edit link to a WikiPage.
Why would you use this instead of a standard anchor? The EditLinkTag automatically adds things like the correct class information (for styles), the jspwiki.baseURL property, etc.
<wiki:EditLink page="<page name>" format="anchor|url" version="<version number>">
<wiki:EditLink>Edit this page</wiki:EditLink>.
Recent Changes
Find pages Page Index
SystemInfo
Harry's PGP key
Creates an edit link to a WikiPage.
Why would you use this instead of a standard anchor? The EditLinkTag automatically adds things like the correct class information (for styles), the jspwiki.baseURL property, etc.
Usage#
<wiki:EditLink page="<page name>" format="anchor|url" version="<version number>">
- Link text
</wiki:EditLink>Parameters#
Example#