Widget:YieldCalc: Difference between revisions

From Ara: History Untold Wiki
No edit summary
No edit summary
Tag: Reverted
Line 5: Line 5:
</noinclude>
</noinclude>
<includeonly>
<includeonly>
<form action="">
  <h1>Login</h1>
  <input type="text" class="form-control" placeholder="Enter your Username...">
  <input type="password" class="form-control" placeholder="Enter your Password...">
  <button type="submit">Submit</button>
</form>
<script type="text/javascript">
<script type="text/javascript">
/* Yield Calculator */
/* Yield Calculator */
Line 20: Line 28:
document.getElementById("foodYield").innerHTML = z;
document.getElementById("foodYield").innerHTML = z;
</script>
</script>
</includeonly>
</includeonly>

Revision as of 21:10, 24 October 2024

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

Usage: ‎{{#Widget:YieldCalc}}