Things to do

edit



Tools, tips, etc.

edit

To include a tooltip:

<span data-toggle="tooltip" title="The tooltip to display">Normal text (hover over me)</span>

produces: Normal text (hover over me)


To force scripts to load in order: first.js and then second.js:

mw.loader.getScript( "/w/index.php?title=first.js&action=raw&ctype=text/javascript" ).then( function () {
  mw.loader.getScript( "/w/index.php?title=second.js&action=raw&ctype=text/javascript" );
} );

Reference

edit

Characters

edit
Curly “ ” ‘ ’
&#34; "    &quot;
&#38; &   &amp;
&#39; '
&#47; /
&#60; <    &lt;
&#61; =
&#62; >    &gt;
&#63; ?
&#91; [
&#93; ]
&#123; {
&#125; }
&#124; |
&#126; ~