Extension:CongressLookup/de-formal

From mediawiki.org
This page is a translated version of the page Extension:CongressLookup and the translation is 10% complete.
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

  • Die Erweiterung herunterladen und die Datei(en) in ein Verzeichnis namens CongressLookup im Ordner extensions/ ablegen.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/CongressLookup
  • Folgenden Code am Ende Ihrer LocalSettings.php -Datei hinzufügen:
    wfLoadExtension( 'CongressLookup' );
    
  • Yes Done – Zu Special:Version in dem Wiki (bei Einstellung auf deutsch nach Spezial:Version) navigieren, um die erfolgreiche Installierung der Erweiterung zu überprüfen.

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

Interface