WOW.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Wikipedia:User scripts/Snippets - Wikipedia

    en.wikipedia.org/.../Wikipedia:User_scripts/Snippets

    This is a list of code snippets that exist as subpages of "Wikipedia:WikiProject User Scripts", which is the previous name for the Many of these are still in use by live scripts, so they should not be deleted, and care should be taken in moving them. They may also provide insights for continued script development.

  3. Wikipedia:User scripts - Wikipedia

    en.wikipedia.org/wiki/Wikipedia:User_scripts

    Check the checkbox at Preferences → Gadgets → Advanced → Install scripts without having to manually edit JavaScript files (documentation) and click Save. Visit Wikipedia:User scripts/List. Click "Install" after each script name to install the script. Some scripts may require additional steps, so be sure to visit the documentation if any.

  4. Wikipedia:User scripts/List - Wikipedia

    en.wikipedia.org/wiki/Wikipedia:User_scripts/List

    WP:USLIST. User scripts are powerful customisations, authored by the community, that allow registered Wikipedians to change Wikipedia's interface beyond the options available in preferences. This page provides a list of available scripts and instructions on installing them. User scripts are written in JavaScript .

  5. Wikipedia:Database download - Wikipedia

    en.wikipedia.org/wiki/Wikipedia:Database_download

    Start downloading a Wikipedia database dump file such as an English Wikipedia dump. It is best to use a download manager such as GetRight so you can resume downloading the file even if your computer crashes or is shut down during the download. Download XAMPPLITE from [2] (you must get the 1.5.0 version for it to work).

  6. Wikipedia:User scripts/Ranking - Wikipedia

    en.wikipedia.org/wiki/Wikipedia:User_scripts/Ranking

    Reference Organizer displays all article's references in graphical user interface, where you can choose whether the references should be defined in the body of article or in the reference list template ([[Help:List-defined references Reference Organizer is a Wikipedia user script that allows organizing references according to user preferences ...

  7. Wikipedia:User scripts/Techniques - Wikipedia

    en.wikipedia.org/wiki/Wikipedia:User_scripts/...

    User scripts/Techniques. This page will collect various techniques for achieving common tasks needed in writing user scripts. Discussion about limitations, relative portability, and speed of the various alternatives is strongly encouraged. There is a lot of duplication and non-optimal efforts out there, and this will hopefully encourage us to ...

  8. Category:Wikipedia editor snippet collections - Wikipedia

    en.wikipedia.org/wiki/Category:Wikipedia_editor...

    Download QR code; Wikidata item; Print/export Download as PDF; ... Pages in category "Wikipedia editor snippet collections" The following 7 pages are in this category ...

  9. Wikipedia:User scripts/Guide - Wikipedia

    en.wikipedia.org/wiki/Wikipedia:User_scripts/Guide

    This will write "Hello world!" on every page, below the title, until you remove the code. User scripts are written in JavaScript, and both of the above code snippets are in JavaScript. The second snippet uses JQuery, which is a JavaScript library that specializes in manipulating HTML. $ is a JQuery function that lets us target the HTML element ...