5,849
edits
(Created page with "{{Infobox |bodyclass= |above={{{title}}} |image={{{image|}}} |header1=Information |label1=Guest |data1={{{guest}}} |label2=Length |data2={{{length|}}} |label3=Release Date |da...") |
|||
Line 1: | Line 1: | ||
<noinclude> | |||
Template for displaying summary information about [[Projects|projects]]. | |||
'''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"> | |||
{{Infobox | |||
|title= | |||
|image= | |||
|guest= | |||
|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}}} | ||
|image={{{image|}}} | |image={{{image|}}} | ||
Line 20: | Line 53: | ||
|label8={{{customlabel4|}}} | |label8={{{customlabel4|}}} | ||
|data8={{{customdata4|}}} | |data8={{{customdata4|}}} | ||
|below={{NavigationButtons|prev={{{prev}}}|next={{{next}}}}} | |header10=Links | ||
|label11={{{link1title|}}} | |||
|data11={{{link1|}}} | |||
|label12={{{link2title|}}} | |||
|data12={{{link2|}}} | |||
|label13={{{link3title|}}} | |||
|data13={{{link3|}}} | |||
|label14={{{link4title|}}} | |||
|data14={{{link4|}}} | |||
|below=<span style="text-align:center">[[All Episodes]]</span><br>{{NavigationButtons|prev={{{prev}}}|next={{{next}}}}} | |||
}} | }} |