N book entries (according to
sort_order and sort_by below), where
N is some number greater than 0.
M entries from the first (according to
sort_order and sort_by below), then displays
the remaining entries (or the next N entries if used in
combination with lastn). For example, the following tag:
<MTBookQueueEntries lastn="5" offset="5"> ... </MTBookQueueEntries>
will display entries 6-10 (inclusive).
unread, reading and read.
If no status attribute is given, book entries are
displayed regardless of status.
entry_id attribute.
entry_id. Cannot be used with the isbn
attribute.
<MTBookQueueEntries> tag. Valid values are
ascend and descend.
The default value is descend.
status, isbn, entry_id,
modified_on, and entered_on.
You can specify an arbitrary sort order for your book entries by
overriding the ``last modified on" field in the BookQueue interface
and sorting by modified_on.
If you sort by entry_id, book entries without an
associated blog entry id will be skipped.
The default value is entered_on (the date on which the book
entry was originally entered).
MTBookQueueEntries can be combined in arbitrary ways. For example, the following tag:
<MTBookQueueEntries lastn="10" offset="10" status="unread" sort_order="ascend" sort_by="modified_on"> ... </MTBookQueueEntries>will take all entries with status set to ``unread", sort them in ascending order according to the last modified date and display items 11 through 20 (inclusive) of that set.
This tag takes an optional format attribute. If
format is omitted, the language-specific default format
taken from the blog configuration will be used. See Date Tag Formats and Language for date display in the Movable Type documentation for
more information.
This tag takes an optional format attribute. If
format is omitted, the language-specific default format
taken from the blog configuration will be used. See Date Tag Formats and Language for date display in the Movable Type documentation for
more information.
This tag takes an optional attribute archive_type to
specify the archive type to link to.
See the Movable Type documentation for MTEntryLink for more information.
This tag takes an optional attribute archive_type to
specify the archive type to link to.
See the Movable Type documentation for MTEntryLink and MTEntryPermaLink for more information.
<MTBookQueueEntries> ... <MTBookQueueEntryIfBlogEntry> <a href="<MTBookQueueEntryBlogEntryLink>">book review</a> </MTBookQueueEntryIfBlogEntry> </MTBookQueueEntries>