Difference between revisions 139866 and 139867 on testwiki

/// PerfektesChaos/js/WikisyntaxTextMod/?X.js
/// 2012-06-27 [email protected]
/// Fingerprint: #0#0#
/// <nowiki>
/* jshint curly:true, latedef:true, laxbreak:true,
           trailing:true, undef:true, white:false  */
/* global jQuery: true, mw: true, mediaWiki: false, window: false      */
/*jslint   plusplus: true, regexp: true, sloppy: true, unparam: true,
(contracted; show full)

mw.libs.WikiSyntaxTextMod.bb.X  =  function (jQuery, mw, WSTM) {



   if (WSTM.config) {
      if (
! WSTM.config.mod) {
         WSTM.config.mod  =  { };
      }
      if (typeof(WSTM.config.mod.template) !== "object") {
         WSTM.config.mod.template  =  [
            { detect: { title: "^[Ii]nfobox Autobahn$" },
              rename: { title: [true, "Infobox hochrangige Straße"] }
            }
                                      ];
      }
   }



// Start on import: callback to waiting ...
   if (typeof(WSTM.main.wait) === "function") {
      WSTM.main.wait("X", WSTM.X.vsn);
   }
};
mw.libs.WikiSyntaxTextMod.bb.X(jQuery, mw, mw.libs.WikiSyntaxTextMod);



// Emacs
// Local Variables:
// encoding: iso-8859-1-dos
// fill-column: 80
// End:

/// EOF </nowiki>   WikiSyntaxTextMod/?X.js