4.42. label

The page label for goto. See [goto] tag for description. Note that this is not a standard tag, but is simply a marker used by goto.

Parameter: name

   [goto name=label_name if=condition]
     content to skip
   [label name=label_name]

4.42.1. Summary

NO SUMMARY SECTION

    [label ]
Attributes Default
interpolate (reparse) No
Other_Charactreristics  
Invalidates cache No
Container tag No
Has Subtags No
Nests Yes

Tag expansion example:

   [label ]
---
   TAGRESULT

ASP-like Perl call:

   $Tag->label(  {
}, $body  );

or similarly with positional parameters,

    $Tag->label(, $attribute_hash_reference, $body);

4.42.2. Description

NO DESCRIPTION SECTION