The following autotags are available to embed competition information into other pages. ==== submit ==== Creates a link to the submission page for the specified event. Syntax: [photocomp:submit eventid:XX] ^Parameter^Description^Required?^ |eventid|Event ID number| Yes | ==== headlines ==== Displays entries and their resulting placements in a scrolling window, similar to the glFusion "headlines" autotag. Syntax: [photocomp:headlines eventid:XX template:headlines-slider.thtml columns:XX delay:XX width:XX height:XX orderby:ASC sortby:en.award autoplay:true winners:false] ^Parameter^Description^Required?^ |eventid|Event ID number| Yes | |template|Name of template. Options are "headlines.thtml", "headlines-slider.thtml", "headlines-slideshow.thtml". Default is "headlines.thtml"| No | |columns|Number of columns (entries) to show at once. Does not affect the slideshow template. Default is 2.| No | |delay|Time in milliseconds to spend showing each image or group of images. Default = 7000| No | |width|Width in pixels of the displayed images. Default is the configured thumbnail size.| No | |height|Height in pixels of the displayed images. Default is the configured thumbnail size.| No | |orderby|Order to display images, either ASC or DESC. Default is "ASC"| No | |sortby|Field on which to sort the results. This requires knowledge of the schema, default is to sort by award given.| No | |autoplay|True or false to have the display automatically advance when it is loaded. Default = true| No |