MediaWiki:Gadget-CommentsInLocalTime.js: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
m (1 revision)
No edit summary
 
Line 9: Line 9:
// This script changes timestamps such as those in comments to be relative to the local time. See [[Wikipedia:Comments in Local Time]]
// This script changes timestamps such as those in comments to be relative to the local time. See [[Wikipedia:Comments in Local Time]]


importScript('User:Gary King/comments in local time.js');
importScriptURI('http://en.wikipedia.org/w/index.php?title=User:Gary_King/comments_in_local_time.js'
+ '&action=raw&ctype=text/javascript');

Latest revision as of 08:39, 24 May 2013

//  _________________________________________________________________________________________
// |                                                                                         |
// |                    === WARNING: GLOBAL GADGET FILE ===                                  |
// |                  Changes to this page affect many users.                                |
// | Please discuss changes on the talk page or on [[Wikipedia_talk:Gadget]] before editing. |
// |_________________________________________________________________________________________|
//
// Imported from [[User:Gary King/localize comments.js]] (since moved to [[User:Gary King/comments in local time.js]])
// This script changes timestamps such as those in comments to be relative to the local time. See [[Wikipedia:Comments in Local Time]]

importScriptURI('http://en.wikipedia.org/w/index.php?title=User:Gary_King/comments_in_local_time.js'
+ '&action=raw&ctype=text/javascript');