Difference between revisions of "Help:Sandbox/protected"
(saving some contents so I can protect the page) |
(func xmltag) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
Useful function for printing HTML tags: | |||
<pre> | |||
<func xmltag contents> | <func xmltag contents> | ||
<let name=out chr=60 /> | <let name=out chr=60 /> | ||
| Line 5: | Line 7: | ||
<echo><get name=out raw /></echo> | <echo><get name=out raw /></echo> | ||
</func> | </func> | ||
</pre> | |||
Latest revision as of 00:44, 15 September 2008
Useful function for printing HTML tags:
<func xmltag contents> <let name=out chr=60 /> <let name=out append copy=contents /> <let name=out append chr=62 /> <echo><get name=out raw /></echo> </func>