Template:Episode infobox: Difference between revisions

From Destinypedia, the Destiny wiki

m (Text replacement - "\| class="infoboxfooter" colspan="2" \|  ↵\|}" to "{{Infobox|end}}")
m (Text replacement - "dummy edit" to "Category:Infobox templates")
Tag: Manual revert
 
(6 intermediate revisions by 2 users not shown)
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=End date|content={{{enddate|}}}}}
{{Infobox|entry|title={{{startdate-title|Start date}}}|content={{{startdate|}}}}}
{{Infobox|entry|title=Mode(s)|content={{{modes|}}}}}
{{Infobox|entry|title={{{enddate-title|End date}}}|content={{{enddate|}}}}}
{{Infobox|entry|title=Previous episode|content={{{prevep|}}}}}
{{Infobox|entry|title={{{modes-title|Mode(s)}}}|content={{{modes|}}}}}
{{Infobox|entry|title=Next episode|content={{{nextep|}}}}}
{{Infobox|entry|title={{{prevep-title|Previous episode}}}|content={{{prevep|}}}}}
{{Infobox|end}}<noinclude>
{{Infobox|entry|title={{{nextep-title|Next episode}}}|content={{{nextep|}}}}}
{{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>
|name=  
{{episode infobox
|image=  
|name=
|startdate=  
|image=
|enddate=  
|startdate=
|modes=  
|enddate=
|modes=
|prevep=
|prevep=
|nextep=
|nextep=
}}</pre>
}}
</pre>


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

Latest revision as of 09:58, June 14, 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=
}}