User Tools

Site Tools


wiki:syntax

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revisionBoth sides next revision
wiki:syntax [2006/10/20 02:59] – external edit 127.0.0.1wiki:syntax [2017/08/16 15:46] – [Internal] - Added bookmarks plugin docs. lawrence
Line 56: Line 56:
  
 For details about namespaces see [[doku>wiki:namespaces]]. For details about namespaces see [[doku>wiki:namespaces]].
 +
 +==== Bookmarks ====
 +
 +The Bookmark plugin has been added to this wiki, which provides the functionality of normal HTML anchor tags.  
 +
 +**To create an anchor:**
 +
 +<code><BOOKMARK:bookmark_name></code>
 +
 +This creates an anchor tag in the page, similar to 
 +
 +<code><a name='bookmark_name'></a></code>
 +
 +**To link to an anchor:**
 +
 +<code>[[namespace:page_name#bookmark_name|anchor_text]]</code>
 +
 +The namespace and page_name are shown at the top of every page.  The #bookmark_name is the anchor you created, and |anchor_text is the clickable, visible link shown to the user.
 +
 +==== Linking to Sections ====
  
 Linking to a specific section is possible, too. Just add the section name behind a hash character as known from HTML. This links to [[syntax#internal|this Section]]. Linking to a specific section is possible, too. Just add the section name behind a hash character as known from HTML. This links to [[syntax#internal|this Section]].
wiki/syntax.txt · Last modified: 2024/04/23 10:38 by 127.0.0.1