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 )
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