User:Whiteknight/Scripting Wikibooks
This page is an outline for a proposed book or project. This is only a planning page, not an actual book.
(Whiteknight) (Discuss) (Book Foundry) (Current Books) (VBD Edit)
- Do not add sub-pages to this outline.
- Any user may edit this outline, but Whiteknight maintains complete editorial control on this page.
- This page may be deleted without warning.
This outline was last edited on 1 October 2007. Last edit over 205 months ago. Please update.
This book is for wikibookian programmers who are interested in using Javascript to modify and extend the Wikibooks interface for personal use. We will cover some of the functions that exist in MediaWiki:common.js as well as other global javascripts, and how they can be used to make scripting tasks easier. --Whiteknight (Page) (Talk) 18:39, 1 October 2007 (UTC)
The Plan
edit- Target Audience
- Wikibookians who are interested in scripting.
- Scope
- Will cover the MediaWiki:Common.js file, and common Javascript tasks.
- Prerequisites
- Javascript, Using Wikibooks
- Corequisites
- none.
Preface
editTable of Contents
editWikibooks Scripts Overview
edit- Included Scripts
- Global Variables
- Wikibits.js
- Site Javascript
- Common.js
- Personal Javascripts
- Extension Scripts
Common Tasks
edit- addOnloadHook
- Importing Scripts
- Adding Links and Tabs
- Changing Text and Appearance
- Editing Tools
Advanced Tasks
edit- AJAX Requests
- Semiautomated Editing
- Creating Interactive Forms
- Cross-Browser Issues
Existing Scripts
edit- Existing User Scripts
- Extending common.js