Difference between revisions of "Template:comic"

Explain xkcd: It's 'cause you're dumb.
Jump to: navigation, search
(absolutely no content change, only indentation (using XML comments) and comments, for readability)
(removed useless things; removed error message about alttext (not used any more); use dynamic fields instead or their current values ("Template" & "Main Page"); parameters "number", "title" and "image" considered mandatory; cosmetic changes)
Line 3: Line 3:
 
           style="background-color: #F9F9F9; border: 1px solid #AAAAAA; color: black; font-size: 88%; line-height: 1.5em;
 
           style="background-color: #F9F9F9; 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|}}}"><!--
 +
 
   ### Navigation bar (previous, next...) ###
 
   ### Navigation bar (previous, next...) ###
 +
 
   --><tr><td><!--
 
   --><tr><td><!--
 
     --><ul style="text-align: center; margin-bottom: 10px;" class="no-link-underline"><!--
 
     --><ul style="text-align: center; margin-bottom: 10px;" class="no-link-underline"><!--
 +
 
       ### If there is an article for the comic prior to this one, create a "prev" ###
 
       ### If there is an article for the comic prior to this one, create a "prev" ###
  
       -->{{#ifexist:{{#expr:{{{number|}}} - 1}}<!--
+
       -->{{#ifexist:{{#expr:{{{number}}} - 1}}<!--
 
       -->|<li style="background-color: #6E7B91;
 
       -->|<li style="background-color: #6E7B91;
 
                       border: 1.5px solid #333333; border-radius: 3px 3px 3px 3px; box-shadow: 0 0 5px 0 gray;
 
                       border: 1.5px solid #333333; border-radius: 3px 3px 3px 3px; box-shadow: 0 0 5px 0 gray;
 
                       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;"><!--
           -->[[{{#expr:{{{number|}}} - 1}}|<span style="color: #FFFFFF;">&lt; Prev</span>]]<!--
+
           -->[[{{#expr:{{{number}}} - 1}}|<span style="color: #FFFFFF;">&lt; Prev</span>]]<!--
 
         --></li><!--
 
         --></li><!--
       -->|<li style="border: 1.5px ; border-radius: 3px 3px 3px 3px; box-shadow: 0;
+
       -->|<li style="display: inline; font-size: 16px; margin: 0 4px; padding: 1.5px 12px;"><!--
                      display: inline; font-size: 16px; font-variant: small-caps; font-weight: 600;
+
           -->&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<!--
                      margin: 0 4px; padding: 1.5px 12px;"><!--
 
           --><span style="color: #FFFFFF;"><!--
 
            -->&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<!--
 
          --></span><!--
 
 
         --></li><!--
 
         --></li><!--
 
       -->}}<!--
 
       -->}}<!--
Line 32: Line 31:
 
             class="no-xkcd-favicon"><!--
 
             class="no-xkcd-favicon"><!--
 
         -->[http://www.xkcd.com/{{{number}}}/ <!--
 
         -->[http://www.xkcd.com/{{{number}}}/ <!--
         --><span style="color: #FFFFFF;">Comic &#35;{{{number}}} {{#if:{{{date|}}}|({{{date|}}})}}</span>]<!--
+
         --><span style="color: #FFFFFF;">Comic &#35;{{{number}}} {{#if:{{{date|}}}|({{{date}}})}}</span>]<!--
 
       --></li><!--
 
       --></li><!--
  
 
       ### If there is an article for the comic following this one, create a "next" ###
 
       ### If there is an article for the comic following this one, create a "next" ###
  
       -->{{#ifexist:{{#expr:{{{number|}}} + 1}}<!--
+
       -->{{#ifexist:{{#expr:{{{number}}} + 1}}<!--
 
       -->|<li style="background-color: #6E7B91;
 
       -->|<li style="background-color: #6E7B91;
 
                       border: 1.5px solid #333333; border-radius: 3px 3px 3px 3px; box-shadow: 0 0 5px 0 gray;
 
                       border: 1.5px solid #333333; border-radius: 3px 3px 3px 3px; box-shadow: 0 0 5px 0 gray;
 
                       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;"><!--
           -->[[{{#expr:{{{number|}}} + 1}}|<span style="color: #FFFFFF;">Next &gt;</span>]]<!--
+
           -->[[{{#expr:{{{number}}} + 1}}|<span style="color: #FFFFFF;">Next &gt;</span>]]<!--
 
         --></li><!--
 
         --></li><!--
       -->|<li style="border: 1.5px ; border-radius: 3px 3px 3px 3px; box-shadow: 0;
+
       -->|<li style="display: inline; font-size: 16px; margin: 0 4px; padding: 1.5px 12px;"><!--
                      display: inline; font-size: 16px; font-variant: small-caps; font-weight: 600;
+
           -->&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<!--
                      margin: 0 4px; padding: 1.5px 12px;"><!--
 
           --><span style="color: #FFFFFF;"><!--
 
            -->&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<!--
 
          --></span><!--
 
 
         --></li><!--
 
         --></li><!--
 
       -->}}<!--
 
       -->}}<!--
Line 56: Line 51:
  
 
   ### Comic title ###
 
   ### Comic title ###
   --><tr><td><!--
+
 
     -->{{#if:{{{title|}}}|<span style="font-size:20px">'''{{{title|}}}'''</span>}}<!--
+
   --><tr><td style="font-size: 20px;"><!--
 +
     -->'''{{{title}}}'''<!--
 
   --></td></tr><!--
 
   --></td></tr><!--
  
Line 63: Line 59:
  
 
   --><tr><td><!--
 
   --><tr><td><!--
    -->{{#if:{{{image|}}}<!--
+
  -->[[File:{{{image}}}|{{{imagesize|}}}|{{{titletext|}}}]]<!--
    -->|[[File:{{{image|}}}{{!}}{{{titletext|}}}{{#if:{{{imagesize|}}}|{{!}}{{{imagesize|}}}}}]]<!--
+
  -->{{#if:{{{imagesize|}}}|<br />[Click comic to enlarge]}}<!--
      -->{{#if:{{{titletext|}}}<!--
+
  -->{{#if:{{{titletext|}}}|<br /><span style="{{{captionstyle|}}}"><span style="color:grey">Title-text:</span> {{{titletext}}}</span>}}<!--
      -->|{{#if:{{{imagesize|}}}|<br />[Click comic to enlarge]}}<!--
 
        --><br /><span style="{{{captionstyle|}}}"><span style="color:grey">Title-text:</span> {{{titletext|}}}</span><!--
 
      -->}}<!--
 
    -->}}<!--
 
 
   --></td></tr><!--
 
   --></td></tr><!--
 
--></table><!--
 
--></table><!--
Line 75: Line 67:
 
   ### Add categories to comic based on date field ###
 
   ### Add categories to comic based on date field ###
  
-->{{#ifeq:{{NAMESPACE}}|Template||<!--
+
-->{{#ifeq:{{NAMESPACE}}|{{ns:10}}||<!-- (no categorization on the Template namespace)
   -->{{#ifeq:{{PAGENAME}}|Main Page||<!--
+
   -->{{#ifeq:{{FULLPAGENAME}}|{{int:mainpage}}||<!-- (no categorization when transcluded into the main page)
     -->[[Category:Comics{{!}}{{{number|(missing parameter 1)}}}]]<!--
+
     -->[[Category:Comics|{{Num4|{{{number}}}}}]]<!--
 
     -->{{#if:{{{date|}}}|<!--
 
     -->{{#if:{{{date|}}}|<!--
       -->[[Category:Comics from {{#time:Y|{{{date|(missing parameter 2)}}}}}]]<!--
+
       -->[[Category:Comics from {{#time:Y|{{{date}}}}}]]<!--
       -->[[Category:Comics from {{#time:F|{{{date|}}}}}]]<!--
+
       -->[[Category:Comics from {{#time:F|{{{date}}}}}]]<!--
      -->[[Category:Comics|{{Num4|{{{number|}}}}}]]<!--
+
       -->[[Category:{{#time:l|{{{date}}}}} Comics]]<!--
       -->[[Category:{{#time:l|{{{date|}}}}} Comics]]<!--
 
 
     -->}}<!--
 
     -->}}<!--
 
   -->}}<!--
 
   -->}}<!--
 
-->}}<!--
 
-->}}<!--
 
  ### Error message about the alttext parameter ###
 
 
-->{{#if:{{{alttext|}}}|<span class="error">'''Error:''' The alttext= parameter to the {{tl|comic}} template was deprecated. Please edit this page and replace alttext= with titletext=.</span>}}<!--
 
  
 
   ### DOCUMENTATION ###
 
   ### DOCUMENTATION ###
Line 96: Line 83:
 
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.
 
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==
+
== Sample ==
 +
 
 
The following is a sample usage of this template:
 
The following is a sample usage of this template:
 
{{comic
 
{{comic
Line 106: Line 94:
 
| 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.
 
}}
 
}}
{{NAMESPACE}}
+
 
==Usage==
+
== Usage ==
 +
 
 
<pre>{{comic
 
<pre>{{comic
 
| number    =  
 
| number    =  
Line 117: Line 106:
 
}}</pre>
 
}}</pre>
  
===Notes===
+
=== Notes ===
 +
 
 +
* 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 larger dimension (height or width) will be limited to the set size. Warning: If the size is larger than the image, the image will be stretched. Format must be in pixels (eg: "350px")
 
* The imagesize field is optional for larger comics. The comic's larger dimension (height or width) will be limited to the set size. Warning: If the size is larger than the image, the image will be stretched. Format must be in pixels (eg: "350px")
  
 
The above sample is produced by the following code:
 
The above sample is produced by the following code:
[
+
 
 
<pre>{{comic
 
<pre>{{comic
 
| number    = 16
 
| number    = 16

Revision as of 15:06, 9 August 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.
[Click comic to enlarge]
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     = 
| 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 for larger comics. The comic's larger dimension (height or width) will be limited to the set size. Warning: If the size is larger than the image, the image will be stretched. Format must be in pixels (eg: "350px")

The above sample is produced by the following code:

{{comic
| number    = 16
| date      = January 1, 2006
| title     = Monty Python -- Enough
| 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.
}}