Module:RFX report
Appearance
![]() | This module depends on the following other modules: |
![]() | This module uses TemplateStyles: |
Replaces User:Cyberpower678/RfX Report. Used in {{RFX report}}.
Output of the print function:
Script error: The function "main" does not exist.
--[[
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