Template:Episode infobox: Difference between revisions

From Destinypedia, the Destiny wiki

m (Text replacement - "{{#if:{{{image\|}}}\|↵{{!}} class="infoboxmedia" colspan="2" style="background:([^\n;"]+)" {{!}} {{{image}}} {{#if:{{{caption\|}}}\|{{clear}}{{{caption}}}}}↵}}↵\|-" to "{{Infobox|media|content={{{image|}}}|caption={{{caption|}}}}}")
m (Text replacement - "dummy edit" to "Category:Infobox templates")
Tag: Manual revert
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Infobox|start}}
{{Infobox|start}}
! class="infoboxheading" colspan="2" style="background:{{{BG|transparent}}}" | {{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}}}
{{Infobox|title|name={{{name|}}}}}
|-
{{Infobox|media|content={{{image|}}}|caption={{{caption|}}}}}
{{Infobox|media|content={{{image|}}}|caption={{{caption|}}}}}
{{#if:{{{startdate|}}}|
 
{{!}} class="infoboxlabel" style="background:{{{sectionBG|#f0f0f0}}}; border-color:{{{lineBG|#999}}}" {{!}}
{{Infobox|entry|title={{{startdate-title|Start date}}}|content={{{startdate|}}}}}
Start date:
{{Infobox|entry|title={{{enddate-title|End date}}}|content={{{enddate|}}}}}
{{!}} class="infoboxcell" style="background:{{{sectionBG|#f0f0f0}}}; border-color:{{{lineBG|#999}}}" {{!}}
{{Infobox|entry|title={{{modes-title|Mode(s)}}}|content={{{modes|}}}}}
{{{startdate}}}
{{Infobox|entry|title={{{prevep-title|Previous episode}}}|content={{{prevep|}}}}}
}}
{{Infobox|entry|title={{{nextep-title|Next episode}}}|content={{{nextep|}}}}}
|-
 
{{#if:{{{enddate|}}}|
{{Infobox|end}}<noinclude>{{clear}}
{{!}} class="infoboxlabel" style="background:{{{sectionBG|#f0f0f0}}}; border-color:{{{lineBG|#999}}}" {{!}}
End date:
{{!}} class="infoboxcell" style="background:{{{sectionBG|#f0f0f0}}}; border-color:{{{lineBG|#999}}}" {{!}}
{{{enddate}}}
}}
|-
{{#if:{{{modes|}}}|
{{!}} class="infoboxlabel" style="background:{{{sectionBG|#f0f0f0}}}; border-color:{{{lineBG|#999}}}" {{!}}
Mode(s):
{{!}} class="infoboxcell" style="background:{{{sectionBG|#f0f0f0}}}; border-color:{{{lineBG|#999}}}" {{!}}
{{{modes}}}
}}
|-
{{#if:{{{prevep|}}}|
{{!}} class="infoboxlabel" style="background:{{{sectionBG|#f0f0f0}}}; border-color:{{{lineBG|#999}}}" {{!}}
Previous episode:
{{!}} class="infoboxcell" style="background:{{{sectionBG|#f0f0f0}}}; border-color:{{{lineBG|#999}}}" {{!}}
{{{prevep}}}
}}
|-
{{#if:{{{nextep|}}}|
{{!}} class="infoboxlabel" style="background:{{{sectionBG|#f0f0f0}}}; border-color:{{{lineBG|#999}}}" {{!}}
Next episode:
{{!}} class="infoboxcell" style="background:{{{sectionBG|#f0f0f0}}}; border-color:{{{lineBG|#999}}}" {{!}}
{{{nextep}}}
}}
|-
| class="infoboxfooter" colspan="2" | &nbsp;
|}<noinclude>
{{Clear}}__NOTOC__
==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 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=
}}