comic_archive_table

comic_archive_table(years,format,order) — display a table of all comics in the archive

Description

This tag displays a list (using the HTML <table> tag) of all comics in the archive.

Except for displaying a table instead of an unordered list, this tag is identical in usage to the comic_archive_list tag. The same CSS classes apply, but to <table>, <tr>, and <td> tags, rather than <ul>, <li>, and <span>.

Arguments

argument type default description
years boolean FALSE Display the years represented as a header between sets of comics. stripShow uses the <h3> tag for this. For example, you will see <h3>2007</h3> before the set of comics from 2007.
format string F j, Y The format in which to display each comic's date. This format conforms to the same format as the PHP date() function.
order string DESC The order in which to display comics; ASC for ascending, DESC for descending.