news.monthArchiveStory

Available Since: V1.0.0

Used to draw each story published in the month within the news.monthArchive chunk, the default is:

<div class="news_story">
	<h2><a href="[[+news.storyURI]]">[[+news.title]]</a></h2>[[if &subject=`[[+news.thumbnail]]` &operator=`!empty` &then=`<div class="news_thumb"><img src="[[+news.thumbnail]]" alt="Picture for [[+news.title]]" /></div>`]]<div class="news_body">
		<p>[[+news.summary]]</p>
		<p>[[+news.published]]</p>
	</div>
</div>

Placeholders

Placeholder Description
news.title The title of the news story.
news.story The news story.
news.source If present the URL of the source of the story.
news.thumbnail If present then relative URL of the stories thumbnail.
news.summary The summary of the news story.
news.published The date and time that the story was published.
news.storyURI The absolute address of the page i.e. perma link.



TOP