MediaWiki:Centralnotice-template-WikipediaDayUS2019

From Meta, a Wikimedia project coordination wiki

<style type="text/css">

  1. cn-toggle-box {
 float: right;

} .wlm_2012_org_image {

 border: 0 

} div.georegion, div#bday-banner {

 display: none;

} div.georegionselected {

 display: block;

}

</style>

<script type="text/javascript"> var region = mw.centralNotice.data.region; if( region == 'CA' ) {

 if( Geo.lat <= 36 ) {
   region = 'CA-south';
 } else {
   region = 'CA-north';
 }

} else if( region == 'GA' && Geo.lat <= 30.9 ) {

 region = 'GA-south';

} var div = $( 'div.georegion.georegion-' + region ) if( div.length ) {

 div.addClass('georegionselected');
 $( 'div#bday-banner' ).show();

} </script>