Available Since: V1.0.0
The news.archivedStory chunk is used when drawing the archived story, the default is:
[[news.storyArchive]]<p>[[date &format=`%d %M %Y` &time=`[[+news.published]]`]]</p>[[if &subject=`[[+news.thumbnail]]` &operator=`!empty` &then=`<div class="news_thumb">[[news.img &size=`l`]]</div>`]][[+news.story]]<p>[[+news.published]]</p>[[if &subject=`[[+news.source]]` &operator=`!empty` &then=`<p><a href="[[+news.source]]" title="[[+news.title]]">[[+news.readMore]]</a></p>`]]
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. |