Difference between revisions of "User:Pixali/comictemplate/"

Explain xkcd: It's 'cause you're dumb.
Jump to: navigation, search
(hopefully the last tweak)
Line 38: Line 38:
 
### Special case modification; if number is undefined ldomain and lappend must be defined to redirect comic link to elsewhere on xkcd.com ###
 
### Special case modification; if number is undefined ldomain and lappend must be defined to redirect comic link to elsewhere on xkcd.com ###
 
         -->[{{#ifeq:{{{number|-1}}}|-1|http://{{{ldomain}}}.xkcd.com/{{{lappend}}}/|http://www.xkcd.com/{{{number}}}/}} <!--
 
         -->[{{#ifeq:{{{number|-1}}}|-1|http://{{{ldomain}}}.xkcd.com/{{{lappend}}}/|http://www.xkcd.com/{{{number}}}/}} <!--
         --><span style="color: #FFFFFF; padding: 0 12px;">Comic&nbsp;{{#ifeq:{{{number|-1}}}|-1|&nbsp;|&#35;}}{{{number|}}}&nbsp;{{#if:{{{date|}}}|({{{date}}})}}</span>]<!--
+
         --><span style="color: #FFFFFF; padding: 0 12px;">Comic&nbsp;{{#ifeq:{{{number|-1}}}|-1||&#35;}}{{{number|}}}&nbsp;{{#if:{{{date|}}}|({{{date}}})}}</span>]<!--
 
       --></li> <!--
 
       --></li> <!--
  

Revision as of 01:56, 4 March 2015

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 an upgraded version that has support for undefined numbers; allowing use with comics that are not present in the main series (for example, Radiation).

Sample

The following is a sample usage of this template: (see talk page?)

Usage

{{comic
| number    = 
| date      = 
| title     = 
| before    =
| image     = 
| custom    = 
| imagesize = 
| titletext = 
| ldomain   = 
| link      = 
}}

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 and ldomain along with link must be defined to keep the link to xkcd.com valid.

The above sample is produced by the following code:

{{User:Pixali/comictemplate/
| number    = 
| date      = October 4, 2005
| title     = Example with different link
| 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.
| ldomain   = www
| link      = radiation
}}