WikiEditorInplace

From Wiki4Intranet
Jump to: navigation, search


English

WikiEditorInplace is a MediaWiki extension, designed for: Allows to edit article sections without reloading the page, by loading WikiEditor via JS.

Full description

Русский

WikiEditorInplace — расширение MediaWiki, его назначение: Даёт редактировать подзаголовки (секции) статей без перезагрузки страницы, с помощью загрузки WikiEditor через JS.

Полная информация


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";