|
|
(40 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
| {| class="infobox {{{id|infoboxtable hidable-content}}}" cellspacing="0" cellpadding="4" border="0" style="border-width: 0; width:300px; background:{{{BG|#F2F3F4}}}; border: 1px solid #999999; color:{{{color|inherit}}}"
| | {{Infobox|start}} |
| |-
| | {{Infobox|title|name={{{name|}}}}} |
| ! class="infoboxheading" colspan=2 style="background:{{{BG|transparent}}}; text-align:center; font-size:120%;" | {{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}}}
| | {{Infobox|media|content={{{image|}}}|caption={{{caption|}}}}} |
| |-
| | |
| {{#if:{{{image|}}}| | | {{Infobox|entry|title={{{startdate-title|Start date}}}|content={{{startdate|}}}}} |
| ! colspan=2 style="background:{{{imageBG|transparent}}}; text-align:center; border-bottom:1px solid {{{lineBG|#999999}}}" {{!}} {{{image|}}} {{#if:{{{caption|}}}|<div style="clear:both">{{{caption}}}</div>}} {{#if:{{{caption|}}}|<div style="clear:both">{{{caption}}}</div>}}
| | {{Infobox|entry|title={{{enddate-title|End date}}}|content={{{enddate|}}}}} |
| }}
| | {{Infobox|entry|title={{{modes-title|Mode(s)}}}|content={{{modes|}}}}} |
| |-
| | {{Infobox|entry|title={{{prevssn-title|Previous season}}}|content={{{prevssn|}}}}} |
| {{#if:{{{startdate|}}}| | | {{Infobox|entry|title={{{nextssn-title|Next season}}}|content={{{nextssn|}}}}} |
| {{!}} class="infoboxlabel" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#999999}}}" {{!}}
| | |
| '''Start date''':
| | {{Infobox|end}}<noinclude>{{clear}} |
| {{!}} class="infoboxcell" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#999999}}}" {{!}}
| |
| {{{startdate|}}} | |
| {{!}}-|}}
| |
| {{#if:{{{enddate|}}}| | |
| {{!}} class="infoboxlabel" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#999999}}}" {{!}}
| |
| '''End date''':
| |
| {{!}} class="infoboxcell" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#999999}}}" {{!}}
| |
| {{{enddate|}}} | |
| {{!}}-|}}
| |
| {{#if:{{{modes|}}}| | |
| {{!}} class="infoboxlabel" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#999999}}}" {{!}}
| |
| '''Mode(s)''':
| |
| {{!}} class="infoboxcell" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#999999}}}" {{!}}
| |
| {{{modes|}}} | |
| {{!}}-|}}
| |
| {{#if:{{{prevssn|}}}| | |
| {{!}} class="infoboxlabel" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#999999}}}" {{!}}
| |
| '''Previous season''':
| |
| {{!}} class="infoboxcell" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#999999}}}" {{!}}
| |
| {{{prevssn|}}} | |
| {{!}}-|}}
| |
| {{#if:{{{nextssn|}}}| | |
| {{!}} class="infoboxlabel" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#999999}}}" {{!}}
| |
| '''Next season''':
| |
| {{!}} class="infoboxcell" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#999999}}}" {{!}}
| |
| {{{nextssn|}}} | |
| {{!}}-|}}
| |
| | colspan=2 style="text-align:center; background:{{{BG|transparent}}}; padding:0; font-size:10px; border-top:1px solid {{{lineBG|#999999}}}; line-height:10px" |
| |
| |}<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> |