This is an old revision of this page, as edited by Blood Red Sandman(talk | contribs) at 00:17, 12 February 2010(I am reliably informed by ShakataGaNai that this is a good change.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.Revision as of 00:17, 12 February 2010 by Blood Red Sandman(talk | contribs)(I am reliably informed by ShakataGaNai that this is a good change.)
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
functionliveClock(){if(typeof(UTCLiveClockConfig)=='undefined')UTCLiveClockConfig={};varportletId=UTCLiveClockConfig.portletId||'p-personal';varnextNode=UTCLiveClockConfig.nextNodeId?document.getElementById(UTCLiveClockConfig.nextNodeId):undefined;liveClock.node=addPortletLink(portletId,wgServer+wgScriptPath+'/index.php?title='+encodeURIComponent(wgPageName)+'&action=purge','','utcdate',undefined,undefined,nextNode);if(!liveClock.node)return;if(skin!=="vector"){//Looks bad on vector liveClock.node.style.fontSize='larger';}liveClock.node.style.fontWeight='bolder';showTime();}addOnloadHook(liveClock)functionshowTime(){vardateNode=liveClock.node;if(!dateNode){return;}varnow=newDate();varhh=now.getUTCHours();varmm=now.getUTCMinutes();varss=now.getUTCSeconds();vartime=(hh<10?'0'+hh:hh)+':'+(mm<10?'0'+mm:mm)+':'+(ss<10?'0'+ss:ss);dateNode.firstChild.replaceChild(document.createTextNode(time),dateNode.firstChild.firstChild);window.setTimeout(showTime,1000);}