Widget:YieldCalc: Difference between revisions

From Ara: History Untold Wiki
No edit summary
No edit summary
Line 30: Line 30:


   document.getElementById('outputvalue').innerText= (
   document.getElementById('outputvalue').innerText= (
     Math.floor(A*B+B*5*C+5+(A+5*C)*250+(C-1)*5+A)
     Math.floor(A*B+B*5*C+5+(A+5*C)*2.5+(C-1)*5+A)
   );
   );
}
}

Revision as of 00:33, 25 October 2024

This widget is used to display and calculate the yield with the values submitted by the user.

Usage: ‎{{#Widget:YieldCalc}}