-a_tag_name-flag [arg [arg ...]] Optional tag-specific flags/args. Certain flags may be mandatory, depending on the tags used by the template being compiled (and its sub-components). By convention, tag-specific flags have the following structure: -<tag>-<flag> <0 or more flag args> For example, someone at Acme Corporation created a custom tag named "<acme_xyz>". Command-line flags for this tag might look something like: -acme_xyz-xxxxx moo cow -acme_xyz-yyy egg -acme_xyz-zebra All command-line flags given to iwpt_compile.ipl are available to users of the <iw_perl> tag via the API function TeamSite:T::iw_perl::iwpt_get_flag_param(). Advanced users: If you are a tag author and wish to fetch the value of a command-line flag within the body of a tag itself, use the following API: TeamSite:T::iw_xml::get_flag_param() or for code within an <iw_perl> tag, use: TeamSite:T::iw_perl::iwpt_get_flag_param() Some commonly used tag-specific flags are: -iw_pt-dcr <dcr> -iw_pt-arg <arg> -iw_pt-preview -iw_include-location <dir> See the 'FLAGS' section in the documentation of the following related tags for more details: <iw_pt> (TeamSite:T::iw_pt) <iw_include> (TeamSite:T::iw_include)