Template:LP Episode Page: Difference between revisions
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
{{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}}}}} | {{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}}}}} | ||
== | == YouTube Description == | ||
<blockquote>{{{youtubeDescription}}}</blockquote> | <blockquote>{{{youtubeDescription}}}</blockquote> | ||
Line 46: | Line 46: | ||
"label": "YouTube description", | "label": "YouTube description", | ||
"description": "Etho's YouTube description (not including social media links and stuff of that nature)", | "description": "Etho's YouTube description (not including social media links and stuff of that nature)", | ||
"type": " | "type": "content", | ||
"required": true | "required": true | ||
}, | }, | ||
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": " | "type": "content", | ||
"required": true | "required": true | ||
}, | }, | ||
Line 58: | Line 58: | ||
"label": "Comment of the day", | "label": "Comment of the day", | ||
"description": "Comment of the day", | "description": "Comment of the day", | ||
"type": " | "type": "content", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
"projects": { | "projects": { | ||
"label": "Projects", | "label": "Projects", | ||
"description": "List of projects Etho worked on in the episode", | "description": "List of projects Etho worked on in the episode. Begin lines with \"* \"", | ||
"type": "content", | "type": "content", | ||
"suggested": true | "suggested": true, | ||
"example": "* Nexus" | |||
}, | }, | ||
"leadSummary": { | "leadSummary": { | ||
Line 71: | Line 72: | ||
"description": "Used in lead paragraph after the first sentence.", | "description": "Used in lead paragraph after the first sentence.", | ||
"example": "In this episode, Etho builds ... and ... .", | "example": "In this episode, Etho builds ... and ... .", | ||
"type": " | "type": "content", | ||
"required": true | "required": true | ||
}, | }, | ||
Line 123: | Line 124: | ||
} | } | ||
}, | }, | ||
"description": "Used for creating Etho LP episode pages." | "description": "Used for creating Etho LP episode pages.", | ||
"paramOrder": [ | |||
"episodeName", | |||
"episodeNum", | |||
"season", | |||
"year", | |||
"date", | |||
"duration", | |||
"link", | |||
"thumbnail", | |||
"youtubeDescription", | |||
"plot", | |||
"commentOfTheDay", | |||
"projects", | |||
"leadSummary", | |||
"previousEpisode", | |||
"nextEpisode" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Revision as of 15:21, 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}}}
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 |
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 |