Difference between revisions of "Template:League infobox"

From LFS Manual
Jump to navigationJump to search
(Created page with "{| width="250" align="right" cellspacing="5" style="border: 1px solid #000000; background-color: #FAFAFA;" ! colspan="2" style="background-color: #DFDFDF;" | <div style="text-...")
 
m
 
(30 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{| width="250" align="right" cellspacing="5" style="border: 1px solid #000000; background-color: #FAFAFA;"
+
<!-- EDIT ONLY IF YOU KNOW WHAT YOU ARE DOING -->
 +
<includeonly>{| width="250" align="right" cellspacing="5" style="border: 1px solid #000000; background-color: #FAFAFA; margin:7px"
 
! colspan="2" style="background-color: #DFDFDF;" | <div style="text-align: center; position: relative; font-size:15px;">{{{name}}}<div style="position: absolute; right: 0; top: 0; margin: 0 2px; font-size:8px;">[[Template:League infobox|v]]</div></div>
 
! colspan="2" style="background-color: #DFDFDF;" | <div style="text-align: center; position: relative; font-size:15px;">{{{name}}}<div style="position: absolute; right: 0; top: 0; margin: 0 2px; font-size:8px;">[[Template:League infobox|v]]</div></div>
 
|-
 
|-
| colspan="2" align="center" | [[Image:{{{logo}}}|{{{logosize}}}]]
+
| colspan="2" align="center" | [[Image:{{{logo}}}|{{#if:{{{logosize|}}}|{{{logosize}}}|235}}px]]
|-
 
| style="vertical-align: top;" | '''First season'''
 
| {{{firstseason}}}
 
 
|-  
 
|-  
 
| style="vertical-align: top;" | '''League type'''
 
| style="vertical-align: top;" | '''League type'''
 
| {{{type}}}
 
| {{{type}}}
 +
|-
 +
| style="vertical-align: top;" | '''Signup'''
 +
| {{#ifeq:{{{signup}}}|yes|Required|}}{{#ifeq:{{{signup}}}|no|Not required|}}
 +
|-
 +
| style="vertical-align: top;" | {{#if:{{{license|}}}|'''License'''|}}
 +
| {{#ifeq:{{{license}}}|Demo|Demo|}}{{#ifeq:{{{license}}}|S1|S1|}}{{#ifeq:{{{license}}}|S2|S2|}}{{#ifeq:{{{license}}}|S3|S3|}}{{#ifeq:{{{license}}}|Various|Various|}}
 +
|-
 +
| style="vertical-align: top;" | {{#if:{{{prizepoolcurrency|}}}| |}}{{#if:{{{prizepoolcurrency}}}| |}}{{#if:{{{prizepool|}}}|'''Prize pool'''|}}
 +
| {{#ifeq:{{{prizepoolcurrency}}}|eur|{{{prizepool}}} EUR}}{{#ifeq:{{{prizepoolcurrency}}}|usd|{{{prizepool}}} USD|}}{{#ifeq:{{{prizepoolcurrency}}}||{{{prizepool}}}|}}
 +
|-
 +
| style="vertical-align: top;" | {{#if:{{{firstseason|}}}|'''First season'''|}}
 +
| {{#if:{{{firstseason|}}}|{{{firstseason}}}|}}
 +
|-
 +
| style="vertical-align: top;" | {{#if:{{{yearsactive|}}}|'''Years active'''|}}
 +
| {{#if:{{{yearsactive|}}}|{{{yearsactive}}}|}}
 +
|-
 +
| style="vertical-align: top;" | {{#if:{{{seasons|}}}|'''Seasons'''|}}
 +
| {{#if:{{{seasons|}}}|{{{seasons}}} seasons|}}
 
|-
 
|-
| style="vertical-align: top;" | '''Administrators'''
+
| style="vertical-align: top;" | {{#if:{{{orgs|}}}|'''Organizers'''|}}
| {{{admins}}}
+
| {{#if:{{{orgs|}}}|{{{orgs}}}|}}
 
|-
 
|-
 
! colspan="2" style="background-color: #DFDFDF;" | <div style="text-align: center; position: relative;">[{{{website}}} Official website]</div>
 
! colspan="2" style="background-color: #DFDFDF;" | <div style="text-align: center; position: relative;">[{{{website}}} Official website]</div>
|}
+
|}</includeonly><noinclude>
 +
{{documentation}}
 +
</noinclude>

Latest revision as of 02:28, 3 December 2023


Template Info-Icon.png

Template documentation

View - Edit



Caution.png This template has been replaced by Template:Infobox league.

This template is used on pages of LFS leagues. Some parameters are REQUIRED (to avoid showing odd things in the infobox) and there are also optional parameters like season number and administrators of a league.

Required parameters

  • name: name of the league
  • logo: a picture from the shared repository. Format: BestLeagueLogo.jpg
  • type: the type of the league (for example Endurance league, Single seater league, Mixed classes league, GTR league, Drift league, 24h Race, Single event series)
  • signup: is there a signup requirement or not? You have to input one of the following: yes / no
  • license: the minimum required license to participate in the league, you have to input one of the following: Demo / S1 / S2 / S3 / Various
  • website: website or forum of the league. Format: http://bestleague.org

Optional parameters

  • logosize: the width of the displayed logo, in pixels. You shouldn't need to use this, as if it's not given, the default value will be used (235). Format: 220
  • prizepoolcurrency: if there is a prize pool, choose currency. When used, prizepool is required. Currently supported currencies: $ USD and € EUR. Format: usd
    • prizepool: if there is a prize pool, input number only. Format: 1000
  • firstseason: a year, when the first season of the league was concluded. Format: 2010
  • yearsactive: a period when the league was active. Format: 2001–2006
  • seasons: a number of seasons. Format: 4
  • orgs: list of the organizers. Format: StrictOrganizer1, KindAdmin2, AFKAdmin3

Copy-paste format

{{League infobox
| name        = 
| logo        = 
| logosize    = 
| type        = 
| signup      = 
| license     = 
| prizepoolcurrency = 
| prizepool   = 
| firstseason = 
| yearsactive =
| seasons     = 
| orgs        = 
| website     = 
}}

Example

Example League
BL1.jpg
League type Endurance League
Signup Required
License S2
Prize pool 1000 USD
First season 1542
Years active 1542–1583
Seasons 14 seasons
Organizers StrictAdmin1, AFKAdmin3