Widget:YieldCalc: Difference between revisions
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
} | } | ||
#foodYieldForm { | #foodYieldForm { | ||
width: | width: 80px; | ||
} | } | ||
</style> | </style> | ||
Line 20: | Line 20: | ||
<input type="submit" value="Calculate" onClick="yieldScript()"> | <input type="submit" value="Calculate" onClick="yieldScript()"> | ||
</form> | </form> | ||
<span id="outputvalue"> | Yield: <span id="outputvalue"></span> | ||
<script type="text/javascript"> | <script type="text/javascript"> |
Revision as of 01:17, 25 October 2024
This widget is used to display and calculate the yield with the values submitted by the user.
Usage: {{#Widget:YieldCalc}}