HypertWiki:W3tpl/lib/doc

From HypertWiki
Revision as of 02:22, 1 December 2008 by Woozle (talk | contribs) (testing noinclude behavior with load tag)

Does this get included by the load tag? <func AName anchor>

 <let name=tag chr=60 />
 <let name=tag append>a name="</let>
 <let name=tag append copy=anchor />
 <let name=tag append>" /</let>
 <let name=tag append chr=62 />
 <let name=tag append chr=60 />
 <let name=tag append>/a</let>
 <let name=tag append chr=62 />
 <echo><get name=tag raw /></echo>

</func>