|
|
Line 1: |
Line 1: |
| <noinclude> | | <includeonly> |
| {{Infobox YouTube Channel
| | <infobox layout="stacked"> |
| |title= ReNDoG
| | <title source="name"> |
| |icon=Renpire Logo.png
| | <default>{{PAGENAME}}</default> |
| |image=Rendog Minecon.png
| | </title> |
| |caption=Rendog at Minecon Earth in 2018
| | <image source="image" /> |
| |channel=Example
| | <data source="parameter-1"> |
| |joined=Example
| | <label>Label 1</label> |
| |status=Example
| | </data> |
| |videos=Example
| | <data source="parameter-2"> |
| |twitter=Example
| | <label>Label 2</label> |
| |instagram=Example
| | </data> |
| |twitch=Example
| | </infobox> |
| |schedule=Example
| | |
| }}
| |
| An infobox for YouTube channels, such as [[ReNDoG]].
| |
| <pre> | |
| {{Infobox YouTube Channel | |
| |title=
| |
| |icon=Icon.png
| |
| |image=Example.png
| |
| |caption=Example
| |
| |channel=Example
| |
| |joined=Example
| |
| |status=Example
| |
| |videos=Example
| |
| |twitter=Example
| |
| |instagram=Example
| |
| |twitch=Example
| |
| |schedule=Example
| |
| }} | |
| </pre> | |
| </noinclude> | |
| <includeonly>{{Infobox2 | |
| |above = {{#if:{{{icon|}}}|[[File:{{{icon|}}}|28px]]|}} {{#if:{{{title|}}}|{{{title|}}}|{{PAGENAME}}}}
| |
| |abovestyle = {{{#if{{{icon|}}}|padding-bottom: 10px|}}}
| |
| |image = {{#if:{{{image|}}}|[[File:{{{image|}}}|310px]]|}}
| |
| |caption = {{{caption|}}}
| |
| |header1 = {{Large|YouTube Channel}}
| |
| |label2 = Channel
| |
| |data2 = {{{channel|}}}
| |
| |label3 = Joined
| |
| |data3 = {{{joined|}}}
| |
| |label4 = Status
| |
| |data4 = {{{status|}}}
| |
| |label5 = Videos
| |
| |data5 = {{{videos|}}}
| |
| |label6 = Twitter
| |
| |data6 = {{{twitter|}}}
| |
| |label7 = Instagram
| |
| |data7 = {{{instagram|}}}
| |
| |label8 = Twitch
| |
| |data8 = {{{twitch|}}}
| |
| |label9 = Schedule
| |
| |data9 = {{{schedule|}}}
| |
| }}
| |
| </includeonly> | | </includeonly> |