Wikipedia:User scripts/Guide: Difference between revisions

Content deleted Content added
Let's move "Running code on page load" to "Basic techniques". It's more in-depth than the surrounding sections.
Built-in scripts: update, reword
Line 85:
 
== Built-in scripts ==
All Wikipedia pages include some built-in [[MediaWiki]] JavaScript code, with variables and functions that can be used in user scripts. Some of them wewere already mentioned (<code>mw.util$()</code>, <code>importScript()</code>, and <code>mw.hookutil</code>). This code is generally loaded as [[mw:ResourceLoader/Core modules|ResourceLoader modules]] (some of it preloaded, some loaded on demand) and ends up in properties of these globally available objects:
* <code>mw</code> (<code>mediaWiki</code>) for MediaWiki core,
* <code>OO</code> for [[mw:OOjs|OOjs]],