Template:Season infobox: Difference between revisions

From Destinypedia, the Destiny wiki

m (Text replacement - "{{#if:({{{[^\|}\n]+\|}}})\|↵{{!}} ?class="infoboxlabel" style="background:([^\n;"]+); border-color:([^\n;"]+)" {{!}}↵([^\n]+):↵{{!}} ?class="infoboxcell" style="[^\n"]+" {{!}}↵{{{[^\|}\n]+\|?}}}↵}}↵\|-" to "{{Infobox|entry|title=$4|content=$1}}")
m (Text replacement - "dummy edit" to "Category:Infobox templates")
Tag: Manual revert
 
(7 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 season|content={{{prevssn|}}}}}
{{Infobox|entry|title={{{modes-title|Mode(s)}}}|content={{{modes|}}}}}
{{Infobox|entry|title=Next season|content={{{nextssn|}}}}}
{{Infobox|entry|title={{{prevssn-title|Previous season}}}|content={{{prevssn|}}}}}
| class="infoboxfooter" colspan="2" |  
{{Infobox|entry|title={{{nextssn-title|Next season}}}|content={{{nextssn|}}}}}
|}<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>{{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 09: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=
}}