Template:Infobox episode: Difference between revisions
From EthoWiki
clean up next/prev episodes for now |
fix the buttons lol |
||
Line 7: | Line 7: | ||
| data1 = | | data1 = | ||
{{#if: {{{series|}}} | | {{#if: {{{series|}}} | | ||
[[{{{series}}}]] | ''[[{{{series}}}]]'' | ||
}} | }} | ||
Line 19: | Line 19: | ||
| data4 = {{{duration}}} | | data4 = {{{duration}}} | ||
| label5 = Next | | label5 = Next Ep | ||
| data5 = {{#if: {{{next|}}} | | | data5 = {{#if: {{{next|}}} | | ||
[[{{{next}}}]] ▶️ | |||
}} | }} | ||
| label6 = | | label6 = Previous Ep | ||
| data6 = {{#if: {{{prev|}}} | | | data6 = {{#if: {{{prev|}}} | | ||
[[{{{prev}}}]] | ◀️ [[{{{prev}}}]] | ||
}} | }} | ||
}} | }} |
Revision as of 21:04, 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 |