Template:Infobox episode: Difference between revisions
From EthoWiki
fix oopsie and add template data |
clean up next/prev episodes for now |
||
Line 19: | Line 19: | ||
| data4 = {{{duration}}} | | data4 = {{{duration}}} | ||
| | | label5 = Next | ||
| | | data5 = {{#if: {{{next|}}} | | ||
| | ◀️ [[{{{next}}}]] | ||
}} | |||
| label6 = Prev | |||
{{#if: {{{prev|}}} | | | data6 = {{#if: {{{prev|}}} | | ||
[[{{{prev}}}]] ▶️ | |||
}} | |||
}} | |||
}} | }} |
Revision as of 21:01, 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 |