webgen logo

webgen / static website generator

static website generation made easy!

Latest news

2007-12-31: Minor release with feature enhancements. More...

2007-09-08: Small bug fix release. More...

2007-06-29: Some bug fixes and one small feature enhancement. More...

Links

Generated by webgen

General Information

Plugin name:Tag/WikiLink (Tag/Default)
Author:Thomas Leitner <t_leitner@gmx.at>
Summary:Adds a link to a wiki page
Parameters:

invalidChars (=mandatory parameter): " &;"
The characters which are invalid in wiki URLs.

linkTextnil
The text of the link. If it is not specified, the title of the current page is used.

relURLnil
The relativ URL for the wiki link (the varying part that is appended to rootURL). If it is not specified, the title of the current page is used.

replacementChar (=mandatory parameter): "_"
The character(s) which should be used instead of the invalid characters.

rootURL (=mandatory parameter): "/wiki/wiki.pl?"
The root URL for the wiki link, ie. the path to the wiki CGI.

Handled tags:wikilink

Description

This tag can be used to add a link to a wiki page. It is used on this website to automatically provide a “Feedback” link for each page.

Examples

UsageOutput
{wikilink: } WikiLink
{wikilink: {relURL: hallo}} WikiLink
{wikilink: {relURL: hallo, linkText: MoinMoin}} MoinMoin