Template:PrizepoolSE/doc
From QWiki
Template for a prizepool table for tournaments. See also {{PrizepoolSEnoprize}} and {{PrizepoolSEnoprizeNolink}}.
Example
The code:
{{PrizepoolSE
|number=4
|bronzematch=true
|withteams=false
|symbol=€
|symbol2=$
|currency=EUR
|currency2=USD
|p1=Mutilator|f1=se|m1=5,000|t1=skt|c1=4,000
|p2=blAze|f2=fi|m2=2,222|t2=kt|c2=2,000
|p3=sane|f3=us|m3=5|t3=hwaseung|c3=53
|p4=GT|f4=br|m4=5|t4=khan|c4=54
}}
Gives us:
| Place | Prize (EUR) | ~Prize (USD)* | Winner |
|---|---|---|---|
| €5,000 | $4,000 | ||
| €2,222 | $2,000 | ||
| €5 | $53 | ||
| €5 | $54 |
Parameters
- |number=
- sets number of players. Allowed inputs are 1,2,3,4,6,8,16.
- |bronzematch=
- set to "true" if there's a bronzematch, which means different prizepool for 3rd and 4th place. Only needed if player number is >3.
- |currency=
- Currency of the prizes. Is displayed in the title line.
- |symbol=
- Symbol for currency, for example €,$,£. Is displayed before the prize value.
- |pX=
- ID of the Xth player.
- |fX=
- flag of the Xth player.
- |tX=
- team of the Xth player.
- |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