1,550 bytes added
, 05:16, 16 July 2021
--Here we are
return
{
-- single meta-report (one request done by the bot)
-- id request & metareport (can see just one per page):
{ ["request_page"] = "User:DePiep/sandbox1",
{
-- BOT
["bot"] = "User:ExampleBot",
["bottask"] = "Manual",
["botversion"] = "0.1",
["botmessage"] = "",
["update"] = "2013-11-09 14:23",
--REPORTS
--repeated, 4 data per entry: id=page, size, #of pages, dt page
["report_s"] =
{
{ [[User:DePiep/sandbox2]], [[13000]], [[123]], [[2013-11-09 14:21]] },
{ [[User:DePiep/sandbox12]], [[1000]], [[345]], [[2013-11-09 14:22]] },
},
--ECHO REQUEST
["request_id"] = "01", --id sugg/not implemented
--topic
["topic"] = "User:DePiep", --id
["topic_summary"] = "Setup on my userpage",
["subtopic"] = "Some first trial", --id
["subtopic_summary"] = "Nothing to note here",
--primary list source
["template"] = "Template:Unichar",
["category"] = "",
["prefix"] = "",
--list source filter
["namespaces"] = "", --all, list all?
["add_talkpages"] = "true", --f/t filter/extend
--a repeated param; 1 data per entry
["in_category_s"] = { [[Category:Pages with X]], [[Category:Pages with Y]] },
["not_in_category_s"] = { [[Category:Pages with AQ low]], [[Category:Pages with AQ high]] },
} -- end id data
} --end meta-report
}