Difference between revisions of "Template:PrizepoolSE"
From QWiki
m (Added shared third place options for 8 and 16 players) |
m (Fixing corruption for number=3) |
||
Line 66: | Line 66: | ||
{{!}} style="text-align:left;"{{!}}'''{{player|flag={{{f3}}}|race={{{r3}}}|{{{p3}}}}}''' | {{!}} style="text-align:left;"{{!}}'''{{player|flag={{{f3}}}|race={{{r3}}}|{{{p3}}}}}''' | ||
{{ #ifeq: true|{{{withteams}}}|{{!}}{{Team|{{{t3}}}}}}} | {{ #ifeq: true|{{{withteams}}}|{{!}}{{Team|{{{t3}}}}}}} | ||
+ | {{!}}} | ||
+ | | | ||
+ | {{{!}} class="table table-bordered" style="text-align:center;" data-cutafter="{{{cutafter|4}}}" {{#if:{{{tablestyle|}}}|style="{{{tablestyle|}}}"}} | ||
+ | !width=80px{{!}}Place | ||
+ | !width={{{width|85px}}}{{!}}Prize ({{{currency}}}) | ||
+ | {{#if:{{{currency2|}}}|!width=95px {{!}}~Prize ({{{currency2}}})*}} | ||
+ | !style="text-align:left;" width={{{playerwidth|200px}}}{{!}}Winner | ||
+ | {{ #ifeq: true|{{{withteams}}}|!width=190px{{!}}Team}} | ||
+ | {{!}}-style="background-color:{{MedalColour|1}};" | ||
+ | {{!}}align="center"{{!}}{{medal|1}} '''1st''' | ||
+ | {{!}}align="center"{{!}}{{{symbol}}}{{{m1}}} | ||
+ | {{#if:{{{currency2|}}}|{{!}}align="center"{{!}}{{{symbol2}}}{{{c1}}}}} | ||
+ | {{!}} style="text-align:left;"{{!}}'''{{player|flag={{{f1}}}|race={{{r1}}}|{{{p1}}}}}''' | ||
+ | {{ #ifeq: true|{{{withteams}}}|{{!}}{{Team|{{{t1}}}}}}} | ||
+ | {{!}}-style="background-color:{{MedalColour|2}};" | ||
+ | {{!}}align="center"{{!}}{{medal|2}} '''2nd''' | ||
+ | {{!}}align="center"{{!}}{{{symbol}}}{{{m2}}} | ||
+ | {{#if:{{{currency2|}}}|{{!}}align="center"{{!}}{{{symbol2}}}{{{c2}}}}} | ||
+ | {{!}} style="text-align:left;"{{!}}'''{{player|flag={{{f2}}}|race={{{r2}}}|{{{p2}}}}}''' | ||
+ | {{ #ifeq: true|{{{withteams}}}|{{!}}{{Team|{{{t2}}}}}}} | ||
+ | {{!}}-style="background-color:{{MedalColour|3}};" | ||
+ | {{!}}rowspan="2" align="center"{{!}}{{medal|sf}}'''3rd/4th''' | ||
+ | {{!}}rowspan="2" align="center"{{!}}{{{symbol}}}{{{m3}}} | ||
+ | {{#if:{{{currency2|}}}|{{!}}rowspan="2" align="center"{{!}}{{{symbol2}}}{{{c3}}}}} | ||
+ | {{!}} style="text-align:left;"{{!}}'''{{player|flag={{{f3}}}|race={{{r3}}}|{{{p3}}}}}''' | ||
+ | {{ #ifeq: true|{{{withteams}}}|{{!}}{{Team|{{{t3}}}}}}} | ||
+ | {{!}}-style="background-color:{{MedalColor|3}};" | ||
+ | {{!}} style="text-align:left;"{{!}}'''{{player|flag={{{f4}}}|race={{{r4}}}|{{{p4}}}}}''' | ||
+ | {{ #ifeq: true|{{{withteams}}}|{{!}}{{Team|{{{t4}}}}}}} | ||
{{!}}} | {{!}}} | ||
}} | }} |
Revision as of 09:28, 28 June 2022
Documentation (view - edit)
Template for a prizepool table for tournaments. See also {{PrizepoolSEnoprize}} and {{PrizepoolSEnoprizeNolink}}.
Example
The code:
{{PrizepoolSE |number=8 |width= |playerwidth=200 |bronzematch=true |symbol= |currency=USD |p1=Zepp |f1=ru |m1=$3,000 |p2=Lordlame |f2=ie |m2=$1,500 |p3=Avenger |f3=pl |m3=$1,000 |p4=Blixem |f4=nl |m4=$500 |p5=carapace |f5=se |m5=$350 |p6=Rock |f6=fi |m6=$250 |p7=Milton |f7=fi |m7=$200 |p8=blAze |f8=fi |m8= }}
Gives us:
Place | Prize (USD) | Winner |
---|---|---|
1st | $3,000 | Zepp |
2nd | $1,500 | Lordlame |
3rd | $1,000 | Avenger |
4th | $500 | Blixem |
5th-6th | $350 | carapace |
Rock | ||
7th-8th | $200 | Milton |
blAze |
Parameters
- |number=
- Sets number of players. Allowed inputs are 1,2,3,4,6,8,16.
- |cutafter=
- Caps when the toggle appears (default 4).
- |bronzematch=
- Must be set to "true" in all cases except number=4.
- |currency=
- Currency of the prizes. Is displayed in the title line.
- |symbol=
- Ignore this, and manually add symbol for each value.
- |pX=
- Name of the Xth player. Leave empty for TBD.
- |fX=
- Flag of the Xth player. Leave empty for default flag .
- |tX=
- Team of the Xth player. Probably shouldn't use this.
- |mX=
- Amount of prizemoney for the Xth player.
Optional
- |tablestyle=
- This declares additional table CSS styling.
- |withteams=
- Parameter "true" enables the 'Team' column. Shall this parameter be missing or assigned a value other than "true", the column 'Team' will not appear in the table.
- |width=
- Sets a different width for the first prize column. Default value is 85px.
- |playerwidth=
- Sets a different width for the player column. Default value is 200px.
- |currency2=
- 2nd currency, in which prizes are converted for simpler reading. Most likely "USD".
- |symbol2=
- Symbol of the converted currency. Most likely "$".
- |cX=
- Amount of the converted prize for the Xth player.
Copy/Paste
{{PrizepoolSE |number= |bronzematch= |withteams= |symbol= |symbol2= |currency= |currency2= |p1= |f1=|m1=|t1=|c1= |p2= |f2=|m2=|t2=|c2= |p3= |f3=|m3=|t3=|c3= |p4= |f4=|m4=|t4=|c4= |p5= |f5=|m5=|t5=|c5= |p6= |f6=|m6=|t6=|c6= |p7= |f7=|m7=|t7=|c7= |p8= |f8=|m8=|t8=|c8= |p9= |f9=|m9=|t9=|c9= |p10= |f10=|m10=|t10=|c10= |p11= |f11=|m11=|t11=|c11= |p12= |f12=|m12=|t12=|c12= |p13= |f13=|m13=|t13=|c13= |p14= |f14=|m14=|t14=|c14= |p15= |f15=|m15=|t15=|c15= |p16= |f16=|m16=|t16=|c16= }}
Adapted from Liquipedia