Widget:YieldCalc: Difference between revisions

From Ara: History Untold Wiki
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 28: Line 28:
   let E = Number(document.getElementById('percBonus').value);
   let E = Number(document.getElementById('percBonus').value);


  let F = Number(document.getElementById('verse').value); /* Extra farm adjacency from religious verse (Boolean) */
 
   let H = C + F; /* Add F to the actual amount of farms in the region */
   let H = C + F; /* Add F to the actual amount of farms in the region */



Revision as of 01:03, 25 October 2024

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

Usage: ‎{{#Widget:YieldCalc}}