WikiEditorInplace

From Wiki4Intranet
Revision as of 18:24, 5 February 2014 by VitaliyFilippov (Talk | contribs) (Created page with "{{Extension4info |name=WikiEditorInplace |description en=Allows to edit article sections without reloading the page, by loading WikiEditor via JS. |description ru=Даёт р...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This is a page snapshot, showing old (but not deleted) versions of images and templates.
Jump to: navigation, search

WikiEditorInplace is a MediaWiki extension.

Status for Mediawiki4Intranet distribution:

  • Inclusion date: 2014-01-27
  • Included version: newest available
  • Improvement status: Created by MediaWiki4Intranet project

Usage

After installing, you’ll have a new user preference: Editing → Beta features → Edit article sections in-place without reloading page. Enable it and then click «[edit]» link next to the article section heading, and an editing textbox will be loaded without reloading the full page.

Installation

First install WikiEditor. Then, as usual, include WikiEditorInplace in your LocalSettings.php:

require_once "$IP/extensions/WikiEditorInplace/WikiEditorInplace.php";