<?xml version="1.0" encoding="UTF-8"?>
<tcf>
	<title>New News Article</title>

	<variable-list>
		<!-- general page setup -->
		<include>_commonvars.inc</include>
		<variable section="Media RSS Setup" name="mtitle" prompt="Image Title" alt="Enter a title for the image that will be displayed on mouseover. Note that the page title will be used for the actual news item."></variable>
		<variable name="rss-author" type="text" path="/_resources/images" prompt="Author" alt="IMPORTANT. Type in the author of this news post. This displays on the listing page."></variable>
		<variable name="rss-description" type="text" rows="5" path="/_resources/images" prompt="Description" alt="IMPORTANT. Give a short description of this news post. This displays on the listing page."></variable>

		<variable name="murl" type="filechooser" path="/_resources/images" prompt="Image" alt="IMPORTANT. Select the full-size image for the RSS item. This displays on the listing page."></variable>
		<variable name="mthumbnail" type="filechooser" path="/_resources/images" prompt="Thumbnail" alt="Select a corresponding thumbnail for this RSS item."></variable>
		<variable name="mdesc" type="text" rows="2" prompt="Image Description" alt="Provide a description specifically for the image for those unable to view it. Note that the page description will be used for the actual news item."></variable>
		<variable name="mkeywords" prompt="Image Keywords" alt="Specify some keywords that describe the image."></variable>
		<!-- A safer way to create a file, forces PCF file extension -->
		<variable name="pcf-filename" prompt="Filename" alt="Enter a filename using only lowercase letters, underscores, or dashes">untitled</variable>
		<variable name="tcfname" type="text" display="none">news-article.tcf</variable>
	</variable-list>

	<template-list>
		<template
			prompt-prefix="News Post"
			filename="{pcf-filename}"
			display-filename="no"
			display-group="no"
			extension="pcf"
			tags="{tags}"
			rss-feed="*inherit*"
			rss-author="{rss-author}"
			rss-title="{title}"
			rss-link="[auto]"
			rss-tags="{tags}"
			rss-description="{rss-description}"
			rss-media="{mtitle}^^{murl}^^{mdesc}^^{mthumbnail}^^{mkeywords}"
			preferred-redirect="yes"
			autonav="{autonavigation}">news-article.tmpl</template>
	</template-list>

	<navigation-list>
		<!-- navigation options and link style -->
	   <include>_navigationlist.inc</include>
	</navigation-list>
</tcf>
