Extension:PollNY
PollNY Release status: stable |
|
---|---|
Implementation | Special page |
Description | Advanced polling system that uses special pages and allows embedding polls to wiki pages |
Author(s) | Aaron Wright, David Pean, Jack Phoenix |
Latest version | 3.7.0 |
MediaWiki | 1.39+ |
Database changes | Yes |
License | GNU General Public License 2.0 or later |
Download | |
Help | Help:Extension:PollNY |
Expand | |
Expand | |
Expand | |
Quarterly downloads | Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin'). |
Public wikis using | Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin'). |
Translate the PollNY extension if it is available at translatewiki.net | |
Issues | Open tasks · Report a bug |
The PollNY extension defines a new namespace for polls (NS_POLL, the namespace number is 300 by default) and 6 new special pages for poll creation/administration.
Polls can be embedded on normal wiki pages with the <pollembed>
tag.
Syntax is:
<pollembed title="Name of the poll" />
Special:AdminPoll can be used by users with 'polladmin' rights to view all polls and administer them, Special:CreatePoll is used to create new polls, Special:RandomPoll takes you to a randomly chosen poll, Special:UpdatePoll is like action=edit for polls and Special:ViewPoll can be used by all users to view available polls.
These new special pages (except for Special:UpdatePoll) will show up on Special:SpecialPages in the "Polls" section.
See Help:Extension:PollNY for more information on how to use this extension.
Dependencies
- Extension:SocialProfile
- New database tables: poll_choice, poll_question and poll_user_vote
Installation
- <translate> [[<tvar name=2>Special:ExtensionDistributor/PollNY</tvar>|Download]] and move the extracted <tvar name=name>
PollNY
</tvar> folder to your <tvar name=ext>extensions/
</tvar> directory.</translate>
<translate> Developers and code contributors should install the extension [[<tvar name=git>Special:MyLanguage/Download from Git</tvar>|from Git]] instead, using:</translate>cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/PollNY - <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
wfLoadExtension( 'PollNY' );
- <translate> Run the [[<tvar name=update>Special:MyLanguage/Manual:Update.php</tvar>|update script]] which will automatically create the necessary database tables that this extension needs.</translate>
- File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>
User rights
This extension adds one new user right, polladmin
, which allows accessing Special:AdminPoll to administer polls created through Special:CreatePoll.
By default sysops have this user right.
User points
$wgUserStatsPointValues['poll_vote']
— set this to something to give out points for answering existing polls.
Parameters
$wgPollDisplay['comments']
— whether to display comments on poll pages or not. Defaults tofalse
. Requires Comments extension.$wgCreatePollThresholds
— for example'edits' => 5
if you want to require users to have at least 5 edits before they can create new polls. Defaults to an empty array (no restrictions).
File:OOjs UI icon information-progressive.svg | <translate> This extension is included in the following wiki farms/hosts and/or packages:</translate>
<translate> This is not an authoritative list.</translate> <translate> Some wiki farms/hosts and/or packages may contain this extension even if they are not listed here.</translate> <translate> Always check with your wiki farms/hosts or bundle to confirm.</translate> |
- Pages with script errors
- Pages with broken file links
- Stable extensions
- Extensions without an image
- Special page extensions
- Extensions without a compatibility policy
- Extensions with manual MediaWiki version
- GPL licensed extensions
- Extensions in Wikimedia version control
- APIGetAllowedParams extensions
- ArticleDelete extensions
- ArticleFromTitle extensions
- LoadExtensionSchemaUpdates extensions
- PageMoveComplete extensions
- ParserFirstCallInit extensions
- All extensions
- Social tools
- Poll extensions