Difference between revisions of "Template:comic"
(the underscores are intentional, as they mimic the original filenames from xkcd.com) |
|||
| (24 intermediate revisions by 7 users not shown) | |||
| Line 1: | Line 1: | ||
<includeonly><!-- | <includeonly><!-- | ||
--><table class="{{{bodyclass|}}}" cellspacing="5" | --><table class="{{{bodyclass|}}}" cellspacing="5" | ||
| − | style="background-color: # | + | style="background-color: #FFFFFF; border: 1px solid #AAAAAA; color: black; font-size: 88%; line-height: 1.5em; |
margin: 0.5em 0 0.5em 1em; padding: 0.2em; text-align: center; width:98%; {{{bodystyle|}}}"><!-- | margin: 0.5em 0 0.5em 1em; padding: 0.2em; text-align: center; width:98%; {{{bodystyle|}}}"><!-- | ||
| Line 29: | Line 29: | ||
display: inline; font-size: 16px; font-variant: small-caps; font-weight: 600; | display: inline; font-size: 16px; font-variant: small-caps; font-weight: 600; | ||
margin: 0 4px; padding: 1.5px 12px;" | margin: 0 4px; padding: 1.5px 12px;" | ||
| − | class=" | + | class="plainlinks"><!-- |
-->[http://www.xkcd.com/{{{number}}}/ <!-- | -->[http://www.xkcd.com/{{{number}}}/ <!-- | ||
--><span style="color: #FFFFFF;">Comic #{{{number}}} {{#if:{{{date|}}}|({{{date}}})}}</span>]<!-- | --><span style="color: #FFFFFF;">Comic #{{{number}}} {{#if:{{{date|}}}|({{{date}}})}}</span>]<!-- | ||
| Line 52: | Line 52: | ||
### Comic title ### | ### Comic title ### | ||
| − | --><tr><td style="font-size: 20px; padding-bottom:10px"><!-- | + | -->{{#if:{{{title|}}}|<tr><td style="font-size: 20px; padding-bottom:10px"><!-- |
| − | -->{{{title}}}<!-- | + | -->'''{{{title}}}'''<!-- |
| − | --></td></tr><!-- | + | --></td></tr>}}<!-- |
| + | |||
| + | ### Text before comic ### | ||
| + | |||
| + | -->{{#if:{{{before|}}}|<tr><td style="padding-bottom:10px"><!-- | ||
| + | -->{{{before}}}<!-- | ||
| + | --></td></tr>}}<!-- | ||
### Comic image and title text ### | ### Comic image and title text ### | ||
| Line 67: | Line 73: | ||
### Add categories to comic based on date field ### | ### Add categories to comic based on date field ### | ||
| + | -->{{DEFAULTSORT: {{padleft:{{{number}}}|4}}}}<!-- (default sorting key for all categories: use zero-padding to make sure #9 comes before #10, etc.) | ||
-->{{#ifeq:{{NAMESPACE}}|{{ns:10}}||<!-- (no categorization on the Template namespace) | -->{{#ifeq:{{NAMESPACE}}|{{ns:10}}||<!-- (no categorization on the Template namespace) | ||
-->{{#ifeq:{{FULLPAGENAME}}|{{int:mainpage}}||<!-- (no categorization when transcluded into the main page) | -->{{#ifeq:{{FULLPAGENAME}}|{{int:mainpage}}||<!-- (no categorization when transcluded into the main page) | ||
| − | -->[[Category:Comics | + | -->[[Category:Comics]]<!-- |
-->{{#if:{{{date|}}}|<!-- | -->{{#if:{{{date|}}}|<!-- | ||
| − | -->[[Category:Comics from {{#time:Y|{{{date}}}}}]]<!-- | + | -->[[Category:Comics from {{#time:Y|{{{date}}}}}]]<!-- (categorize by year) |
| − | -->[[Category:Comics from {{#time:F|{{{date}}}}}]]<!-- | + | -->[[Category:Comics from {{#time:F|{{{date}}}}}]]<!-- (categorize by month) |
| − | -->[[Category:{{#time:l|{{{date}}}}} | + | -->[[Category:{{#time:l|{{{date}}}}} comics]]<!-- (categorize by weekday) |
-->}}<!-- | -->}}<!-- | ||
-->}}<!-- | -->}}<!-- | ||
| Line 88: | Line 95: | ||
{{comic | {{comic | ||
| number = 16 | | number = 16 | ||
| − | | date = | + | | date = October 4, 2005 |
| title = Monty Python -- Enough | | title = Monty Python -- Enough | ||
| image = monty_python.jpg | | 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. | | 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 101: | Line 107: | ||
| date = | | date = | ||
| title = | | title = | ||
| + | | before = | ||
| image = | | image = | ||
| imagesize = | | imagesize = | ||
| Line 110: | Line 117: | ||
* 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 | + | * The imagesize field is optional. |
| + | ** 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. | ||
| + | * '''before''' is a special field for inserting text before the comic. One use is for extremely large comics (e.g. [[Umwelt]]), to skip to the explanation. | ||
The above sample is produced by the following code: | The above sample is produced by the following code: | ||
| Line 116: | Line 127: | ||
<pre>{{comic | <pre>{{comic | ||
| number = 16 | | number = 16 | ||
| − | | date = | + | | date = October 4, 2005 |
| title = Monty Python -- Enough | | title = Monty Python -- Enough | ||
| image = monty_python.jpg | | 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. | | 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> | ||
| + | |||
| + | [[Category:Templates]] | ||
</noinclude> | </noinclude> | ||
Revision as of 17:31, 1 May 2013
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 |
![]() 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 =
| before =
| image =
| imagesize =
| titletext =
}}
Notes
- At least the number, title and image are required.
- The date should be written in the form: January 1, 2006
- The imagesize field is optional.
- 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.
- before is a special field for inserting text before the comic. One use is for extremely large comics (e.g. Umwelt), to skip to the explanation.
The above sample is produced by the following code:
{{comic
| number = 16
| date = October 4, 2005
| 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.
}}

