Difference between revisions of "Widget:TimeCalculator"

From Leaving The Cradle Wiki
Jump to navigation Jump to search
(Created page with "<includeonly> <script> →‎Any JavaScript here will be loaded for all users on every page load.: var calculatorBody = document.getElementById('mw-time-calculator'); setTimeout( CreateTimeCalculator, 1000 ); //Years corresponding with 0 of the Standard Calendar var raharYearZero = 690; var earthYearZero = 1368.05; var humanYearsinStdYear = 4.02; var raharrYearsinStdYear = 0.562; function RaharrToStd(time){ var newTime = time - raharYearZero; newTime = newTime...")
 
 
Line 1: Line 1:
<includeonly>
<includeonly>
<script>
<script>
/* Any JavaScript here will be loaded for all users on every page load. */
var calculatorBody = document.getElementById('mw-time-calculator');
var calculatorBody = document.getElementById('mw-time-calculator');



Latest revision as of 11:25, 7 June 2026