Difference between revisions of "Template:InfoboxAppearance"
m (Protected "Template:InfoboxAppearance" ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only autoconfirmed users] (indefinite))) |
|||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox | {{Infobox | ||
|above={{{title}}} | |above={{{title}}} | ||
|image={{{image|}}} | |image={{{image|}}} | ||
|header1=Information | |header1=Information | ||
|label1=Host | |label1=Host(s) | ||
|data1={{{host|}}} | |data1={{{host|}}} | ||
|label2= | |label2=Guest(s) | ||
|data2={{{guests|}}} | |data2={{{guests|}}} | ||
|label3=Length | |label3=Length | ||
Line 62: | Line 27: | ||
|data12={{{link2|}}} | |data12={{{link2|}}} | ||
|label13={{{link3title|}}} | |label13={{{link3title|}}} | ||
|data13={{{ | |data13={{{link3|}}} | ||
|label14={{{link4title|}}} | |label14={{{link4title|}}} | ||
|data14={{{link4|}}} | |data14={{{link4|}}} | ||
|below=<span style="text-align:center">[[Content by Eric Weinstein|All Appearances]]</span><br>{{NavigationButtons|prev={{{prev}}}|next={{{next}}}}} | |below=<span style="text-align:center">[[Content by Eric Weinstein|All Appearances]]</span><br>{{NavigationButtons|prev={{{prev}}}|next={{{next}}}}} | ||
}} | }} | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"title": { | |||
"label": "Title", | |||
"description": "Title of the content", | |||
"example": "Joe Rogan Experience #1628 - Eric Weinstein", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"image": { | |||
"label": "Cover Image", | |||
"description": "The content's cover image. Use the image specific to the appearance if available.", | |||
"example": "[[File:KeatingWeinsteinConversation Cover Image.jpg]]", | |||
"type": "wiki-file-name", | |||
"suggested": true | |||
}, | |||
"host": { | |||
"label": "Hosts", | |||
"description": "The names of the hosts, separated by <br> for content with multiple hosts.", | |||
"example": "Saagar Enjeti<br>Marshall Kosloff", | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"guests": { | |||
"label": "Guests", | |||
"description": "The names of the guests, separated by <br> for content with multiple guests.", | |||
"example": "[[Garrett Lisi]]<br>[[Eric Weinstein]]", | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"length": { | |||
"label": "Length", | |||
"description": "Length of the content in HH:MM:SS format.", | |||
"example": "02:25:20", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"releasedate": { | |||
"label": "Release Date", | |||
"description": "Date the content was released.", | |||
"example": "21 January 2021", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"youtubedate": { | |||
"label": "YouTube Date", | |||
"description": "Date the content was released on YouTube. Only use if it was released in another format earlier/later.", | |||
"example": "21 January 2021", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"customlabel1": { | |||
"label": "Custom Label 1", | |||
"description": "A custom label for summary data. Use as needed.", | |||
"type": "string" | |||
}, | |||
"customdata1": { | |||
"label": "Custom Data 1", | |||
"description": "Custom data associated with Custom Label 1." | |||
}, | |||
"customlabel2": { | |||
"label": "Custom Label 2", | |||
"description": "A custom label for summary data. Use as needed.", | |||
"type": "string" | |||
}, | |||
"customdata2": { | |||
"label": "Custom Data 2", | |||
"description": "Custom data associated with Custom Label 2." | |||
}, | |||
"customlabel3": { | |||
"label": "Custom Label 3", | |||
"description": "A custom label for summary data. Use as needed.", | |||
"type": "string" | |||
}, | |||
"customdata3": { | |||
"label": "Custom Data 3", | |||
"description": "Custom data associated with Custom Label 3." | |||
}, | |||
"customlabel4": { | |||
"label": "Custom Label 4", | |||
"description": "A custom label for summary data. Use as needed.", | |||
"type": "string" | |||
}, | |||
"customdata4": { | |||
"label": "Custom Data 4", | |||
"description": "Custom data associated with Custom Label 4." | |||
}, | |||
"link1title": { | |||
"label": "Link 1 Title", | |||
"description": "Title of the site that is linked.", | |||
"example": "YouTube", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"link1": { | |||
"label": "Link 1", | |||
"description": "The link associated with Link Title 1.", | |||
"example": "[https://www.youtube.com/watch?v=QCKCQNFsJUw Watch]", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"link2title": { | |||
"label": "Link 2 Title", | |||
"description": "Title of the site that is linked.", | |||
"example": "Portal Blog", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"link2": { | |||
"label": "Link 2", | |||
"description": "The link associated with Link Title 2.", | |||
"example": "[https://theportal.group/eric-garrett-lisi-on-into-the-impossible-theories-experiments-of-everything/ Read]", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"link3title": { | |||
"label": "Link 3 Title", | |||
"description": "Title of the site that is linked.", | |||
"example": "Spotify", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"link4": { | |||
"label": "Link 4", | |||
"description": "The link associated with Link Title 4", | |||
"example": "[https://www.youtube.com/watch?v=QCKCQNFsJUw Watch]", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"link4title": { | |||
"label": "Link 4 Title", | |||
"description": "Title of the site that is linked.", | |||
"example": "Podcast Website", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"prev": { | |||
"label": "Previous Page", | |||
"description": "Full page title of the previous page in the sequence on Content by Eric Weinstein.", | |||
"example": "Why Eric Weinstein Is Finally Talking to Glenn Beck (YouTube Content)", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"next": { | |||
"label": "Next Page", | |||
"description": "Full page title of the next page in the sequence on Content by Eric Weinstein.", | |||
"example": "Eric Weinstein: Difficult Conversations, Freedom of Speech, and Physics (YouTube Content)", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"link3": { | |||
"label": "Link 3", | |||
"description": "The link associated with Link Title 3.", | |||
"example": "[https://www.youtube.com/watch?v=QCKCQNFsJUw Watch]", | |||
"type": "string", | |||
"suggested": true | |||
} | |||
}, | |||
"description": "Template for the compact display of summary information for appearances by Eric Weinstein.\n", | |||
"paramOrder": [ | |||
"title", | |||
"image", | |||
"host", | |||
"guests", | |||
"length", | |||
"releasedate", | |||
"youtubedate", | |||
"customlabel1", | |||
"customdata1", | |||
"customlabel2", | |||
"customdata2", | |||
"customlabel3", | |||
"customdata3", | |||
"customlabel4", | |||
"customdata4", | |||
"link1title", | |||
"link1", | |||
"link2title", | |||
"link2", | |||
"link3title", | |||
"link3", | |||
"link4title", | |||
"link4", | |||
"prev", | |||
"next" | |||
], | |||
"format": "block" | |||
} | |||
</templatedata> | |||
</noinclude> |
Latest revision as of 23:57, 12 March 2022
{{{title}}} | |
Information | |
---|---|
Links | |
All Appearances |
Template for the compact display of summary information for appearances by Eric Weinstein.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Title | title | Title of the content
| String | required |
Cover Image | image | The content's cover image. Use the image specific to the appearance if available.
| File | suggested |
Hosts | host | The names of the hosts, separated by <br> for content with multiple hosts.
| Content | suggested |
Guests | guests | The names of the guests, separated by <br> for content with multiple guests.
| Content | suggested |
Length | length | Length of the content in HH:MM:SS format.
| String | suggested |
Release Date | releasedate | Date the content was released.
| String | suggested |
YouTube Date | youtubedate | Date the content was released on YouTube. Only use if it was released in another format earlier/later.
| String | suggested |
Custom Label 1 | customlabel1 | A custom label for summary data. Use as needed. | String | optional |
Custom Data 1 | customdata1 | Custom data associated with Custom Label 1. | Unknown | optional |
Custom Label 2 | customlabel2 | A custom label for summary data. Use as needed. | String | optional |
Custom Data 2 | customdata2 | Custom data associated with Custom Label 2. | Unknown | optional |
Custom Label 3 | customlabel3 | A custom label for summary data. Use as needed. | String | optional |
Custom Data 3 | customdata3 | Custom data associated with Custom Label 3. | Unknown | optional |
Custom Label 4 | customlabel4 | A custom label for summary data. Use as needed. | String | optional |
Custom Data 4 | customdata4 | Custom data associated with Custom Label 4. | Unknown | optional |
Link 1 Title | link1title | Title of the site that is linked.
| String | suggested |
Link 1 | link1 | The link associated with Link Title 1.
| String | suggested |
Link 2 Title | link2title | Title of the site that is linked.
| String | suggested |
Link 2 | link2 | The link associated with Link Title 2.
| String | suggested |
Link 3 Title | link3title | Title of the site that is linked.
| String | suggested |
Link 3 | link3 | The link associated with Link Title 3.
| String | suggested |
Link 4 Title | link4title | Title of the site that is linked.
| String | suggested |
Link 4 | link4 | The link associated with Link Title 4
| String | suggested |
Previous Page | prev | Full page title of the previous page in the sequence on Content by Eric Weinstein.
| String | required |
Next Page | next | Full page title of the next page in the sequence on Content by Eric Weinstein.
| String | required |