$_article_id
variable
- $_article_id
applicable sections
- article
description
Place this variable at the location in the article element where you want the Vine Type unique identifier (a number) to appear.
notes
This is most likely used when generating a permalink or permanent link to a particular article.
For Example, in the article element of your template...
<a href="default.aspx?id=$_article_id">#</a>
...will generate for article id 18 the following...
<a href="default.aspx?id=18">#</a>
...in the generated page.