Difference between revisions 137366 and 137372 on testwiki

mw.log  =  function (assign, apply, action, add) {
   // Popup message, if under development
   //    assign  -- debugging object
   //               >  .max     number of message boxes
   //               >  .say     identification of app
   //               >< .loud    false: silent
   //               >< .man     current message box count
   //    apply   -- message string
(contracted; show full)};   // mw.log()



window.debugging  =  { loud: true,
                       say:  "## (test.PC) ##" };


mw.libs.paneMarker  =  { opt:  { faviconICO: "https://secure.wikimedia.org/favicon.ico",
                                 faviconPNG: false }
                       };
mw.loader.load("//www.mediawikitest.wikipedia.org/w/index.php?title="
               + "User:PerfektesChaos/js/paneMarker/r.js"
               + "&action=raw&ctype=text/javascript&maxage=3600&smaxage=3600",
               "text/javascript");