Template:Infobox episode: Difference between revisions
From EthoWiki
my lovely attempt at last/next episodes |
fix oopsie and add template data |
||
Line 37: | Line 37: | ||
</div> | </div> | ||
</div> | </div> | ||
}} | }} | ||
Line 83: | Line 82: | ||
"description": "The series name", | "description": "The series name", | ||
"example": "Etho Plays Minecraft", | "example": "Etho Plays Minecraft", | ||
"type": "string", | |||
"suggested": true | |||
}, | |||
"next": { | |||
"label": "Next Episode", | |||
"description": "The title of the next episode, if applicable", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"prev": { | |||
"label": "Previous Episode", | |||
"description": "The title of the previous episode, if applicable", | |||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true |
Revision as of 04:41, 26 May 2024
Infobox episode (Episode {{{episode}}}) | |
---|---|
Episode | {{{episode}}} |
Duration | {{{duration}}} |
Infobox for an episode!
Parameter | Description | Type | Status | |
---|---|---|---|---|
Episode Name | name | The name of the episode
| String | required |
Thumbnail | image | The link to a thumbnail of the image.
| URL | suggested |
Season | season | The season of the episode. Can be blank if it's a one off.
| Number | optional |
Episode Number | episode | The number of the episode
| Number | required |
Duration | duration | The duration of the video
| String | required |
Series | series | The series name
| String | suggested |
Next Episode | next | The title of the next episode, if applicable | String | suggested |
Previous Episode | prev | The title of the previous episode, if applicable | String | suggested |