6,489
edits
No edit summary |
No edit summary |
||
Line 62: | Line 62: | ||
|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." | |||
}, | |||
"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." | |||
}, | |||
"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." | |||
}, | |||
"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> |