Extension:UserExport

From MediaWiki.org
Jump to: navigation, search
MediaWiki extensions manual - list
Crystal Clear action run.png
UserExport

Release status: beta

Implementation Special page, Data extraction
Description Export Mediawiki user name and email to a CSV file
Author(s) RodrigoSampaioPrimoTalk
Last version 1.0 (2009-08-05)
MediaWiki 1.14+
License GPL
Download Project page

Git [Help]
Commit history

Check usage (experimental)

User Export is a very simple extension to generate a CSV file with the user name and email of all Mediawiki users. It can be easily extended to support more user fields. It creates a new Special Page called UserExport where you can generate the CSV file.

[edit] Installation

  1. Create a new folder in the following location:
    mediawiki-install-folder/extensions/userexport
  2. Download the extension from this link [1] and extract the files to the recently created folder
  3. Add the following code at the bottom of your LocalSettings.php
require_once( "$IP/extensions/userexport/userexport.php" );

[edit] Usage

  1. Follow Installation Instructions
  2. You will have a new restricted Special Page called Special:UserExport with the title User Export.
  3. This page has only a button to generate the CSV file. Click on the button and download the file.
Personal tools
Namespaces
Variants
Actions
Site
Support
Download
Development
Communication
Print/export
Toolbox