Template

Infobox YouTube Channel

From Dogcraft Wiki

imported>William278
(Created page with "<infobox> <title source="title1"/> <image source="image1"> <caption source="caption1"/> </image> <group> <header>YouTuber</header> <data source="channel"> ...")
 
No edit summary
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<infobox>
  <title source="title1"/>
  <image source="image1">
    <caption source="caption1"/>
  </image>
  <group>
    <header>YouTuber</header>
    <data source="channel">
      <label>Channel</label>
    </data>
    <data source="joined">
      <label>Joined</label>
    </data>
    <data source="status">
      <label>Status</label>
    </data>
    <data source="videos">
      <label>Videos</label>
    </data>
  </group>
  <group collapse="open">
    <header>Information</header>
    <data source="twitter">
      <label>Twitter</label>
    </data>
    <data source="schedule">
      <label>Schedule</label>
    </data>
  </group>
</infobox>
<noinclude>
<noinclude>
Example usage:<pre>
{{Infobox YouTube Channel
{{Infobox YouTuber
|title= ReNDoG
|title1=Example
|icon=Renpire Logo.png
|image1=Example
|image=Rendog Minecon.png
|caption1=Example
|caption=Rendog at Minecon Earth in 2018
|channel=Example
|channel=Example
|joined=Example
|joined=Example
Line 40: Line 10:
|videos=Example
|videos=Example
|twitter=Example
|twitter=Example
|instagram=Example
|twitch=Example
|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
|schedule=Example
}}
}}
</pre>
</pre>
</noinclude>
</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>

Latest revision as of 16:40, 17 December 2023


Renpire Logo.png ReNDoG
Rendog Minecon.png
Rendog at Minecon Earth in 2018
YouTube Channel
ChannelExample
JoinedExample
StatusExample
VideosExample
TwitterExample
InstagramExample
TwitchExample
ScheduleExample

An infobox for YouTube channels, such as ReNDoG.

{{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
}}