Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Welcome to the new and improved DanTDM Wiki. Please read our rules to figure out the correct etiquette and behavior that is expected of all users in both the discussions and pages. Looking to reclaim your edit history from the Fandom wiki? conctact User:ScrapBlox

Template:Video: Difference between revisions

Template page
imported>LostSnowDust
No edit summary
Updating image section to support <youtube> tag to embed the youtube uploads
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<infobox>
<infobox>
   <title source="title1">
   <title source="title">
     <default>{{PAGENAME}}</default>
     <default>{{PAGENAME}}</default>
   </title>
   </title>
   <image source="image1">
   <data source="image">
     <caption source="caption1"/>
     <caption source="caption1"/>
   </image>
   </data>
   <data source="publish_date">
   <data source="publish_date">
     <label>Publish date</label>
     <label>Publish date</label>
Line 31: Line 31:
Example usage:<pre>
Example usage:<pre>
{{Video
{{Video
|title1=Example
|title=Example
|image1=Example
|image=<youtube width="250" height="170">VIDEOID/URL</youtube>
|caption1=Example
|caption1=Example
|publish_date=Example
|publish_date=Example
|channel=Example
|channel=Example
|game=Example
|viewers=Example
|viewers=Example
}}
}}
</pre>
</pre>
</noinclude>
</noinclude>