Template:LP Episode Page: Difference between revisions

From EthoWiki
Thern (talk | contribs)
No edit summary
Thern (talk | contribs)
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}}}
SeriesEtho 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.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Name of episodeepisodeName

The shortened name of the episode (just the part after the episode number and colon - not "Etho Plays Minecraft" part)

Example
It Begins!
Stringrequired
Yearyear

The year the video was uploaded

Example
2024
Stringrequired
Episode numberepisodeNum

Episode number

Example
549
Stringrequired
YouTube descriptionyoutubeDescription

Etho's YouTube description (not including social media links and stuff of that nature)

Stringrequired
Plotplot

A description of what happens in the episode written in your own words.

Stringrequired
Comment of the daycommentOfTheDay

Comment of the day

Stringsuggested
Projectsprojects

List of projects Etho worked on in the episode

Contentsuggested
Brief summaryleadSummary

Used in lead paragraph after the first sentence.

Example
In this episode, Etho builds ... and ... .
Stringrequired
Thumbnail linkthumbnail

Link to video thumbnail

Example
https://i.ytimg.com/vi/Tn9eQAAD5_Y/maxresdefault.jpg
Stringrequired
Seasonseason

The season of the series

Example
2
Unknownsuggested
Durationduration

Length of the video

Example
25:32
Stringrequired
Datedate

The date the video was uploaded

Example
2024-04-23
Stringrequired
Linklink

The URL of the video

Example
https://www.youtube.com/watch?v=Tn9eQAAD5_Y
Stringrequired
Previous episodepreviousEpisode

Name of previous episode

Example
Splash Auto Farmer
Stringsuggested
Next episodenextEpisode

Name of next episode

Example
Fun, Exciting, & Dangerous
Stringsuggested