Template:InfoboxAppearance: Difference between revisions

m
Protected "Template:InfoboxAppearance" ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only autoconfirmed users] (indefinite))
No edit summary
m (Protected "Template:InfoboxAppearance" ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only autoconfirmed users] (indefinite)))
 
(4 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 131: Line 96:
"customlabel2": {
"customlabel2": {
"label": "Custom Label 2",
"label": "Custom Label 2",
"description": "A custom label for summary data. Use as needed."
"description": "A custom label for summary data. Use as needed.",
"type": "string"
},
},
"customdata2": {
"customdata2": {
Line 139: Line 105:
"customlabel3": {
"customlabel3": {
"label": "Custom Label 3",
"label": "Custom Label 3",
"description": "A custom label for summary data. Use as needed."
"description": "A custom label for summary data. Use as needed.",
"type": "string"
},
},
"customdata3": {
"customdata3": {
Line 147: Line 114:
"customlabel4": {
"customlabel4": {
"label": "Custom Label 4",
"label": "Custom Label 4",
"description": "A custom label for summary data. Use as needed."
"description": "A custom label for summary data. Use as needed.",
"type": "string"
},
},
"customdata4": {
"customdata4": {