扩展:CongressLookup

From mediawiki.org
This page is a translated version of the page Extension:CongressLookup and the translation is 20% complete.
MediaWiki扩展手册
CongressLookup
发行状态: 不再維護
实现 用户界面
描述 Allows users to look up contact info for their representatives
作者
最新版本 2.0.0 (2018-05-06)
兼容性政策 快照跟随MediaWiki发布。 master分支不向后兼容。
MediaWiki 1.29+
许可协议 MIT授權條款
下載
季度下載量 0
前往translatewiki.net翻譯CongressLookup扩展
問題 开启的任务 · 报告错误

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

  • 下载文件,并将其放置在您extensions/文件夹中的CongressLookup目录内。
    开发者和代码贡献人员应从Git安装扩展,输入:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/CongressLookup
  • 将下列代码放置在您的LocalSettings.php 的底部:
    wfLoadExtension( 'CongressLookup' );
    
  • Yes 完成 – 在您的wiki上导航至Special:Version,以验证已成功安装扩展。

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

Interface