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 01:51, 3 May 2013 (better). 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 )
    return [===[
{| {{{style|align="{{{align|right}}}" cellspacing="0" cellpadding="0" style="white-space:wrap; clear: {{{clear|left}}}; margin-top: 0em; margin-bottom: .5em; float: {{{align|right}}};padding: .5em 0em 0em 1.4em; background: none;"}}}
|
{| class="wikitable"
! RfA candidate !! S !! O !! N !! S% !! Ending (UTC) !! Time left !! Dups? !! Report
|-
{{Bureaucrat candidate|candidate= Legoktm|support= 43|oppose= 2|neutral= 1|end date= 03:20, 9 May 2013 |time left=6 days, 1 hours|dups= no|rfa=yes}}
|-
{{Bureaucrat candidate|candidate= Paulmcdonald|support= 56|oppose= 3|neutral= 2|end date= 23:41, 7 May 2013 |time left=4 days, 22 hours|dups= no|rfa=yes}}
|-
{{Bureaucrat candidate|candidate= Pjoef|support= 11|oppose= 41|neutral= 14|end date= 14:24, 6 May 2013 |time left=3 days, 12 hours|dups= no|rfa=yes}}
|}
|}
]===]
end
 
return p