Talking about
User:Technical 13/Scripts/Gadget-BugCreateNew.js is a topic that arouses the interest of people of all ages and profiles. Whether due to its historical relevance, its impact on current society or its influence in different areas,
User:Technical 13/Scripts/Gadget-BugCreateNew.js is a topic that deserves to be explored and understood in its entirety. Over the years,
User:Technical 13/Scripts/Gadget-BugCreateNew.js has been the subject of debate, analysis and study, demonstrating its importance and significance. In this article, we will delve into the fascinating world of
User:Technical 13/Scripts/Gadget-BugCreateNew.js, exploring its different facets, its evolution over time and its impact on everyday life.
/* _____________________________________________________________________________
* | |
* | === WARNING: GLOBAL GADGET FILE === |
* | Changes to this page affect many users. |
* | Please discuss changes on the talk page or on ] before editing. |
* |_____________________________________________________________________________|
*
* Create a toolbox link to for one-click access for filing new bug reports with Bugzilla.
* Revision: 1.0
* Author: Technical_13 (AKA ShoeMaker)
*/
$( document ).ready( function() {
mw.util.addPortletLink(
'p-tb',
'https://bugzilla.wikimedia.org/enter_bug.cgi',
'Bugzilla',
't-messagenames',
'File a new bug report with Bugzilla.'
);
});