MediaWiki:Common.js : Différence entre versions
De Clash of Clans France
(Page créée avec « →Tout JavaScript ici sera chargé avec chaque page accédée par n’importe quel utilisateur. : if (wgPageName === "Gemmes") { importScriptPage('MediaWiki:GemCalcula... ») |
|||
Ligne 1 : | Ligne 1 : | ||
− | / | + | <script src="http://www.clashofclans.fr/gemscalc.js"></script> |
− | + | <div style="width: 600px; margin: 0 auto;"> | |
− | + | <h3 style="text-decoration: none;"> | |
− | + | <span class="mw-headline" id="Buying_Gold_or_Elixir_with_Gems"> | |
+ | Achat d'Or ou d'Élixir avec des Gemmes | ||
+ | </span> | ||
+ | </h3> | ||
+ | <p class="calc-r2g"> | ||
+ | <form onsubmit="return calcResourceToGems(0);" lpformnum="1" _lpchecked="1"> | ||
+ | Or/Élixir: <input size="10" value="0" id="resource_input_0"><input type="button" value="Calculer le coût" onclick="javascript:calcResourceToGems(0);"> | ||
+ | <span id="gem_result_0"> = 0 gemmes</span> | ||
+ | </form> | ||
+ | </p> | ||
+ | <p> | ||
+ | <br/> | ||
+ | </p> | ||
+ | <h3 style="text-decoration: none;"> | ||
+ | <span class="mw-headline" id="Buying_Dark_Elixir_with_Gems"> | ||
+ | Achat d'Élixir noir avec des Gemmes | ||
+ | </span> | ||
+ | </h3> | ||
+ | <p class="calc-de2g"> | ||
+ | <form onsubmit="return calcDarkElixirToGems(0);" lpformnum="2"> | ||
+ | Élixir noir: <input size="10" value="0" id="de_input_0"><input type="button" value="Calculer le coût" onclick="javascript:calcDarkElixirToGems(0);"> | ||
+ | <span id="de_gem_result_0"> = 0 gemmes</span> | ||
+ | </form> | ||
+ | </p> | ||
+ | <p> | ||
+ | <br/> | ||
+ | </p> | ||
+ | <h3 style="text-decoration: none;"> | ||
+ | <span class="mw-headline" id="Buying_Time_with_Gems"> | ||
+ | Achat de Temps avec des Gemmes | ||
+ | </span> | ||
+ | </h3> | ||
+ | <p class="calc-t2g"> | ||
+ | <form onsubmit="return calcTimeToGems(0);" lpformnum="3"> | ||
+ | J: <input size="5" value="0" id="days_input_0"> | ||
+ | H: <input size="5" value="0" id="hours_input_0"> | ||
+ | M: <input size="5" value="0" id="minutes_input_0"> | ||
+ | S: <input size="5" value="0" id="seconds_input_0"> | ||
+ | <input type="button" value="Calculer le coût" onclick="javascript:calcTimeToGems(0);"> | ||
+ | <span id="gem_time_result_0"> = 0 gemmes</span> | ||
+ | </form> | ||
+ | </p> | ||
+ | <p class="calc-g2t"> | ||
+ | <form onsubmit="return calcGemsToTime(0);" lpformnum="4"> | ||
+ | Gemmes: <input size="10" value="0" id="gems2_input_0"><input type="button" value="Calculer le temps" onclick="javascript:calcGemsToTime(0);"> | ||
+ | <span id="time_result_0"> = 0j 0h 0m 0s</span> | ||
+ | </form> | ||
+ | </p> | ||
+ | |||
+ | <p> | ||
+ | <br/> | ||
+ | </p> | ||
+ | |||
+ | <h3 style="text-decoration: none;"> | ||
+ | <span class="mw-headline" id="Buying_Gems_with_.24USD"> | ||
+ | Achat de Gemmes avec des Euros € | ||
+ | </span> | ||
+ | </h3> | ||
+ | <p class="calc-g2c"> | ||
+ | <form onsubmit="return calcGemToCash(0);" lpformnum="5"> | ||
+ | Gemmes: <input size="10" value="0" id="gem_input_0"><input type="button" value="Calculer le coût" onclick="javascript:calcGemToCash(0);"> | ||
+ | <span id="cash_result_0"> = 0 €</span> | ||
+ | </form> | ||
+ | </p> | ||
+ | </div> |
Version du 27 février 2018 à 17:50
<script src="http://www.clashofclans.fr/gemscalc.js"></script> <div style="width: 600px; margin: 0 auto;"> <h3 style="text-decoration: none;"> <span class="mw-headline" id="Buying_Gold_or_Elixir_with_Gems"> Achat d'Or ou d'Élixir avec des Gemmes </span> </h3> <p class="calc-r2g"> <form onsubmit="return calcResourceToGems(0);" lpformnum="1" _lpchecked="1"> Or/Élixir: <input size="10" value="0" id="resource_input_0"><input type="button" value="Calculer le coût" onclick="javascript:calcResourceToGems(0);"> <span id="gem_result_0"> = 0 gemmes</span> </form> </p> <p> <br/> </p> <h3 style="text-decoration: none;"> <span class="mw-headline" id="Buying_Dark_Elixir_with_Gems"> Achat d'Élixir noir avec des Gemmes </span> </h3> <p class="calc-de2g"> <form onsubmit="return calcDarkElixirToGems(0);" lpformnum="2"> Élixir noir: <input size="10" value="0" id="de_input_0"><input type="button" value="Calculer le coût" onclick="javascript:calcDarkElixirToGems(0);"> <span id="de_gem_result_0"> = 0 gemmes</span> </form> </p> <p> <br/> </p> <h3 style="text-decoration: none;"> <span class="mw-headline" id="Buying_Time_with_Gems"> Achat de Temps avec des Gemmes </span> </h3> <p class="calc-t2g"> <form onsubmit="return calcTimeToGems(0);" lpformnum="3"> J: <input size="5" value="0" id="days_input_0"> H: <input size="5" value="0" id="hours_input_0"> M: <input size="5" value="0" id="minutes_input_0"> S: <input size="5" value="0" id="seconds_input_0"> <input type="button" value="Calculer le coût" onclick="javascript:calcTimeToGems(0);"> <span id="gem_time_result_0"> = 0 gemmes</span> </form> </p> <p class="calc-g2t"> <form onsubmit="return calcGemsToTime(0);" lpformnum="4"> Gemmes: <input size="10" value="0" id="gems2_input_0"><input type="button" value="Calculer le temps" onclick="javascript:calcGemsToTime(0);"> <span id="time_result_0"> = 0j 0h 0m 0s</span> </form> </p> <p> <br/> </p> <h3 style="text-decoration: none;"> <span class="mw-headline" id="Buying_Gems_with_.24USD"> Achat de Gemmes avec des Euros € </span> </h3> <p class="calc-g2c"> <form onsubmit="return calcGemToCash(0);" lpformnum="5"> Gemmes: <input size="10" value="0" id="gem_input_0"><input type="button" value="Calculer le coût" onclick="javascript:calcGemToCash(0);"> <span id="cash_result_0"> = 0 €</span> </form> </p> </div>