Difference between revisions of "Template:Motorsport season"

From Formula Rejects Wiki
Jump to: navigation, search
Line 46: Line 46:
 
*'''title''' defaults to ''[[{{{series}}}]] season'' when not set
 
*'''title''' defaults to ''[[{{{series}}}]] season'' when not set
 
*'''link''' defaults to ''{{{series}}} season'' when not set
 
*'''link''' defaults to ''{{{series}}} season'' when not set
 
=== Examples ===
 
 
{{Motorsport season
 
| series = British Formula Three
 
| year = 2005
 
}}
 
 
<pre style="overflow:auto">
 
{{Motorsport season
 
| series = British Formula Three
 
| year = 2005
 
}}
 
</pre>
 
{{Motorsport season
 
| series    = GP2 Series
 
| year      = 2005
 
| previouslink = 2004 International Formula 3000 season
 
| next      = none
 
}}
 
<pre style="overflow:auto">
 
{{Motorsport season
 
| series    = GP2 Series
 
| year      = 2005
 
| previouslink = 2004 International Formula 3000 season
 
| next      = none
 
}}
 
</pre>
 
{{Motorsport season
 
| series = Superbike World Championship
 
| year = 2005
 
| footer = <small>Support series:</small><br>[[2005 Supersport World Championship season|Supersport World Championship]]<br>[[2005 FIM Superstock 1000 Championship season|FIM Superstock 1000 Championship]]
 
}}
 
<pre style="overflow:auto">
 
{{Motorsport season
 
| series = Superbike World Championship
 
| year = 2005
 
| footer = <small>Support series:</small><br>[[2005 Supersport World Championship season|Supersport World Championship]]<br>[[2005 FIM Superstock 1000 Championship season|FIM Superstock 1000 Championship]]
 
}}
 
</pre>
 
<includeonly>
 
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
 
[[Category:Motorsport templates|Season]]
 
[[ca:Plantilla:Temporada de Motociclisme]]
 
[[et:Mall:Motospordi hooaeg]]
 
[[ja:Template:Motorsport season]]
 
</includeonly>
 

Revision as of 15:13, 28 April 2013

{{{year}}} [[{{{series}}}]] season
Previous: none Next: none



Usage

{{Motorsport season

| series    = 

| title     =   ; optional
| link      =   ; optional

| year      = YYYY
| previous  = YYYY  ; optional
| next      = YYYY  ; optional

| previouslink = ; optional ; link to previous article
| nextlink     = ; optional ; link to previous article

| previoussuffix = ; optional ; adds a suffix in brackets after the previous link
| nextsuffix     = ; optional ; adds a suffix in brackets after the next link

| footer    = ; optional ; additional text below the previous and next links

}}
  • title defaults to [[{{{series}}}]] season when not set
  • link defaults to {{{series}}} season when not set