Template:Episode infobox: Difference between revisions

From Destinypedia, the Destiny wiki

m (Text replacement - "\| class="infoboxfooter" colspan="2" \|  ↵\|}" to "{{Infobox|end}}")
mNo edit summary
Line 2: Line 2:
{{Infobox|title|name={{{name|}}}}}
{{Infobox|title|name={{{name|}}}}}
{{Infobox|media|content={{{image|}}}|caption={{{caption|}}}}}
{{Infobox|media|content={{{image|}}}|caption={{{caption|}}}}}
{{Infobox|entry|title=Start date|content={{{startdate|}}}}}
{{Infobox|entry|title=Start date|content={{{startdate|}}}}}
{{Infobox|entry|title=End date|content={{{enddate|}}}}}
{{Infobox|entry|title=End date|content={{{enddate|}}}}}
Line 7: Line 8:
{{Infobox|entry|title=Previous episode|content={{{prevep|}}}}}
{{Infobox|entry|title=Previous episode|content={{{prevep|}}}}}
{{Infobox|entry|title=Next episode|content={{{nextep|}}}}}
{{Infobox|entry|title=Next episode|content={{{nextep|}}}}}
{{Infobox|end}}<noinclude>
 
{{Clear}}__NOTOC__
{{Infobox|end}}<noinclude>{{Clear}}
==Usage instructions==
==Usage instructions==
Paste the following code into the top of an article, filling all known fields:
Paste the following code into the top of an article, filling all known fields:


<pre>{{episode infobox
<pre>
{{episode infobox
|name=  
|name=  
|image=  
|image=  
Line 20: Line 22:
|prevep=
|prevep=
|nextep=
|nextep=
}}</pre>
}}
</pre>


[[Category:Infobox templates]]</noinclude>
[[Category:Infobox templates]]</noinclude>

Revision as of 09:36, June 1, 2024

Episode infobox
 

Usage instructions

Paste the following code into the top of an article, filling all known fields:

{{episode infobox
|name= 
|image= 
|startdate= 
|enddate= 
|modes= 
|prevep=
|nextep=
}}