Difference between revisions of "Template:series"

Explain xkcd: It's 'cause you're dumb.
Jump to: navigation, search
Line 6: Line 6:
  
 
  - Previous/next --> The {{#if:{{{6|}}}|previous one is [[{{{6}}}]], which was released on {{{7}}}{{#if:{{{8|}}}|, and the|.}}|}} {{#if:{{{8|}}}| next one is [[{{{8}}}]], which was released on {{{9}}}.}}|}} {{#if:{{{10|}}}|{{{10}}} }} You can view all the [[April Fools' Day comics]] here.
 
  - Previous/next --> The {{#if:{{{6|}}}|previous one is [[{{{6}}}]], which was released on {{{7}}}{{#if:{{{8|}}}|, and the|.}}|}} {{#if:{{{8|}}}| next one is [[{{{8}}}]], which was released on {{{9}}}.}}|}} {{#if:{{{10|}}}|{{{10}}} }} You can view all the [[April Fools' Day comics]] here.
βˆ’
{{!}}
+
{{!}}-
 
! {{#if:{{{6|}}}|[[{{{6|}}}|< Previous April Fools' Day comic]]|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}}<!--
 
! {{#if:{{{6|}}}|[[{{{6|}}}|< Previous April Fools' Day comic]]|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}}<!--
 
                             -->&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<!--
 
                             -->&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<!--

Revision as of 17:24, 11 May 2025

This template is used in the April Fools' Day comics such as 3074: Push Notifications. Example: }


} }

Usage

{{series
| 1 = Selects the series. For now, only "April", which stands for April Fools' Day comics, is supported.
| 2 = Release date of this comic in the series, such as "April 1, 2008" (optional)
| 5 = Number of this comic in the series above. For example, "4" if it's the fourth comic in the series. Must be a number.
| 3 = Name of the previous comic in the series, such as "2916: Machine" (optional)
| 4 = Release date of the previous comic in the series, such as "April 1, 2008" (required if 3 is provided)
| 5 = Name of the next comic in the series, such as "2916: Machine" (optional)
| 6 = Release date of the next comic in the series, such as "April 1, 2008" (required if 5 is provided)
| 7 = Optional text, such as "Hello!" in the example above
}}