Template:LP Episode Page: Difference between revisions
No edit summary |
No edit summary |
||
Line 80: | Line 80: | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
}, | |||
"season": { | |||
"label": "Season", | |||
"description": "The season of the series", | |||
"example": "2", | |||
"suggested": true | |||
}, | |||
"duration": { | |||
"label": "Duration", | |||
"description": "Length of the video", | |||
"example": "25:32", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"date": { | |||
"label": "Date", | |||
"description": "The date the video was uploaded", | |||
"example": "2024-04-23", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"link": { | |||
"label": "Link", | |||
"description": "The URL of the video", | |||
"example": "https://www.youtube.com/watch?v=Tn9eQAAD5_Y", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"previousEpisode": { | |||
"label": "Previous episode", | |||
"description": "Name of previous episode", | |||
"example": "Splash Auto Farmer", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"nextEpisode": { | |||
"label": "Next episode", | |||
"description": "Name of next episode", | |||
"example": "Fun, Exciting, & Dangerous", | |||
"type": "string", | |||
"suggested": true | |||
} | } | ||
}, | }, |
Revision as of 15:00, 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}}}]] ▶️ |
Summary
{{{youtubeDescription}}}
Plot
{{{plot}}}
Projects Involved
{{{projects}}}
Comment of the Day
{{{commentOfTheDay}}}
[[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 |
Year | year | The year the video was uploaded
| String | required |
Episode number | episodeNum | Episode number
| String | required |
YouTube description | youtubeDescription | Etho's YouTube description (not including social media links and stuff of that nature) | String | required |
Plot | plot | A description of what happens in the episode written in your own words. | String | required |
Comment of the day | commentOfTheDay | Comment of the day | String | suggested |
Projects | projects | List of projects Etho worked on in the episode | Content | suggested |
Brief summary | leadSummary | Used in lead paragraph after the first sentence.
| String | required |
Thumbnail link | thumbnail | Link to video thumbnail
| String | required |
Season | season | The season of the series
| Unknown | suggested |
Duration | duration | Length of the video
| String | required |
Date | date | The date the video was uploaded
| String | required |
Link | link | The URL of the video
| String | required |
Previous episode | previousEpisode | Name of previous episode
| String | suggested |
Next episode | nextEpisode | Name of next episode
| String | suggested |