MediaWiki:Gadget-site.js

From Caiyun Wiki
Revision as of 02:17, 30 August 2018 by Mingli (talk | contribs)
Jump to: navigation, search
//  _________________________________________________________________________________________
// |                                                                                         |
// |                    === 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. |
// |_________________________________________________________________________________________|
//

var tianqi = "<link href='https://fonts.googleapis.com/css?family=Roboto:400,300' rel='stylesheet' type='text/css'><div class='card'><span class='city'>Beijing</span><br><div class='sun'></div><span class='temp'>32&#176;C</span><span><ul class='variations'><li>CLEAR</li></ul></span></div>";

$('.tianqi').html(tianqi);