HypertWiki:W3tpl/lib/doc

From HypertWiki
Revision as of 11:41, 1 December 2008 by Woozle (talk | contribs) (Template:Notefoot moved to HypertWiki:W3tpl/lib/doc: so I can use the template as intended (or try to))
Jump to navigation Jump to search

To make use of functions in this library (in another page), you must first load it:

<load page="HypertWiki:W3tpl/lib/doc" local />
  • Function: AName
  • Purpose: emits an anchor tag -- <a name="..."></a> -- which can be used for footnotes but probably has other uses as well.
  • Parameters:
    • anchor = name of anchor
  • How to call: <call AName anchor=name />


> function aname() <= ()