Manage Wiki Link Syntax

Manage Wiki Link Syntax

${admin.message.text}

'Expose' means to tell trac it is used as wiki link. If you want to expose, containing separator character is not good because trac could not find as namespace (without patch).

'Display' is a optional display text of link anchor. 'URL' is target location for this link. 'Display' and 'URL' can be contain one '%s' to replace with an argument. If 'Display' is omitted, "name" or "name:arg" is used.

Link is a alias of URL. You can use it in wiki enabled area like "link:name". It will be rendered as anchor to defined 'URL' with 'Display' text. Link can be take one argument like "link:name:arg" and 'URL' and 'Display' can contain "%s" for the place of argument replacement. If you set as exposed, name will be exposed as wiki synax. Then you can use like "name:arg" without "link:" prefix.