addedValueMacros.showTropesLink
Syntax
{addedValueMacros.showTropesLink(whatText, whatTarget=nil, anchor=nil, class=nil, title=nil, accesskey=nil, hreflang=nil, tabindex=nil, onmouseOver="", onmouseOut="", onClick="")}
- 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
Semantics
serveTropeLink returns a link to a page of all published tropes in a website if the publish tropes preference is set, or an empty string if not.
See also