توضیحات پودمان[ایجاد] [پاکسازی]
-- This module provides RfX data for [[Module:RfX template maker]].
-- It is updated by [[User:Cyberbot I]].

local rfa = {
	{
		user = "Example",
		page = "Wikipedia:Requests for adminship/Example 2",
		supports = 135,
		opposes = 17,
		neutrals = 4,
		percent = 89,
		endtime = "08:53, 12 February 2014 (UTC)",
		timeleft = "3 days, 17 hours",
		lastupdate = "11:15, 8 February 2014 (UTC)",
		dupes = "no",
		report = "https://tools.wmflabs.org/xtools/rfa/?p=Wikipedia:Requests_for_adminship/Example",
		status = "open"
	},
	{
		user = "AnotherExample",
		page = "Wikipedia:Requests for adminship/AnotherExample",
		supports = 24,
		opposes = 22,
		neutrals = 10,
		percent = 52,
		endtime = "09:12, 15 February 2014 (UTC)",
		timeleft = "5 days, 18 hours",
		lastupdate = "11:15, 8 February 2014 (UTC)",
		dupes = "no",
		report = "https://tools.wmflabs.org/xtools/rfa/?p=Wikipedia:Requests_for_adminship/AnotherExample",
		status = "open"
	}
}

local rfb = {
	{
		user = "YetAnotherExample",
		page = "Wikipedia:Requests for bureaucratship/YetAnotherExample",
		supports = 78,
		opposes = 78,
		neutrals = 14,
		percent = 50,
		endtime = "04:00, 10 February 2014 (UTC)",
		timeleft = "0 hours",
		lastupdate = "11:15, 8 February 2014 (UTC)",
		dupes = "no",
		report = "https://tools.wmflabs.org/xtools/rfa/?p=Wikipedia:Requests_for_bureaucratship/YetAnotherExample",
		status = "pending closure"
	}
}

return {
	rfa = rfa,
	rfb = rfb
}