Template:InfoboxAppearance: Difference between revisions

From The Portal Wiki
No edit summary
m (Protected "Template:InfoboxAppearance" ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only autoconfirmed users] (indefinite)))
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
Template for displaying summary information about [[Content by Eric Weinstein#Guest Appearances|Eric's appearances on other shows]].
'''Usage: Copy paste the code below, filling in relevant fields after the = sign. Fields that are left empty or are removed will not show up in the generated infobox.'''
<syntaxhighlight lang="html+handlebars">
{{InfoboxAppearance
|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=
}}
</syntaxhighlight>
</noinclude>
{{Infobox
{{Infobox
|above={{{title}}}
|above={{{title}}}
Line 62: Line 27:
|data12={{{link2|}}}
|data12={{{link2|}}}
|label13={{{link3title|}}}
|label13={{{link3title|}}}
|data13={{{link4|}}}
|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.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Titletitle

Title of the content

Example
Joe Rogan Experience #1628 - Eric Weinstein
Stringrequired
Cover Imageimage

The content's cover image. Use the image specific to the appearance if available.

Example
[[File:KeatingWeinsteinConversation Cover Image.jpg]]
Filesuggested
Hostshost

The names of the hosts, separated by <br> for content with multiple hosts.

Example
Saagar Enjeti<br>Marshall Kosloff
Contentsuggested
Guestsguests

The names of the guests, separated by <br> for content with multiple guests.

Example
[[Garrett Lisi]]<br>[[Eric Weinstein]]
Contentsuggested
Lengthlength

Length of the content in HH:MM:SS format.

Example
02:25:20
Stringsuggested
Release Datereleasedate

Date the content was released.

Example
21 January 2021
Stringsuggested
YouTube Dateyoutubedate

Date the content was released on YouTube. Only use if it was released in another format earlier/later.

Example
21 January 2021
Stringsuggested
Custom Label 1customlabel1

A custom label for summary data. Use as needed.

Stringoptional
Custom Data 1customdata1

Custom data associated with Custom Label 1.

Unknownoptional
Custom Label 2customlabel2

A custom label for summary data. Use as needed.

Stringoptional
Custom Data 2customdata2

Custom data associated with Custom Label 2.

Unknownoptional
Custom Label 3customlabel3

A custom label for summary data. Use as needed.

Stringoptional
Custom Data 3customdata3

Custom data associated with Custom Label 3.

Unknownoptional
Custom Label 4customlabel4

A custom label for summary data. Use as needed.

Stringoptional
Custom Data 4customdata4

Custom data associated with Custom Label 4.

Unknownoptional
Link 1 Titlelink1title

Title of the site that is linked.

Example
YouTube
Stringsuggested
Link 1link1

The link associated with Link Title 1.

Example
[https://www.youtube.com/watch?v=QCKCQNFsJUw Watch]
Stringsuggested
Link 2 Titlelink2title

Title of the site that is linked.

Example
Portal Blog
Stringsuggested
Link 2link2

The link associated with Link Title 2.

Example
[https://theportal.group/eric-garrett-lisi-on-into-the-impossible-theories-experiments-of-everything/ Read]
Stringsuggested
Link 3 Titlelink3title

Title of the site that is linked.

Example
Spotify
Stringsuggested
Link 3link3

The link associated with Link Title 3.

Example
[https://www.youtube.com/watch?v=QCKCQNFsJUw Watch]
Stringsuggested
Link 4 Titlelink4title

Title of the site that is linked.

Example
Podcast Website
Stringsuggested
Link 4link4

The link associated with Link Title 4

Example
[https://www.youtube.com/watch?v=QCKCQNFsJUw Watch]
Stringsuggested
Previous Pageprev

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)
Stringrequired
Next Pagenext

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)
Stringrequired