Template:Episode: Difference between revisions

From SGUTranscripts
Jump to navigation Jump to search
m (it works!)
m (i don't think the month and date numbers need to be zero-padded)
Line 9: Line 9:
</div></includeonly><noinclude>
</div></includeonly><noinclude>
=== Description ===
=== Description ===
Include this template at the top of episodes that are incomplete. Use the parameters "MM", "DD", and "YYYY", which represent the broadcast date. It will calculate how "recent" the episode is, and will display the relevant message. The "latest episode" message will be for the episode whose broadcast date is no more than 6 days older than the current date; the "recent episode" message will be for the one whose date is no more than a year older than the current date; all older episodes will just say "This episode...". (So this template is a mashup of the [[Template:LatestEpisode|Latest Episode]], [[Template:RecentEpisode|Recent Episode]], and [[Template:OldEpisode|Old Episode]] templates.)
Include this template at the top of episodes that are incomplete. Use the parameters "M", "D", and "YYYY", which represent the broadcast date. It will calculate how "recent" the episode is, and will display the relevant message. The "latest episode" message will be for the episode whose broadcast date is no more than 6 days older than the current date; the "recent episode" message will be for the one whose date is no more than a year older than the current date; all older episodes will just say "This episode...". (So this template is a mashup of the [[Template:LatestEpisode|Latest Episode]], [[Template:RecentEpisode|Recent Episode]], and [[Template:OldEpisode|Old Episode]] templates.)
<br><br>
<br><br>
Based on the calculation setup, it will generate one of the following message boxes:
Based on the calculation setup, it will generate one of the following message boxes:
Line 24: Line 24:


=== Usage ===
=== Usage ===
<pre>{{Episode|MM|DD|YYYY}}</pre>
<pre>{{Episode|M|D|YYYY}}</pre>
[[Category: Message templates]]
[[Category: Message templates]]
[[Category: Templates]]
[[Category: Templates]]
</noinclude>
</noinclude>

Revision as of 05:26, 13 October 2020

Description

Include this template at the top of episodes that are incomplete. Use the parameters "M", "D", and "YYYY", which represent the broadcast date. It will calculate how "recent" the episode is, and will display the relevant message. The "latest episode" message will be for the episode whose broadcast date is no more than 6 days older than the current date; the "recent episode" message will be for the one whose date is no more than a year older than the current date; all older episodes will just say "This episode...". (So this template is a mashup of the Latest Episode, Recent Episode, and Old Episode templates.)

Based on the calculation setup, it will generate one of the following message boxes:

  Emblem-pen-green.png This is the transcript for the latest episode and it is not yet complete. Please help us complete it!
Add a Transcribing template to the top of this episode before you start so that we don't duplicate your efforts.

or

  Emblem-pen-green.png This is a transcript of a recent episode and it is not finished. Please help us finish it!
Add a Transcribing template to the top of this transcript before you start so that we don't duplicate your efforts.

or

  Emblem-pen-green.png This transcript is not finished. Please help us finish it!
Add a Transcribing template to the top of this transcript before you start so that we don't duplicate your efforts.

Usage

{{Episode|M|D|YYYY}}