Template:Season infobox: Difference between revisions

From Destinypedia, the Destiny wiki

m (Text replacement - "! class="infoboxmedia"" to "{{!}} class="infoboxmedia"")
m (Text replacement - "dummy edit" to "Category:Infobox templates")
Tag: Manual revert
 
(19 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{| class="infobox" style="width:300px; background:{{{BG|#F2F3F4}}}; border:1px solid #999; color:{{{color|inherit}}}" cellspacing="0"
{{Infobox|start}}
! class="infoboxheading" colspan="2" style="background:{{{BG|transparent}}}" | {{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}}}
{{Infobox|title|name={{{name|}}}}}
|-
{{Infobox|media|content={{{image|}}}|caption={{{caption|}}}}}
{{#if:{{{image|}}}|
 
{{!}} class="infoboxmedia" colspan="2" style="background:{{{imageBG|transparent}}}; border-bottom:1px solid {{{lineBG|#999}}}" {{!}} {{{image|}}} {{#if:{{{caption|}}}|{{clear}}{{{caption}}}}}
{{Infobox|entry|title={{{startdate-title|Start date}}}|content={{{startdate|}}}}}
}}
{{Infobox|entry|title={{{enddate-title|End date}}}|content={{{enddate|}}}}}
|-
{{Infobox|entry|title={{{modes-title|Mode(s)}}}|content={{{modes|}}}}}
{{#if:{{{startdate|}}}|
{{Infobox|entry|title={{{prevssn-title|Previous season}}}|content={{{prevssn|}}}}}
{{!}} class="infoboxlabel" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#999}}}" {{!}}
{{Infobox|entry|title={{{nextssn-title|Next season}}}|content={{{nextssn|}}}}}
'''Start date''':
 
{{!}} class="infoboxcell" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#999}}}" {{!}}
{{Infobox|end}}<noinclude>{{clear}}
{{{startdate|}}}
{{!}}-|}}
{{#if:{{{enddate|}}}|
{{!}} class="infoboxlabel" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#999}}}" {{!}}
'''End date''':
{{!}} class="infoboxcell" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#999}}}" {{!}}
{{{enddate|}}}
{{!}}-|}}
{{#if:{{{modes|}}}|
{{!}} class="infoboxlabel" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#999}}}" {{!}}
'''Mode(s)''':
{{!}} class="infoboxcell" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#999}}}" {{!}}
{{{modes|}}}
{{!}}-|}}
{{#if:{{{prevssn|}}}|
{{!}} class="infoboxlabel" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#999}}}" {{!}}
'''Previous season''':
{{!}} class="infoboxcell" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#999}}}" {{!}}
{{{prevssn|}}}
{{!}}-|}}
{{#if:{{{nextssn|}}}|
{{!}} class="infoboxlabel" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#999}}}" {{!}}
'''Next season''':
{{!}} class="infoboxcell" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#999}}}" {{!}}
{{{nextssn|}}}
{{!}}-|}}
| 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>{{Season infobox
<pre>
|name=  
{{Season infobox
|image=  
|name=
|startdate=  
|image=
|enddate=  
|startdate=
|modes=  
|enddate=
|modes=
|prevssn=
|prevssn=
|nextssn=
|nextssn=
}}</pre>
}}
</pre>


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

Latest revision as of 10:58, June 14, 2024

Season infobox
 

Usage instructions

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

{{Season infobox
|name=
|image=
|startdate=
|enddate=
|modes=
|prevssn=
|nextssn=
}}