Difference between revisions of "User:Mornsta/HelperUseCalculator"
Jump to navigation
Jump to search
>Mornsta-gpuser |
>Mornsta-gpuser |
||
| (8 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| + | <noinclude>Helper Use Calculator, used on [[Currency#Mana|Currency]] page.</noinclude> | ||
<includeonly> | <includeonly> | ||
<script> | <script> | ||
| Line 27: | Line 28: | ||
<div style="display:inline;"><input type="number" id="USERS" class="a"></div> | <div style="display:inline;"><input type="number" id="USERS" class="a"></div> | ||
</div> | </div> | ||
| + | </div> | ||
| − | + | <div style="width:100%"> | |
| − | + | <div class="dt-term" style="display:inline-block;width:120px;text-align:right;padding: 3px 8px 3px 0;margin: 0 -6px 0 0;border-right:3px #528e52 solid;font-weight:bold;vertical-align:top"> | |
| − | + | <div>Friends who used</div> | |
| − | + | </div> | |
| − | + | <div class="dd-description" style="display:inline-block;width:150px;text-align:left;padding: 3px 0 3px 6px;border-left: 1px #528e52 solid;vertical-align:top"> | |
| − | + | <div id="FRIENDS" style="display:inline;"></div> | |
| − | + | </div> | |
| + | </div> | ||
| − | + | <div style="width:100%"> | |
| − | + | <div class="dt-term" style="display:inline-block;width:120px;text-align:right;padding: 3px 8px 3px 0;margin: 0 -6px 0 0;border-right:3px #528e52 solid;font-weight:bold;vertical-align:top"> | |
| − | + | <div>Non-Friends who used</div> | |
| − | + | </div> | |
| − | + | <div class="dd-description" style="display:inline-block;width:150px;text-align:left;padding: 3px 0 3px 6px;border-left: 1px #528e52 solid;vertical-align:top"> | |
| − | + | <div id="NONFRIENDS" style="display:inline;"></div> | |
| − | + | </div> | |
| − | + | </div> | |
| − | + | <button onclick="calculate()"> | |
| − | + | Calculate | |
| − | + | </button> | |
</includeonly> | </includeonly> | ||
Latest revision as of 20:03, 3 January 2019
Helper Use Calculator, used on Currency page.