Difference between revisions of "Template:Infobox race/doc"

From LFS Manual
Jump to navigationJump to search
(Created page with "<noinclude>{{documentation subpage}}</noinclude> '''Infobox league''' is used to create an infobox which summarizes the main information of a particular league or championshi...")
 
Line 1: Line 1:
 
<noinclude>{{documentation subpage}}</noinclude>
 
<noinclude>{{documentation subpage}}</noinclude>
  
'''Infobox league''' is used to create an infobox which summarizes the main information of a particular league or championship. For well-built examples, see pages [[Fragmaster's GTi Thursday]], [[MRc FBM Saturday]], [[GT2 Challenge]] and [[B2R Turbo Cup]].
+
'''Infobox race''' is used to create an infobox which summarizes the main information of a particular race or event.
  
 
== Usage ==
 
== Usage ==
{{Infobox league
+
{{Infobox race
| name = League name
+
| name = Race name
| logo = [[File:Mrc fbm sat.png|250px]]
+
| logo = [[File:2014KY500Logo.png|250px]]
 
| logo_caption = logo caption if needed
 
| logo_caption = logo caption if needed
 
| type        = endurance league<br>[[:Category:GTR cars|GTR]] league
 
| type        = endurance league<br>[[:Category:GTR cars|GTR]] league
Line 41: Line 41:
 
}}
 
}}
 
</pre>
 
</pre>
 
 
== Parameters ==
 
{| class="wikitable"
 
|+ Infobox league parameters and basic guidelines
 
! scope="col" | Parameter
 
! scope="col" | Explanation
 
! scope="col" | Example values
 
|-
 
! scope="row" | name
 
| Full name of the league/championship.
 
| {{code|Lawnmower Racing League}}
 
|-
 
! scope="row" | logo
 
| Official logo of the league. Format as if you included an image in articles, with specified width.
 
| {{code|<nowiki>[[File:Mrc fbm sat.png|250px]]</nowiki>}}
 
|-
 
! scope="row" | logo_caption
 
| A caption explaining the image.
 
| {{code|Series logo caption}}
 
|-
 
! scope="row" | type
 
| Single or multiple types which describe the league well. If you include multiple, use {{code|<nowiki><br></nowiki>}} between them. If you include a mention of a car or a class of cars, create a link through the class abbreviation (see example values). Some examples: [[:Category:TBO cars|TBO]] league, endurance league, multiclass league, mixed class league, single seater league, sprint league, drift league, open wheel series, single event series
 
| {{code|sprint league}}, {{code|<nowiki>{{Car link|XRR}} league</nowiki>}}, {{code|<nowiki>endurance league<br>[[:Category:GTR cars|GTR]] league</nowiki>}}
 
|-
 
! scope="row" | recurrence
 
| Recurrence type of the event. If it's irregular (a specific season is announced with less than 10 scheduled rounds), use custom. Choose one of the following: daily, weekly, bi-weekly, monthly, custom.
 
| {{code|weekly}}
 
|-
 
! scope="row" | license
 
| The minimum required license to participate in the league, dictated by the track/car combos used in specific rounds. If it's very diverse, choose various. Choose one of the following: demo, S1, S2, S3, various.
 
| {{code|S2}}
 
|-
 
! scope="row" | prizepool
 
| Given there is a prize pool for the event, input the amount here only. Define currency in parameter {{code|<nowiki>|prizecurrency=</nowiki>}}.
 
| {{code|250}}
 
|-
 
! scope="row" | prizecurrency
 
| Currency of the prize pool defined in parameter {{code|<nowiki>|prizepool=</nowiki>}}.
 
| {{code|EUR}}
 
|-
 
! scope="row" | signup
 
| Whether the event requires signing up to participate. Choose one of the following: yes, no.
 
| {{code|yes}}
 
|-
 
! scope="row" | firstseason
 
| Inaugural season, the year in which it's first season concluded.
 
| {{code|2006}}
 
|-
 
! scope="row" | yearsactive
 
| A period when the league was actively running. Use an en dash ({{code|–}}) between year ranges and after year if the league is still running. If there are multiple periods, use {{code|<nowiki><br></nowiki>}} between them.
 
| {{code|2020–}}, {{code|2022–2024}}, {{code|<nowiki>2010–2017,<br>2020–</nowiki>}}
 
|-
 
! scope="row" | seasons
 
| Number of seasons.
 
| {{code|7}}
 
|-
 
! scope="row" | related
 
| More or less organizationally related events. For example [[Fragmaster's Fox Friday]] is relevant to [[Fragmaster's GTi Thursday]], while [[Kyoto 500]] and [[Kyoto 250]] are related as well.
 
| {{code|Other League}}
 
|-
 
! scope="row" | orgs
 
| League organizers. If there are multiple organizers, use {{code|<nowiki><br></nowiki>}} between them.
 
| {{code|Best Team Ever}}, {{code|<nowiki>Awesome Organizer Team<br>Another One</nowiki>}}
 
|-
 
! scope="row" | website
 
| Official website of the league. Include the link only.
 
| {{code|<nowiki>https://www.lfs.net</nowiki>}}
 
|}
 
  
 
<includeonly>
 
<includeonly>
 
[[Category:Infobox templates]]
 
[[Category:Infobox templates]]
 
</includeonly>
 
</includeonly>

Revision as of 16:46, 25 June 2025

Information icon4.png This is a documentation subpage for Template:Infobox race.

It may contain usage information, categories and other content that is not part of the original page.

Infobox race is used to create an infobox which summarizes the main information of a particular race or event.

Usage

Race name
2014KY500Logo.png
logo caption if needed
Organizers Organizer Team
Date 19 October 2025
{{Infobox league
| name          = 
| logo          = 
| logo_caption  = 
| type          = 
| recurrence    = 
| license       = 
| prizepool     = 
| prizecurrency = 
| signup        = 
| firstseason   = 
| yearsactive   = 
| seasons       = 
| related       = 
| orgs          = 
| website       = 
}}