show_next_comics(howmany,thumbnail,before,after,links,order) — display a series of comics that follow the current comic
This tag shows a series of howmany comics (1 by deafult) that immediately follow the current comic. This tag is of course limited by your archives; if you specify five comics, and there are only four comics following the current comics, then only those four would be shown.
| argument | type | default | description |
|---|---|---|---|
howmany
|
integer |
5
|
The number of comics to display |
thumbnail
|
boolean | FALSE | Scale comic images to thumbnail size |
before
|
string | A string to display before each comic. A common use might be an HTML tag such as <li>. | |
after
|
string | A string to display before each comic. A common use might be an HTML tag such as </li>. | |
links
|
boolean | FALSE | If TRUE, will make each comic in the series a clickable link; clicking the link will take the reader to that comic's post page. |
order
|
string | ASC | The order in which to display comics; "ASC" for ascending, "DESC" for descending. |