addedValueMacros.serveTropeLink
Syntax
{addedValueMacros.serveTropeLink(tropeID, whatText, whatTarget=nil, anchor=nil, class=nil, title=nil, accesskey=nil, hreflang=nil, tabindex=nil, onmouseOver="", onmouseOut="", onClick="")}
- tropeID - the name of an addedVaues trope from this website
- whatText - a string which will the text of the link.
- whatTarget - optional, value of target attribute for the link
- anchor - optional, value of anchor attribute for the link
- class - optional, value of class attribute for the link
- title - optional, value of title attribute for the link
- accessKey - optional, value of accesskey attribute for the link
- hrefLang - optional, value of hreflang attribute for the link
- tabindex - optional, value of tabindex attribute for the link
- onmouseOver - optional, value of the onmouseOver attribute for the link.
- onmouseOut - optional, value of the onmouseOut attribute for the link.
- onClick - optional, value of the onClick attribute for the link.
Examples
| {addedValueMacros.serveTropeLink( "gemsLister", "Click to install gemsLister")} |
|
Semantics
serveTropeLink returns a link to a url that serves a trope, a process that ends with that trope installed in another website.
See also