Difference between revisions of "Template:series"

Explain xkcd: It's 'cause you're dumb.
Jump to: navigation, search
Line 12: Line 12:
 
                             -->                             {{#if:{{{5|}}}|[[{{{5|}}}|Next April Fools' Day comic >|                                                     ]]     }}
 
                             -->                             {{#if:{{{5|}}}|[[{{{5|}}}|Next April Fools' Day comic >|                                                     ]]     }}
 
{{!}}}</includeonly><noinclude>This template is used in the [[:Category:April Fools' Day comics|April Fools' Day comics]] such as [[3074: Push Notifications]]. Example:
 
{{!}}}</includeonly><noinclude>This template is used in the [[:Category:April Fools' Day comics|April Fools' Day comics]] such as [[3074: Push Notifications]]. Example:
 +
{{series|April|2|Syndication|April 1, 2007|404: Not Found|April 1, 2008|Hello!}}
  
{{series|April|2|Syndication|April 1, 2007|404: Not Found|April 1, 2008|This is a custom text.}}
+
==Usage==
 
 
 
<pre>
 
<pre>
 
{{series
 
{{series
| 1 = Selects the series. For now, only April Fools' Day comics are supported.
+
| 1 = Selects the series. For now, only "April", which stands for April Fools' Day comics, is supported.
| 2 = No. of this comic in the series above. For example, 4 if it's the fourth comic in the series. Must be a number.
+
| 2 = 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 comic, such as 3074: Push Notifications
+
| 3 = Name of the previous comic in the series, such as "2916: Machine" (optional)
| 4 = Name of the previous comic
+
| 4 = Release date of the previous comic in the series, such as "April 1, 2008" (required if 3 is provided)
| oglink    =
+
| 5 = Name of the next comic in the series, such as "2916: Machine" (optional)
| ogttlabel =
+
| 6 = Release date of the next comic in the series, such as "April 1, 2008" (required if 5 is provided)
| ogtitle  =
+
| 7 = Optional text, such as "Hello!" in the example above
| ogprev    =
 
| ognote    =
 
| ognext    =
 
| before    =
 
| image    =
 
| custom    =
 
| imagesize =
 
| noexpand  =
 
| titletext =
 
| ttstyle  =
 
| bodystyle =
 
| bodyclass =
 
| extra    =
 
| ldomain  =
 
| lappend  =
 
 
}}
 
}}
 
</pre>
 
</pre>
 
[[Category:Templates]]</noinclude>
 
[[Category:Templates]]</noinclude>

Revision as of 16:47, 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 = 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
}}