Template:WeeklyBoss: Difference between revisions

From IdleOn MMO Wiki
mNo edit summary
mNo edit summary
 
(6 intermediate revisions by the same user not shown)
Line 2: Line 2:
   <table class='wikitable'>
   <table class='wikitable'>
     <tr>
     <tr>
       <th style='text-align:center'>{{{name|Weekly Boss}}}</th>
       <th style='text-align:center;'>{{{name|Weekly Boss}}}</th>
       <th style='text-align:center'>Tasks</th>
       <th style='text-align:center;'>Tasks</th>
     </tr>
     </tr>
     <tr>
     <tr>
       <td style='text-align:center; border-right: 1px solid var(--accent-3)'>{{#if:{{{name|}}}|[[File:Not Yet.png]]|}}</td>
       <td style='text-align:center; border-right: 1px solid var(--accent-3)'>[[File:{{{name}}}.gif]]</td>
       <td rowspan='3'><ul>{{{requirements}}}</ul></td>
       <td rowspan='3'><ul>{{{requirements}}}</ul></td>
     </tr>
     </tr>
     <tr>
     <tr>
       <th style='text-align:center;'>Health</th>
       <th style='text-align:center;'>{{Icons|HP Icon|18px}} Health</th>
     </tr>
     </tr>
     <tr>
     <tr>
Line 17: Line 17:
           <tr><td>1st Diff:</td><td>{{{health}}}</td></tr>
           <tr><td>1st Diff:</td><td>{{{health}}}</td></tr>
           <tr><td>2nd Diff:</td><td>{{#expr:{{{health}}}*{{{healthmulti}}}}}</td></tr>
           <tr><td>2nd Diff:</td><td>{{#expr:{{{health}}}*{{{healthmulti}}}}}</td></tr>
           <tr><td>3rd Diff:</td><td>{{#expr:{{{health}}}*{{{healthmulti}}}^2}}</td></tr>
           <tr><td>3rd Diff:</td><td>{{#expr:({{{health}}}*{{{healthmulti}}}^2) round 0}}</td></tr>
           <tr><td>4th Diff:</td><td>{{#expr:{{{health}}}*{{{healthmulti}}}^3}}</td></tr>
           <tr><td>4th Diff:</td><td>{{#expr:({{{health}}}*{{{healthmulti}}}^3) round 0}}</td></tr>
           <tr><td>5th Diff:</td><td>{{#expr:{{{health}}}*{{{healthmulti}}}^4}}</td></tr>
           <tr><td>5th Diff:</td><td>{{#expr:({{{health}}}*{{{healthmulti}}}^4) round 0}}</td></tr>
         </table>
         </table>
       </td>
       </td>

Latest revision as of 21:00, 31 October 2023

Weekly Boss Tasks
[[File:{{{name}}}.gif]]
    {{{requirements}}}
HP Icon.png Health
1st Diff:{{{health}}}
2nd Diff:Expression error: Unrecognized punctuation character "{".
3rd Diff:Expression error: Unrecognized punctuation character "{".
4th Diff:Expression error: Unrecognized punctuation character "{".
5th Diff:Expression error: Unrecognized punctuation character "{".
{{WeeklyBoss
|name=
|requirements={{WeeklyBoss/Req|}}{{WeeklyBoss/Req|}}{{WeeklyBoss/Req|}}
|health=
|healthmulti=
}}