<$mt:EntryID$>
Ouptuts the numeric ID for the current entry in context.
Attributes:- pad (optional; default "0")
Adds leading zeros to create a 6 character string. The default is 0 (false). This is equivalent to using the `zero_pad` global filter with a value of 6.
This page was last updated on 2008-09-10, 21:52.
salguod
August 30, 2007 7:24 PM | Reply
From a discussion on the ProNet email list, elaborating on what this tag does:
Eugene Mah said: Every row in the mtentry table has a unique entryid (it's an autoincrement field in the database). All the tag does is spit out that entry_id. This is what the tag has always done (at least since I've been using MT)
Jesse Gardner added: It displays the ID# of the entry, a number handed out sequentially by the system that acts as a "primary key".