Jump to content

User:Eugman/monobook.js

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Eugman (talk | contribs) at 22:07, 13 January 2006. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
// If you are editing a page, click the wikify button on your tab bar to add "{{wikify}}" to the top, set "Marked for wikification." as the edit summary, mark it as a minor edit, and submit.

function doQwikify() {
  document.editform.wpTextbox1.value = "{{wikify}}\n\n" + document.editform.wpTextbox1.value;
  document.editform.wpSummary.value = "Marked for wikification.";
  document.editform.wpMinoredit.checked = true;
  document.editform.submit();
}
function addQwikify() {
  addTab("javascript:doQwikify()", "wikify", "ca-wikify", "Mark for wikification", "");
  akeytt();
}

if (document.title.indexOf("Editing ") == 0)
  addOnloadHook(addQwikify);

// by [[User:Raylu|raylu]]
//