Template:Comic

From SMBC Wiki
Revision as of 13:09, 19 November 2024 by TinyPonies (talk | contribs) (Styled navbar CSS to look like SMBC instead of XKCD)
Jump to navigation Jump to search


This is the basic infobox-style header template used to display xkcd comics on their own pages, including the comic number (with external link to xkcd), publication date, title, comic image, and title text.

Sample

The following is a sample usage of this template:

2008-03-25
2008-03-25
Title text: 2008-03-25

Votey

20080325after.gif




Usage

{{comic
| number    =
| date      =
| title     =
| name      =
| before    =
| image     =
| custom    =
| customvotey=
| imagesize =
| noexpand  =
| titletext =
| ldomain   =
| lappend   =
}}

Notes

The above sample is produced by the following code:

{{comic
| number    = 1127
| date      = March 25, 2008
| title     = 2008-03-25
| name      = 2008-03-25
| image     = 20080325.gif
| votey     = 20080325after.gif
| titletext = 2008-03-25
}}