Template:LotS/raidalt: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(Fixing a very broken template.) |
||
Line 1: | Line 1: | ||
{{LotS/Paypal}} | {{LotS/Paypal}} | ||
{| | |||
{|{{LotS/TableHead}} cellpadding="0" | |||
! colspan="4" width="600" style="font-size:140%"|{{{name}}} | |||
|- | |- | ||
|Type: {{{type}}} | |width="100" rowspan="2" valign="middle"|{{#if:{{{image|}}}|[[Image:{{{image}}}]]| [[Image:{{{name}}}.jpg|{{{name}}}]] }} | ||
!width="133"| Type | |||
!width="133"| Max Players | |||
!width="133"| Time Limit | |||
|- style="color: #FFFFFF; background: #1c1c1c;" | |||
|{{{type}}} | |||
|{{{players}}} | |||
|{{{time}}} | |||
|- | |- | ||
! Difficulty | |||
!width="150"| Health | |||
!width="150"| Fair Share | |||
!width="150"| Optimal Fair Share | |||
|- style="color: #FFFFFF; background: #1c1c1c;" | |||
|- style="color: #FFFFFF; background: #1c1c1c; | |||
|Normal | |Normal | ||
|{{#number_format:{{{normalhp|}}} }} | |{{#number_format: {{{normalhp|}}} }} | ||
|- style="color: #FFFFFF; background: #1c1c1c; | |{{#number_format: {{#expr: {{{normalhp|}}} / {{{players|}}} }} }} | ||
|{{#number_format: {{#expr: {{{normalhp|}}} / {{{players|}}} * {{#switch:{{{players|}}}|10 = 1.25|50 = 2.2| 100 = 2.3|250 = 1|500 = 1.5|1}} }} }} | |||
|- style="color: #FFFFFF; background: #1c1c1c;" | |||
|Hard | |Hard | ||
|{{#number_format:{{{hardhp|}}} }} | |{{#number_format: {{{hardhp|}}} }} | ||
|- style="color: #FFFFFF; background: #1c1c1c; | |{{#number_format: {{#expr: {{{hardhp|}}} / {{{players|}}} }} }} | ||
|{{#number_format: {{#expr: {{{hardhp|}}} / {{{players|}}} * {{#switch:{{{players|}}}|10 = 1.25|50 = 2.2| 100 = 2.3|250 = 1|500 = 1.5|1}} }} }} | |||
|- style="color: #FFFFFF; background: #1c1c1c;" | |||
|Legendary | |Legendary | ||
|{{#number_format:{{{legendaryhp|}}} }} | |{{#number_format: {{{legendaryhp|}}} }} | ||
|- style="color: #FFFFFF; background: #1c1c1c; | |{{#number_format: {{#expr: {{{legendaryhp|}}} / {{{players|}}} }} }} | ||
|{{#number_format: {{#expr: {{{legendaryhp|}}} / {{{players|}}} * {{#switch:{{{players|}}}|10 = 1.25|50 = 2.2| 100 = 2.3|250 = 1|500 = 1.5|1}} }} }} | |||
|- style="color: #FFFFFF; background: #1c1c1c;" | |||
|Nightmare | |Nightmare | ||
|{{#number_format:{{{nightmarehp|}}} }} | |{{#number_format: {{{nightmarehp|}}} }} | ||
|} | |{{#number_format: {{#expr: {{{nightmarehp|}}} / {{{players|}}} }} }} | ||
| | |{{#number_format: {{#expr: {{{nightmarehp|}}} / {{{players|}}} * {{#switch:{{{players|}}}|10 = 1.25|50 = 2.2| 100 = 2.3|250 = 1|500 = 1.5|1}} }} }} | ||
|{{:{{ | |||
|} | |} | ||
{{:{{PAGENAME}}/loot}} | |||
<includeonly>[[Category:{{{type}}} Raid]]</includeonly> |
Revision as of 10:29, 15 August 2012
{{{name}}} | |||
---|---|---|---|
[[Image:{{{name}}}.jpg|{{{name}}}]] | Type | Max Players | Time Limit |
{{{type}}} | {{{players}}} | {{{time}}} | |
Difficulty | Health | Fair Share | Optimal Fair Share |
Normal | {{#number_format: }} | {{#number_format: Expression error: Unexpected / operator. }} | {{#number_format: Expression error: Unexpected / operator. }} |
Hard | {{#number_format: }} | {{#number_format: Expression error: Unexpected / operator. }} | {{#number_format: Expression error: Unexpected / operator. }} |
Legendary | {{#number_format: }} | {{#number_format: Expression error: Unexpected / operator. }} | {{#number_format: Expression error: Unexpected / operator. }} |
Nightmare | {{#number_format: }} | {{#number_format: Expression error: Unexpected / operator. }} | {{#number_format: Expression error: Unexpected / operator. }} |