Difference between revisions of "Template:sandbox"

Explain xkcd: It's 'cause you're dumb.
Jump to: navigation, search
(Created page with "<includeonly><!-- --><metadesc>Explain xkcd is a wiki dedicated to explaining the webcomic xkcd. Go figure.</metadesc><!-- --><table class="{{{bodyclass|}}}" cellspacing="5" ...")
 
 
(33 intermediate revisions by 14 users not shown)
Line 67: Line 67:
 
   -->{{#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><!--
 
+
 
 
   ### Transcript ###
 
   ### Transcript ###
  
  --><tr><td><!--
+
-->{{{transcript}}}<!--
 
   -->{{#if: {{{transcript|}}} |<!--
 
   -->{{#if: {{{transcript|}}} |<!--
     -->=== Transcript ===<!--
+
     --><tr><td style="font-size: 50px; padding-bottom:3px; padding-top:10px">Transcript<!--
 
     --><div class="mw-collapsible mw-collapsed"><!--
 
     --><div class="mw-collapsible mw-collapsed"><!--
 
       -->{{{transcript|}}}<!--
 
       -->{{{transcript|}}}<!--
 
     --></div><!--
 
     --></div><!--
     -->|}}<!--
+
     --></td></tr>}}<!--
  --></td></tr><!--
 
  
 
   --></table><!--
 
   --></table><!--
Line 98: Line 97:
  
 
--></includeonly><noinclude>
 
--></includeonly><noinclude>
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 <span style="background:#0064de;font-size:12px;padding:4px 12px;border-radius:8px;">[[xkcd|<span style="color:#f0faff;">xkcd</span>]]</span> 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
+
{{sandbox
 
| number    = 16
 
| number    = 16
 
| date      = October 4, 2005
 
| date      = October 4, 2005
Line 109: Line 108:
 
| 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.
| transcript= PENISES
+
| transcript= 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.
 
}}
 
}}
  

Latest revision as of 22:59, 25 May 2023

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[edit]

The following is a sample usage of this template:

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.
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.
Transcript
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[edit]

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

Notes[edit]

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

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