Extension:CongressLookup

From mediawiki.org
MediaWiki extensions manual
CongressLookup
Release status: unmaintained
Implementation User interface
Description Allows users to look up contact info for their representatives
Author(s)
Latest version 2.0.0 (2018-05-06)
Compatibility policy Snapshots releases along with MediaWiki. Master is not backward compatible.
MediaWiki 1.29+
License MIT License
Download
Quarterly downloads 0
Translate the CongressLookup extension if it is available at translatewiki.net
Issues Open tasks · Report a bug

The CongressLookup extension makes it easy for U.S. users to look up contact info for their representatives by entering their zip code. It includes table dumps of 2012 congressional info.

Installation

  • Download and move the extracted CongressLookup folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/CongressLookup
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'CongressLookup' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

You should then be able to load the page Special:CongressLookup.

Interface