Template:LP Episode Page: Difference between revisions
Created page with ""'''{{{episodeName}}}'''" is the {{{episodeNum}}} episode of Etho's "''Etho Play's Minecraft''" series. {{{leadSummary}}} {{Infobox episode|name={{{episodeName}}}|episode={{{episodeNum}}}|series=Etho Play's Minecraft}} == Summary == <blockquote>{{{youtubeDescription}}}</blockquote> == Plot == {{{plot}}} == Projects Involved == {{{projects}}} == Comment of the Day == <blockquote>{{{commentOfTheDay}}}</blockquote> Category:Episodes Categ..." |
No edit summary |
||
Line 1: | Line 1: | ||
"'''{{{episodeName}}}'''" is the {{{episodeNum}}} episode of Etho's "[[Etho Plays Minecraft|''Etho Play's Minecraft'']]" series. {{{leadSummary}}} | "'''{{{episodeName}}}'''" is the {{{episodeNum}}} episode of Etho's "[[Etho Plays Minecraft|''Etho Play's Minecraft'']]" series. {{{leadSummary}}} | ||
{{Infobox episode|name={{{episodeName}}}|episode={{{episodeNum}}}|series=Etho Play's Minecraft}} | {{Infobox episode|name={{{episodeName}}}|episode={{{episodeNum}}}|series=Etho Play's Minecraft|image={{{thumbnail}}}|season={{{season}}}|duration={{{duration}}}|uploaded={{{date}}}|link={{{link}}}|prev={{{previousEpisode}}}|next={{{nextEpisode}}}}} | ||
== Summary == | == Summary == | ||
Line 52: | Line 52: | ||
"label": "Plot", | "label": "Plot", | ||
"description": "A description of what happens in the episode written in your own words.", | "description": "A description of what happens in the episode written in your own words.", | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
Line 72: | Line 66: | ||
"type": "content", | "type": "content", | ||
"suggested": true | "suggested": true | ||
}, | |||
"leadSummary": { | |||
"label": "Brief summary", | |||
"description": "Used in lead paragraph after the first sentence.", | |||
"example": "In this episode, Etho builds ... and ... .", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"thumbnail": { | |||
"label": "Thumbnail link", | |||
"description": "Link to video thumbnail", | |||
"example": "https://i.ytimg.com/vi/Tn9eQAAD5_Y/maxresdefault.jpg", | |||
"type": "string", | |||
"required": true | |||
} | } | ||
}, | }, |
Revision as of 14:54, 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 |