Template:Episode infobox: Difference between revisions

From Destinypedia, the Destiny wiki

mNo edit summary
m (Text replacement - "dummy edit" to "Category:Infobox templates")
Tag: Manual revert
 
(5 intermediate revisions by 2 users not shown)
Line 3: Line 3:
{{Infobox|media|content={{{image|}}}|caption={{{caption|}}}}}
{{Infobox|media|content={{{image|}}}|caption={{{caption|}}}}}


{{Infobox|entry|title=Start date|content={{{startdate|}}}}}
{{Infobox|entry|title={{{startdate-title|Start date}}}|content={{{startdate|}}}}}
{{Infobox|entry|title=End date|content={{{enddate|}}}}}
{{Infobox|entry|title={{{enddate-title|End date}}}|content={{{enddate|}}}}}
{{Infobox|entry|title=Mode(s)|content={{{modes|}}}}}
{{Infobox|entry|title={{{modes-title|Mode(s)}}}|content={{{modes|}}}}}
{{Infobox|entry|title=Previous episode|content={{{prevep|}}}}}
{{Infobox|entry|title={{{prevep-title|Previous episode}}}|content={{{prevep|}}}}}
{{Infobox|entry|title=Next episode|content={{{nextep|}}}}}
{{Infobox|entry|title={{{nextep-title|Next episode}}}|content={{{nextep|}}}}}


{{Infobox|end}}<noinclude>{{Clear}}
{{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:
Line 15: Line 15:
<pre>
<pre>
{{episode infobox
{{episode infobox
|name=  
|name=
|image=  
|image=
|startdate=  
|startdate=
|enddate=  
|enddate=
|modes=  
|modes=
|prevep=
|prevep=
|nextep=
|nextep=

Latest revision as of 10: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=
}}