Difference between revisions of "Template:comic"

Explain xkcd: It's 'cause you're dumb.
Jump to: navigation, search
(Undo revision 20185 by Davidy22 (talk) Well, crap. It breaks imagesize.)
(With a ritual destruction of the thing.)
Line 59: Line 59:
  
 
   --><tr><td><!--
 
   --><tr><td><!--
   -->{{#if:{{{image|}}}|[[File:{{{image|}}}|{{{imagesize|}}}|{{{titletext|}}}]]}}<!--
+
   -->{{#if:{{{image|}}}|[[File:{{{image|}}}|{{{titletext|}}}]]}}<!--
  -->{{#if:{{{imagesize|}}}|<br />[Click comic to enlarge]}}<!--
 
 
   -->{{#if:{{{titletext|}}}|<br /><span style="{{{captionstyle|}}}"><span style="color:grey">Title text:</span> {{{titletext}}}</span>}}<!--
 
   -->{{#if:{{{titletext|}}}|<br /><span style="{{{captionstyle|}}}"><span style="color:grey">Title text:</span> {{{titletext}}}</span>}}<!--
 
   --></td></tr><!--
 
   --></td></tr><!--
Line 91: Line 90:
 
| title    = Monty Python -- Enough
 
| title    = Monty Python -- Enough
 
| image    = monty_python.jpg
 
| image    = monty_python.jpg
| imagesize = 350px
 
 
| titletext = I went to a dinner where there was a full 10 minutes of Holy Grail quotes exchanged, with no context, in lieu of conversation.  It depressed me badly.
 
| titletext = I went to a dinner where there was a full 10 minutes of Holy Grail quotes exchanged, with no context, in lieu of conversation.  It depressed me badly.
 
}}
 
}}
Line 102: Line 100:
 
| title    =  
 
| title    =  
 
| image    =  
 
| image    =  
| imagesize =
 
 
| titletext =  
 
| titletext =  
 
}}</pre>
 
}}</pre>
Line 110: Line 107:
 
* At least the number, title and image are required.
 
* At least the number, title and image are required.
 
* The date should be written in the form: January 1, 2006
 
* The date should be written in the form: January 1, 2006
* The imagesize field is optional for larger comics.
 
 
** The comic's '''width''' will be limited to the set size. Format must be in pixels (eg: "350px")
 
** The comic's '''width''' will be limited to the set size. Format must be in pixels (eg: "350px")
 
** The comic's '''height''' may be set by adding an 'x' to the start (eg: "x350px")
 
** The comic's '''height''' may be set by adding an 'x' to the start (eg: "x350px")
Line 122: Line 118:
 
| title    = Monty Python -- Enough
 
| title    = Monty Python -- Enough
 
| image    = monty_python.jpg
 
| image    = monty_python.jpg
| imagesize = 350px
 
 
| titletext = I went to a dinner where there was a full 10 minutes of Holy Grail quotes exchanged, with no context, in lieu of conversation.  It depressed me badly.
 
| titletext = I went to a dinner where there was a full 10 minutes of Holy Grail quotes exchanged, with no context, in lieu of conversation.  It depressed me badly.
 
}}</pre>
 
}}</pre>

Revision as of 12:57, 6 December 2012

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:

Monty Python -- Enough
I went to a dinner where there was a full 10 minutes of Holy Grail quotes exchanged, with no context, in lieu of conversation.  It depressed me badly.
Title text: I went to a dinner where there was a full 10 minutes of Holy Grail quotes exchanged, with no context, in lieu of conversation. It depressed me badly.

Usage

{{comic
| number    = 
| date      = 
| title     = 
| image     = 
| titletext = 
}}

Notes

  • At least the number, title and image are required.
  • The date should be written in the form: January 1, 2006
    • The comic's width will be limited to the set size. Format must be in pixels (eg: "350px")
    • The comic's height may be set by adding an 'x' to the start (eg: "x350px")
    • Warning: If the size is larger than the image, the image will be stretched.

The above sample is produced by the following code:

{{comic
| number    = 16
| date      = January 1, 2006
| title     = Monty Python -- Enough
| image     = monty_python.jpg
| titletext = I went to a dinner where there was a full 10 minutes of Holy Grail quotes exchanged, with no context, in lieu of conversation.  It depressed me badly.
}}