User:DavidHOzAu/votescript
;Votescript v1.0
Script for tabulating results of the approval voting process.
- This script has a user interface where the title of the survey page can be entered.
- After the survey page has been parsed, you will have to edit the headings scraped off the page to match the heading of the option people voted under.
- The preview and wikitable code update automatically whenever the heading text area loses focus.
TODO
Any contributions to this script would be appreciated. Leave a note on my talk page if you have any ideas.
class="wikitable collapsible collapsed" width="100%"
! Closed bugs |
Bug 0: Wikipedia integration doesn't seem to work
Bug 1: Need to modify code for each straw poll
Bug 2: Doesn't understand polls that are not subtitled with <h3>
Bug 3: Thinks that From Wikipedia, the free encyclopedia is a vote heading when looking for level 3 headings
'''Bug 4: Thinks that two separate surveys on the same page are one and the same
Bug 5: Ignores voter who doesn't wikilink to anything
|
Usage
Add the following to your user javascript:
//--------------------------------------------------------------
document.write('');
//--------------------------------------------------------------
{{/code.js}}