HypertWiki:W3tpl/lib/doc: Difference between revisions

From HypertWiki
I can has working now?
m testing noinclude behavior with load tag
Line 1: Line 1:
<noinclude>Does this get included by the load tag?</noinclude>
<func AName anchor>
<func AName anchor>
   <let name=tag chr=60 />
   <let name=tag chr=60 />

Revision as of 02:22, 1 December 2008

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>