Difference between revisions of "Template:Infobox league"
From LFS Manual
Jump to navigationJump to search (Created page with "<includeonly>{{Infobox | above = {{{name|{{PAGENAMEBASE}}}}} | image = {{{logo|}}} | caption = {{{logo_caption|}}} | headerstyle = background-color: #dedede | label1...") |
|||
Line 10: | Line 10: | ||
| label2 = License | | label2 = License | ||
| data2 = {{#if:{{{license|}}}|{{{license|}}}}} | | data2 = {{#if:{{{license|}}}|{{{license|}}}}} | ||
− | | label3 = | + | | label3 = First season |
− | | data3 = {{# | + | | data3 = {{#if:{{{firstseason|}}}|{{{firstseason|}}}}} |
− | | label4 = | + | | label4 = Years active |
− | | data4 = {{#if:{{{ | + | | data4 = {{#if:{{{yearsactive|}}}|{{{yearsactive|}}}}} |
− | | label5 = | + | | label5 = Season |
− | | data5 = {{#if:{{{ | + | | data5 = {{#if:{{{seasons|}}}|{{{seasons|}}} seasons}} |
− | | label6 = | + | | label6 = Prize pool |
− | | data6 = {{#if:{{{ | + | | data6 = {{#if:{{{prizepool|}}}|{{{prizepool|}}} {{#if:{{{prizepool|}}}|{{{prizecurrency|}}}}}}} |
− | | label7 = | + | | label7 = Signup required |
− | | data7 = {{#if:{{{ | + | | data7 = {{#if:{{{signup|}}}|{{#ifeq:{{{signup|}}}|yes|{{Yes check}}|{{No mark}}}}}} |
| label8 = Organizers | | label8 = Organizers | ||
| data8 = {{#if:{{{orgs|}}}|{{{orgs|}}}}} | | data8 = {{#if:{{{orgs|}}}|{{{orgs|}}}}} |
Revision as of 13:46, 8 December 2023
Template documentation
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.
Usage
League name | |
---|---|
logo caption if needed |
|
Type |
endurance league GTR league |
License | S2 |
First season | 2010 |
Years active |
2010–2017, 2020– |
Season | 5 seasons |
Prize pool | 250 EUR |
Signup required | Yes |
Organizers | Organizer Team |
Official website |
{{Infobox league | name = | logo = | logo_caption = | type = | recurrence = | license = | prizepool = | prizecurrency = | signup = | firstseason = | yearsactive = | seasons = | related = | orgs = | website = }}
Parameters
Parameter | Explanation | Example values |
---|---|---|
name | Full name of the league/championship. | Lawnmower Racing League
|
logo | Official logo of the league. Format as if you included an image in articles, with specified width. | [[File:Mrc fbm sat.png|250px]]
|
logo_caption | A caption explaining the image. | Series logo caption
|
type | Single or multiple types which describe the league well. If you include multiple, use <br> 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: TBO league, endurance league, multiclass league, mixed class league, single seater league, sprint league, drift league, open wheel series, single event series
|
sprint league , {{Car link|XRR}} league , endurance league<br>[[:Category:GTR cars|GTR]] league
|
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. | weekly
|
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. | S2
|
prizepool | Given there is a prize pool for the event, input the amount here only. Define currency in parameter |prizecurrency= .
|
250
|
prizecurrency | Currency of the prize pool defined in parameter |prizepool= .
|
EUR
|
signup | Whether the event requires signing up to participate. Choose one of the following: yes, no. | yes
|
firstseason | Inaugural season, the year in which it's first season concluded. | 2006
|
yearsactive | A period when the league was actively running. Use an en dash (– ) between year ranges and after year if the league is still running. If there are multiple periods, use <br> between them.
|
2020– , 2022–2024 , 2010–2017,<br>2020–
|
seasons | Number of seasons. | 7
|
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. | Other League
|
orgs | League organizers. If there are multiple organizers, use <br> between them.
|
Best Team Ever , Awesome Organizer Team<br>Another One
|
website | Official website of the league. Include the link only. | https://www.lfs.net
|