Template:LP Episode Page: Difference between revisions
No edit summary |
Add external link and fix categories |
||
Line 4: | Line 4: | ||
== YouTube Description == | == YouTube Description == | ||
<blockquote>{{{youtubeDescription}}}</blockquote> | <blockquote>{{{youtubeDescription}}}</blockquote> | ||
== | == Synopsis == | ||
{{{plot}}} | {{{plot}}} | ||
== Projects Involved == | == Projects Involved == | ||
{{{projects}}} | {{{projects}}} | ||
== Comment of the Day == | == Comment of the Day == | ||
<blockquote>{{{commentOfTheDay}}}</blockquote> | <blockquote>{{{commentOfTheDay}}}</blockquote> | ||
== External Links | |||
[{{{link}}} Etho Plays Minecraft - Episode {{{episodeNum}}}: {{{episodeName}}} on YouTube] | |||
[[Category:Episodes]] | [[Category:Episodes]] | ||
[[Category:{{{year}}} episodes]] | |||
[[Category:Etho Plays Minecraft episodes]] | |||
[[Category:Episodes where only Etho is present]] | [[Category:Episodes where only Etho is present]] | ||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> |
Revision as of 20:28, 13 June 2024
"{{{episodeName}}}" is the {{{episodeNum}}} episode of Etho's "Etho Play's Minecraft" series. {{{leadSummary}}}
{{{episodeName}}} (Episode {{{episodeNum}}}) | |
---|---|
{{{thumbnail}}} | |
Series | Etho Play's Minecraft |
Season | {{{season}}} |
Episode | {{{episodeNum}}} |
Uploaded | {{{date}}} |
Duration | {{{duration}}} |
Watch | [{{{link}}} on YouTube] |
Previous Ep | ◀️ [[{{{previousEpisode}}}]] |
Next Ep | [[{{{nextEpisode}}}]] ▶️ |
YouTube Description
{{{youtubeDescription}}}
Synopsis
{{{plot}}}
Projects Involved
{{{projects}}}
Comment of the Day
{{{commentOfTheDay}}}
== External Links [{{{link}}} Etho Plays Minecraft - Episode {{{episodeNum}}}: {{{episodeName}}} on YouTube] [[Category:{{{year}}} episodes]]
Used for creating Etho LP episode pages.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name of episode | episodeName | The shortened name of the episode (just the part after the episode number and colon - not "Etho Plays Minecraft" part)
| String | required |
Episode number | episodeNum | Episode number
| String | required |
Season | season | The season of the series
| Unknown | suggested |
Year | year | The year the video was uploaded
| String | required |
Date | date | The date the video was uploaded
| String | required |
Duration | duration | Length of the video
| String | required |
Link | link | The URL of the video
| String | required |
Thumbnail link | thumbnail | Link to video thumbnail
| String | required |
YouTube description | youtubeDescription | Etho's YouTube description (not including social media links and stuff of that nature) | Content | required |
Plot | plot | A description of what happens in the episode written in your own words. | Content | required |
Comment of the day | commentOfTheDay | Comment of the day | Content | suggested |
Projects | projects | List of projects Etho worked on in the episode. Begin lines with "* "
| Content | suggested |
Brief summary | leadSummary | Used in lead paragraph after the first sentence.
| Content | required |
Previous episode | previousEpisode | Name of previous episode
| String | suggested |
Next episode | nextEpisode | Name of next episode
| String | suggested |