Imperialhare (talk | contribs) (update documentation from draft) Tag: 2017 source edit |
Rigormorphis (talk | contribs) (updating example) Tag: 2017 source edit |
||
(8 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
Usage Example | === 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 = | |||
| livestream_page = | |||
| livestream_link_text = | |||
| patreon_page = | |||
| transcript = | |||
| transcript_text = | |||
}} | |||
</pre> | |||
=== Usage Example === | |||
{{Infobox episode | {{Infobox episode | ||
| color_theme = pzn | | color_theme = pzn | ||
| episode_number = 03 | | episode_number = 03 | ||
Line 7: | Line 34: | ||
| live_date = February 1, 2019 | | live_date = February 1, 2019 | ||
| patreon_date = February 4, 2019 | | patreon_date = February 4, 2019 | ||
| release_date = October | | release_date = October 19, 2019 | ||
| length = 2: | | length = {{Duration|2:12:10}} | ||
| content_warnings = Example | | content_warnings = Example | ||
| cast = [[Austin]], [[Janine]], [[Dre]], [[Sylvia]], [[Art]] | |||
| cast = [[Austin | | game = ''[[Armour Astir: Advent]]'' | ||
| game = [[Armour Astir]] | | score = [[Live At The Table: Friends At The Table Soundtrack|HOURGLASS. SUNRISE. CRYSTALLINE.]] | ||
| score = [[Live At The Table: Friends At The Table Soundtrack | HOURGLASS. SUNRISE. CRYSTALLINE.]] | | previous_episode = [[Dialect Pt. 2]] | ||
| previous_episode = [[ | | next_episode = [[Armour Astir Pt. 2]] | ||
| next_episode = [[ | | previous_arc = [[Dialect (arc)|Dialect]] | ||
| previous_arc = | | next_arc = [[Ech0 & Dusk to Midnight]] | ||
| next_arc = | |||
| episode_page = https://friendsatthetable.net/the-road-to-partizan-03-armour-astir-pt-1 | | episode_page = https://friendsatthetable.net/the-road-to-partizan-03-armour-astir-pt-1 | ||
| livestream_page = https://www.patreon.com/posts/live-at-table-24399134 | |||
| livestream_link_text = Patreon | |||
| patreon_page = https://www.patreon.com/posts/live-at-table-pt-24452525 | | patreon_page = https://www.patreon.com/posts/live-at-table-pt-24452525 | ||
| transcript = https://docs.google.com/document/d/18B3_cCnyt4kQIcCAO4R5aBGYzTjPpq1Poe5FB0CLZeo | | transcript = https://docs.google.com/document/d/18B3_cCnyt4kQIcCAO4R5aBGYzTjPpq1Poe5FB0CLZeo | ||
Line 24: | Line 52: | ||
<pre> | <pre> | ||
{{Infobox episode | {{Infobox episode | ||
| color_theme = pzn | | color_theme = pzn | ||
| episode_number = 03 | | episode_number = 03 | ||
Line 30: | Line 58: | ||
| live_date = February 1, 2019 | | live_date = February 1, 2019 | ||
| patreon_date = February 4, 2019 | | patreon_date = February 4, 2019 | ||
| release_date = October | | release_date = October 19, 2019 | ||
| length = 2: | | length = {{Duration|2:12:10}} | ||
| content_warnings = Example | | content_warnings = Example | ||
| cast = [[Austin]], [[Janine]], [[Dre]], [[Sylvia]], [[Art]] | |||
| cast = [[Austin | | game = ''[[Armour Astir: Advent]]'' | ||
| game = [[Armour Astir]] | | score = [[Live At The Table: Friends At The Table Soundtrack|HOURGLASS. SUNRISE. CRYSTALLINE.]] | ||
| score = [[Live At The Table: Friends At The Table Soundtrack | HOURGLASS. SUNRISE. CRYSTALLINE.]] | | previous_episode = [[Dialect Pt. 2]] | ||
| previous_episode = [[ | | next_episode = [[Armour Astir Pt. 2]] | ||
| next_episode = [[ | | previous_arc = [[Dialect (arc)|Dialect]] | ||
| previous_arc = | | next_arc = [[Ech0 & Dusk to Midnight]] | ||
| next_arc = | |||
| episode_page = https://friendsatthetable.net/the-road-to-partizan-03-armour-astir-pt-1 | | episode_page = https://friendsatthetable.net/the-road-to-partizan-03-armour-astir-pt-1 | ||
| livestream_page = https://www.patreon.com/posts/live-at-table-24399134 | |||
| livestream_link_text = Patreon | |||
| patreon_page = https://www.patreon.com/posts/live-at-table-pt-24452525 | | patreon_page = https://www.patreon.com/posts/live-at-table-pt-24452525 | ||
| transcript = https://docs.google.com/document/d/18B3_cCnyt4kQIcCAO4R5aBGYzTjPpq1Poe5FB0CLZeo | | transcript = https://docs.google.com/document/d/18B3_cCnyt4kQIcCAO4R5aBGYzTjPpq1Poe5FB0CLZeo | ||
| transcript_text = Google Docs | |||
}} | }} | ||
</pre> | </pre> | ||
== TemplateData == | |||
{{TemplateData header}} | |||
<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. You can use {{Duration}} to format it, if you'd like.", | |||
"required": false, | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"content_warnings": { | |||
"label": "Content Warnings", | |||
"description": "Content warnings for this episode.", | |||
"required": false, | |||
"type": "content", | |||
"example": "Death, extreme isolation" | |||
}, | |||
"cast": { | |||
"label": "Cast", | |||
"description": "Cast members on this episode.", | |||
"required": false, | |||
"type": "content", | |||
"example": "[[Austin]], [[Ali]], [[Jack]], [[Keith]]", | |||
"suggested": true | |||
}, | |||
"game": { | |||
"label": "Game", | |||
"description": "Game played on this episode.", | |||
"required": false, | |||
"type": "content", | |||
"suggested": true, | |||
"example": "''[[Dungeon World]]''" | |||
}, | |||
"score": { | |||
"label": "Score", | |||
"description": "Songs used in this episode.", | |||
"required": false, | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"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 Episode", | |||
"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", | |||
"suggested": true | |||
}, | |||
"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. Don't include a direct link for Patreon transcripts that are not free.", | |||
"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" | |||
}, | |||
"livestream_page": { | |||
"label": "Livestream Page", | |||
"description": "URL for archived stream (e.g., YouTube link)", | |||
"type": "url" | |||
}, | |||
"livestream_link_text": { | |||
"label": "Livestream Page (text)", | |||
"description": "Use this if you want to change the text of the Livestream Link field", | |||
"example": "YouTube", | |||
"type": "string" | |||
} | |||
}, | |||
"paramOrder": [ | |||
"color_theme", | |||
"title", | |||
"image", | |||
"caption", | |||
"episode_number", | |||
"live_date", | |||
"patreon_date", | |||
"release_date", | |||
"length", | |||
"content_warnings", | |||
"cast", | |||
"game", | |||
"score", | |||
"previous_episode", | |||
"next_episode", | |||
"previous_arc", | |||
"next_arc", | |||
"episode_page", | |||
"patreon_page", | |||
"livestream_page", | |||
"livestream_link_text", | |||
"transcript", | |||
"transcript_text" | |||
] | |||
} | } | ||
</templatedata> | </templatedata><noinclude> | ||
[[Category:Template documentation]] | |||
</noinclude> |
Latest revision as of 15:15, 30 July 2024
Empty template[edit source]
{{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 = | livestream_page = | livestream_link_text = | patreon_page = | transcript = | transcript_text = }}
Usage Example[edit source]
{{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 19, 2019 | length = {{Duration|2:12:10}} | content_warnings = Example | cast = [[Austin]], [[Janine]], [[Dre]], [[Sylvia]], [[Art]] | game = ''[[Armour Astir: Advent]]'' | score = [[Live At The Table: Friends At The Table Soundtrack|HOURGLASS. SUNRISE. CRYSTALLINE.]] | previous_episode = [[Dialect Pt. 2]] | next_episode = [[Armour Astir Pt. 2]] | previous_arc = [[Dialect (arc)|Dialect]] | next_arc = [[Ech0 & Dusk to Midnight]] | episode_page = https://friendsatthetable.net/the-road-to-partizan-03-armour-astir-pt-1 | livestream_page = https://www.patreon.com/posts/live-at-table-24399134 | livestream_link_text = Patreon | patreon_page = https://www.patreon.com/posts/live-at-table-pt-24452525 | transcript = https://docs.google.com/document/d/18B3_cCnyt4kQIcCAO4R5aBGYzTjPpq1Poe5FB0CLZeo | transcript_text = Google Docs }}
TemplateData[edit source]
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. You can use {{Duration}} to format it, if you'd like. | Content | suggested |
Content Warnings | content_warnings | Content warnings for this episode.
| Content | optional |
Cast | cast | Cast members on this episode.
| Content | suggested |
Game | game | Game played on this episode.
| Content | suggested |
Score | score | Songs used in this episode. | Content | suggested |
Previous Episode | previous_episode | Link to the previous episode.
| Content | required |
Next Episode | 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 | suggested |
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 |
Livestream Page | livestream_page | URL for archived stream (e.g., YouTube link) | URL | optional |
Livestream Page (text) | livestream_link_text | Use this if you want to change the text of the Livestream Link field
| String | optional |
Transcript | transcript | Link to the episode's transcript. Don't include a direct link for Patreon transcripts that are not free. | 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 |