Jump to content

Module:RFX report

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by MZMcBride (talk | contribs) at 02:17, 3 May 2013 (hrm). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

--[[
Bugs:

* Using "bureaucrat candidate" template for admins wtf.
* Add a purge link?
** Or have the bot purge the page every so often, heh.
* Only output bureaucrat header as needed.
* Only output table as needed....
* <abbr> for headers?
]]

local p = {}
 
function p.print( frame )
    report =  [===[
{| align="right" cellspacing="0" cellpadding="0" style="white-space:wrap; clear: left; margin-top: 0em; margin-bottom: .5em; float: right;padding: .5em 0em 0em 1.4em; background: none;"
|
{| class="wikitable"
! RfA candidate
! S
! O
! N
! S%
! Ending (UTC)
! Time left
! Dups?
! Report
|-
| [[Wikipedia:Requests for adminship/Legoktm|Legoktm]]
| align="right" | [[Wikipedia:Requests for adminship/Legoktm#Support|43]]
| align="right" | [[Wikipedia:Requests for adminship/Legoktm#Oppose|2]]
| align="right" | [[Wikipedia:Requests for adminship/Legoktm#Neutral|1]]
| align="right" bgcolor="b1ffbb" |96
| 03:20, 9 May 2013
| 6 days, 1 hours
| <center>no</center>
| [http://toolserver.org/~tparis/rfa/?p=Wikipedia:Requests_for_adminship/Legoktm report]
|-
| [[Wikipedia:Requests for adminship/Paulmcdonald|Paulmcdonald]]
| align="right" | [[Wikipedia:Requests for adminship/Paulmcdonald#Support|56]]
| align="right" | [[Wikipedia:Requests for adminship/Paulmcdonald#Oppose|3]]
| align="right" | [[Wikipedia:Requests for adminship/Paulmcdonald#Neutral|2]]
| align="right" bgcolor="b4ffbb" | 95
| 23:41, 7 May 2013
| 4 days, 22 hours
| <center>no</center>
| [http://toolserver.org/~tparis/rfa/?p=Wikipedia:Requests_for_adminship/Paulmcdonald report]
|}
|}
]===]
    return report
end
 
return p