הערה: לאחר הפרסום, ייתכן שיהיה צורך לנקות את זיכרון המטמון (cache) של הדפדפן כדי להבחין בשינויים.

  • פיירפוקס / ספארי: להחזיק את המקש Shift בעת לחיצה על טעינה מחדש (Reload) או ללחוץ על צירוף המקשים Ctrl-F5 או Ctrl-R (במחשב מק: ⌘-R).
  • גוגל כרום: ללחוץ על צירוף המקשים Ctrl-Shift-R (במחשב מק: ⌘-Shift-R).
  • אינטרנט אקספלורר / אדג': להחזיק את המקש Ctrl בעת לחיצה על רענן (Refresh) או ללחוץ על צירוף המקשים Ctrl-F5.
  • אופרה: ללחוץ על Ctrl-F5.
$(templateSC_onload);

// script written by [[User:Yonidebest]]
function wikiCalc() {
  var psearch = document.getElementById('p-search');
  var txt = '</div><div id="p-search1" class="portlet"><h5><label for="calcInput">מחשבון ויקי</label></h5><div id="wikiCalc" class="pBody"><form name="createbox" action="/w/index.php" method="get" class="createbox" id="createbox"><p><input type="hidden" name="action" value="edit" /><input type="hidden" name="preload" value="משתמש:דניאל ב./מחשבון ויקי/2" /><input type="hidden" name="editintro" value="משתמש:דניאל ב./מחשבון ויקי/1" /></p><p><input id="calcInput" class="createboxInput" name="title" type="text" value="" size="16" /><br /><input type="submit" name="create" class="createboxButton" value="חשב" /></p></form></div>';
  psearch.innerHTML += txt;
}
  
$(wikiCalc);

// [[:w:en:User:Haza-w/Drop-down menus]]
mw.loader.load('https://en.wikipedia.org/w/index.php?action=raw&ctype=text/javascript&title=User:Haza-w/cactions.js');