Difference between revisions of "Template:comic"

Explain xkcd: It's 'cause you're dumb.
Jump to: navigation, search
(5 intermediate revisions by 2 users not shown)
Line 50: Line 50:
 
            
 
            
 
           Comic number is probably valid, use number link mode
 
           Comic number is probably valid, use number link mode
           -->|http://www.xkcd.com/{{{number}}}/<!--
+
           -->|https://www.xkcd.com/{{{number}}}/<!--
 
            
 
            
 
           Comic number is invalid or doesn't exist, use wide link mode
 
           Comic number is invalid or doesn't exist, use wide link mode
           -->|http://{{{ldomain|www}}}.xkcd.com/{{{lappend}}}/}}<!--
+
           -->|https://{{{ldomain|www}}}.xkcd.com/{{{lappend}}}/}}<!--
 
            
 
            
 
           Generate the title, with date if it exists
 
           Generate the title, with date if it exists
Line 60: Line 60:
 
            
 
            
 
         Now make the next and >| buttons provided comic number exists
 
         Now make the next and >| buttons provided comic number exists
         -->{{#ifexist:{{#expr:{{{number|-1}}}+1}}<!--
+
         -->{{#ifexist:{{#expr:{{{number|-2}}}+1}}<!--
 
          
 
          
 
         Comic number is valid, generate the buttons
 
         Comic number is valid, generate the buttons
Line 67: Line 67:
 
               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 0;"><!--
 
               margin: 0 4px; padding: 1.5px 0;"><!--
         -->[[{{#expr:{{{number}}}+1}}|<span style="color: #FFFFFF; padding: 0 12px;">Next&nbsp;&gt;</span>]]</li><!--
+
         -->[[{{#expr:{{{number}}}+1}}{{!}}<span style="color: #FFFFFF; padding: 0 12px;">Next&nbsp;&gt;</span>]]</li><!--
 
          
 
          
 
         Make a button that points to LATESTCOMIC (which is of course the latest comic)
 
         Make a button that points to LATESTCOMIC (which is of course the latest comic)
Line 74: Line 74:
 
               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 0;"><!--
 
               margin: 0 4px; padding: 1.5px 0;"><!--
               -->[[{{LATESTCOMIC}}|<span style="color: #FFFFFF; padding: 0 12px;">&gt;&#124;</span>]]</li><!--
+
               -->[[{{LATESTCOMIC}}{{!}}<span style="color: #FFFFFF; padding: 0 12px;">&gt;&#124;</span>]]</li><!--
 
          
 
          
 
         Comic number (plus one) is not valid, don't show the buttons
 
         Comic number (plus one) is not valid, don't show the buttons
Line 109: Line 109:
 
     It otherwise sorts 'alphanumerically'; as in since the first char of 10 is 1, it would normally be placed before 9
 
     It otherwise sorts 'alphanumerically'; as in since the first char of 10 is 1, it would normally be placed before 9
 
     The padding turns each into 0009 and 0010 etc. and since 0 is less than 1, #9 gets sorted before #10.
 
     The padding turns each into 0009 and 0010 etc. and since 0 is less than 1, #9 gets sorted before #10.
     -->{{#ifexpr:{{{number|-1}}}>=1|{{DEFAULTSORT:&nbsp;{{padleft:{{{number}}}|4}}}}|<!--
+
     -->{{#ifexpr:{{{number|-1}}}>=1|{{DEFAULTSORT: {{padleft:{{{number}}}|4}}}}|<!--
 
     -->}}<!--
 
     -->}}<!--
 
      
 
      
Line 115: Line 115:
 
   -->{{#ifeq:{{NAMESPACE}}|{{ns:0}}<!--
 
   -->{{#ifeq:{{NAMESPACE}}|{{ns:0}}<!--
 
    
 
    
   Don't try to categorise the main page
+
   Don't try to categorise the main page nor the extra comics
   -->|{{#ifeq:{{FULLPAGENAME}}|{{int:mainpage}}<!--
+
   -->|{{#ifeq:{{FULLPAGENAME}}|{{int:mainpage}}||{{#ifeq:{{{extra|}}}|yes|[[Category:Extra comics]]|<!--
 
    
 
    
 
     Alright, start putting it in the appropriate date categories
 
     Alright, start putting it in the appropriate date categories
     -->||[[Category:Comics]]{{#if:{{{date|}}}|[[Category:Comics from {{#time:Y|{{{date}}}}}]]<!-- Years
+
     -->[[Category:All comics]]{{#if:{{{date|}}}|[[Category:Comics from {{#time:Y|{{{date}}}}}]]<!-- Years
     -->[[Category:Comics from {{#time:F|{{{date}}}}}]]                                       <!-- Months
+
     -->[[Category:Comics from {{#time:F|{{{date}}}}}]]                                           <!-- Months
     -->[[Category:{{#time:l|{{{date}}}}} comics]]                                           <!-- Weekdays
+
     -->[[Category:{{#time:l|{{{date}}}}} comics]]                                               <!-- Weekdays
     -->}}}}|}}<!--
+
     -->}}}}}}|}}<!--
 
--></includeonly><noinclude>
 
--></includeonly><noinclude>
 
<!--    DOCUMENTATION  -->
 
<!--    DOCUMENTATION  -->

Revision as of 17:59, 20 October 2016

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     =
| before    =
| image     =
| custom    =
| imagesize =
| titletext =
| ldomain   =
| lappend   =
}}

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.
  • If the custom field is not empty, the image field will be ignored and be replaced with any text that you put in the custom field.
  • if number is left undefined, most of the navigation bar will be disabled.
    • lappend must be defined as
      ...kd.com/'''lappend'''/
      to keep the link to xkcd.com valid.
    • If the link is to eg. a blog post (blog.xkcd.com) ldomain can be defined as
      blog
      to change the subdomain in the link.

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.
}}