4.43. 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.43.1. Summary

NO SUMMARY SECTION

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

Tag expansion example:

    [label]
---
    TODO: (tag result)

ASP-like Perl call:

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

or similarly with positional parameters,

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

4.43.2. Description

NO DESCRIPTION SECTION