Imperialhare (talk | contribs) (don't make episode number required) Tag: 2017 source edit |
Imperialhare (talk | contribs) No edit summary Tag: 2017 source edit |
||
Line 1: | Line 1: | ||
=== Empty template === | |||
<pre> | |||
{{Infobox episode | |||
| color_theme = | |||
| episode_number = | |||
| title = | |||
| live_date = | |||
| patreon_date = | |||
| release_date = | |||
| length = | |||
| content_warnings = | |||
| cast = | |||
| game = | |||
| score = | |||
| previous_episode = | |||
| next_episode = | |||
| previous_arc = | |||
| next_arc = | |||
| episode_page = | |||
| patreon_page = | |||
| transcript = | |||
| transcript_text = | |||
}} | |||
</pre> | |||
{{Infobox episode | === Usage Example === | ||
{{Infobox episode | |||
| color_theme = pzn | | color_theme = pzn | ||
| episode_number = 03 | | episode_number = 03 | ||
Line 23: | Line 48: | ||
<pre> | <pre> | ||
{{Infobox episode | {{Infobox episode | ||
| color_theme = pzn | | color_theme = pzn | ||
| episode_number = 03 | | episode_number = 03 | ||
Line 46: | Line 71: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | |||
"color_theme": { | |||
"label": "Color Theme", | |||
"description": "Name of color theme. See [[Fatt Wiki:Getting Started]] for valid names.", | |||
"default": "Default theme gold", | |||
"example": "bluff", | |||
"required": false, | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"title": { | |||
"label": "Title", | |||
"description": "Title at the top of the infobox", | |||
"default": "Uses the page title", | |||
"required": true, | |||
"type": "content" | |||
}, | |||
"image": { | |||
"label": "Image", | |||
"description": "Image", | |||
"required": false, | |||
"type": "wiki-file-name" | |||
}, | |||
"caption": { | |||
"label": "Caption", | |||
"description": "Image caption", | |||
"required": false, | |||
"type": "content" | |||
}, | |||
"episode_number": { | |||
"label": "Episode Number", | |||
"description": "Episode number", | |||
"example": "1", | |||
"required": false, | |||
"type": "content" | |||
}, | |||
"live_date": { | |||
"label": "Live Date", | |||
"description": "Livestream/Live show date for Live at the Table and other live episodes.", | |||
"required": false, | |||
"type": "content" | |||
}, | |||
"patreon_date": { | |||
"label": "Patreon Date", | |||
"description": "Date of episode on the Patreon podcast feed, if different from Live Date.", | |||
"required": false, | |||
"type": "content" | |||
}, | |||
"release_date": { | |||
"label": "Release Date", | |||
"description": "Date of episode on public podcast feed.", | |||
"required": false, | |||
"type": "content" | |||
}, | |||
"length": { | |||
"label": "Length", | |||
"description": "Length of episode.", | |||
"required": false, | |||
"type": "content" | |||
}, | |||
"content_warnings": { | |||
"label": "Content Warnings", | |||
"description": "Content warnings for this episode.", | |||
"required": false, | |||
"type": "content" | |||
}, | |||
"cast": { | |||
"label": "Cast", | |||
"description": "Cast members on this episode.", | |||
"required": false, | |||
"type": "content" | |||
}, | |||
"game": { | |||
"label": "Game", | |||
"description": "Game played on this episode.", | |||
"required": false, | |||
"type": "content" | |||
}, | |||
"score": { | |||
"label": "Score", | |||
"description": "Songs used in this episode.", | |||
"required": false, | |||
"type": "content" | |||
}, | |||
"previous_episode": { | |||
"label": "Previous episode", | |||
"description": "Link to the previous episode.", | |||
"default": "Header always appears, but can be blank for the first episode of a season.", | |||
"required": true, | |||
"type": "content" | |||
}, | |||
"next_episode": { | |||
"label": "Next", | |||
"description": "Link to the next episode.", | |||
"default": "Header always appears, but can be blank for the last episode of a season.", | |||
"required": true, | |||
"type": "content" | |||
}, | |||
"previous_arc": { | |||
"label": "Previous Arc", | |||
"description": "Link to the page for the previous arc, where relevant.", | |||
"required": false, | |||
"type": "content" | |||
}, | |||
"next_arc": { | |||
"label": "Next Arc", | |||
"description": "Link to the page for the next arc, where relevant.", | |||
"required": false, | |||
"type": "content" | |||
}, | |||
"episode_page": { | |||
"label": "Episode Page", | |||
"description": "Link to the episode's page on friendsatthetable.net", | |||
"required": false, | |||
"type": "url" | |||
}, | |||
"patreon_page": { | |||
"label": "Patreon Page", | |||
"description": "Link to the episode's page on the Friends at the Table Patreon if it was released there first.", | |||
"required": false, | |||
"type": "url" | |||
}, | |||
"transcript": { | |||
"label": "Transcript", | |||
"description": "Link to the episode's transcript.", | |||
"required": true, | |||
"type": "url" | |||
}, | |||
"transcript_text": { | |||
"label": "Transcript (text)", | |||
"description": "If you want to put something in the transcript field that isn't a link, use this field.", | |||
"example": "See Patreon", | |||
"type": "content" | |||
} | |||
} | |||
} | } | ||
</templatedata> | </templatedata> |
Revision as of 14:35, 15 October 2022
Empty template
{{Infobox episode | color_theme = | episode_number = | title = | live_date = | patreon_date = | release_date = | length = | content_warnings = | cast = | game = | score = | previous_episode = | next_episode = | previous_arc = | next_arc = | episode_page = | patreon_page = | transcript = | transcript_text = }}
Usage Example
{{Infobox episode | color_theme = pzn | episode_number = 03 | title = Armour Astir Pt. 1 | live_date = February 1, 2019 | patreon_date = February 4, 2019 | release_date = October 18, 2019 | length = 2:56:38 | content_warnings = Example | cast = [[Austin Walker]]<br>[[Sylvia Clare]]<br>[[Art Martinez-Tebbel]]<br>[[Andrew Lee Swan]]<br>[[Janine Hawkins]] | game = [[Armour Astir]] | score = [[Live At The Table: Friends At The Table Soundtrack | HOURGLASS. SUNRISE. CRYSTALLINE.]] | previous_episode = [[The Road to PARTIZAN 02: Dialect Pt. 2]] | next_episode = [[The Road to PARTIZAN 04: Armour Astir Pt. 2]] | previous_arc = The Road to PARTIZAN: Dialect | next_arc = The Road to PARTIZAN: Ech0 & Dusk to Midnight | episode_page = https://friendsatthetable.net/the-road-to-partizan-03-armour-astir-pt-1 | patreon_page = https://www.patreon.com/posts/live-at-table-pt-24452525 | transcript = https://docs.google.com/document/d/18B3_cCnyt4kQIcCAO4R5aBGYzTjPpq1Poe5FB0CLZeo }}
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Color Theme | color_theme | Name of color theme. See [[Fatt Wiki:Getting Started]] for valid names.
| String | suggested |
Title | title | Title at the top of the infobox
| Content | required |
Image | image | Image | File | optional |
Caption | caption | Image caption | Content | optional |
Episode Number | episode_number | Episode number
| Content | optional |
Live Date | live_date | Livestream/Live show date for Live at the Table and other live episodes. | Content | optional |
Patreon Date | patreon_date | Date of episode on the Patreon podcast feed, if different from Live Date. | Content | optional |
Release Date | release_date | Date of episode on public podcast feed. | Content | optional |
Length | length | Length of episode. | Content | optional |
Content Warnings | content_warnings | Content warnings for this episode. | Content | optional |
Cast | cast | Cast members on this episode. | Content | optional |
Game | game | Game played on this episode. | Content | optional |
Score | score | Songs used in this episode. | Content | optional |
Previous episode | previous_episode | Link to the previous episode.
| Content | required |
Next | next_episode | Link to the next episode.
| Content | required |
Previous Arc | previous_arc | Link to the page for the previous arc, where relevant. | Content | optional |
Next Arc | next_arc | Link to the page for the next arc, where relevant. | Content | optional |
Episode Page | episode_page | Link to the episode's page on friendsatthetable.net | URL | optional |
Patreon Page | patreon_page | Link to the episode's page on the Friends at the Table Patreon if it was released there first. | URL | optional |
Transcript | transcript | Link to the episode's transcript. | URL | required |
Transcript (text) | transcript_text | If you want to put something in the transcript field that isn't a link, use this field.
| Content | optional |