Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox Tournament: Difference between revisions

Template page
Created page with "<noinclude> {{#cargo_declare:_table=Tournaments |name=String |image=File |organizer=String |game=String |type=String |location=String |prizepool=String |start_date=Date |end_date=Date |winner=Page }} </noinclude><includeonly> {{#cargo_store:_table=Tournaments |name={{{name|{{PAGENAME}}}}} |image={{{image|}}} |organizer={{{organizer|}}} |game={{{game|BGMI}}} |type={{{type|}}} |location={{{location|}}} |prizepool={{{prizepool|}}} |start_date={{{start_date|}}} |end_date={{{..."
 
No edit summary
Line 3: Line 3:
|name=String
|name=String
|image=File
|image=File
|series=String
|organizer=String
|organizer=String
|game=String
|game=String
|mode=String
|type=String
|type=String
|location=String
|location=String
Line 10: Line 12:
|start_date=Date
|start_date=Date
|end_date=Date
|end_date=Date
|tier=String
|teams=Integer
|winner=Page
|winner=Page
}}
}}
Line 16: Line 20:
|name={{{name|{{PAGENAME}}}}}
|name={{{name|{{PAGENAME}}}}}
|image={{{image|}}}
|image={{{image|}}}
|series={{{series|}}}
|organizer={{{organizer|}}}
|organizer={{{organizer|}}}
|game={{{game|BGMI}}}
|game={{{game|BGMI}}}
|mode={{{mode|}}}
|type={{{type|}}}
|type={{{type|}}}
|location={{{location|}}}
|location={{{location|}}}
Line 23: Line 29:
|start_date={{{start_date|}}}
|start_date={{{start_date|}}}
|end_date={{{end_date|}}}
|end_date={{{end_date|}}}
|tier={{{tier|}}}
|teams={{{teams|}}}
|winner={{{winner|}}}
|winner={{{winner|}}}
}}
}}
Line 31: Line 39:
     {{#if:{{{image|}}}|
     {{#if:{{{image|}}}|
     <div class="infobox-image">[[File:{{{image}}}|250px]]</div>
     <div class="infobox-image">[[File:{{{image}}}|250px]]</div>
    }}
    <div class="infobox-header" style="font-size: 1rem; margin-top: 5px;">League Information</div>
    {{#if:{{{series|}}}|
    <div class="infobox-row">
        <span class="infobox-label">Series</span>
        <span>{{{series}}}</span>
    </div>
     }}
     }}


Line 39: Line 56:
     </div>
     </div>
     }}
     }}
 
   
    {{#if:{{{type|}}}|
    {{#if:{{{type|}}}|
     <div class="infobox-row">
     <div class="infobox-row">
         <span class="infobox-label">Type</span>
         <span class="infobox-label">Type</span>
Line 53: Line 70:
     </div>
     </div>
     }}
     }}
   
    <div class="infobox-header" style="font-size: 1rem; margin-top: 5px;">Game Settings</div>


     {{#if:{{{start_date|}}}|
     {{#if:{{{mode|}}}|
    <div class="infobox-row">
        <span class="infobox-label">Game Mode</span>
        <span>{{{mode}}}</span>
    </div>
    }}
   
    {{#if:{{{tier|}}}|
     <div class="infobox-row">
     <div class="infobox-row">
         <span class="infobox-label">Dates</span>
         <span class="infobox-label">Liquipedia Tier</span>
         <span>{{{start_date}}} {{#if:{{{end_date|}}}| – {{{end_date}}} }}</span>
         <span>{{{tier}}}</span>
     </div>
     </div>
     }}
     }}
    <div class="infobox-header" style="font-size: 1rem; margin-top: 5px;">Tournament Data</div>


     {{#if:{{{prizepool|}}}|
     {{#if:{{{prizepool|}}}|
Line 65: Line 93:
         <span class="infobox-label">Prize Pool</span>
         <span class="infobox-label">Prize Pool</span>
         <span>{{{prizepool}}}</span>
         <span>{{{prizepool}}}</span>
    </div>
    }}
    {{#if:{{{start_date|}}}|
    <div class="infobox-row">
        <span class="infobox-label">Start Date</span>
        <span>{{{start_date}}}</span>
    </div>
    }}
    {{#if:{{{end_date|}}}|
    <div class="infobox-row">
        <span class="infobox-label">End Date</span>
        <span>{{{end_date}}}</span>
    </div>
    }}
   
    {{#if:{{{teams|}}}|
    <div class="infobox-row">
        <span class="infobox-label">Teams</span>
        <span>{{{teams}}}</span>
     </div>
     </div>
     }}
     }}

Revision as of 02:03, 29 December 2025

This template defines the table "Tournaments". View table.