App:Link
Produces a application link to the current script with the mode and attributes specified.
Attributes:
- mode
Maps to a '__mode' argument.
- type
Maps to a '_type' argument.
Example:
<$MTApp:Link mode="foo" type="entry" bar="1"$>
produces:
/cgi-bin/mt/mt.cgi?__mode=foo&_type=entry&bar=1
This tag produces unescaped '&' characters. If you use this tag in an HTML tag attribute, be sure to add a escape="html"
attribute which will encode these to HTML entities.