Module:Page reports/data/User:DePiep

MyWikiBiz, Author Your Legacy — Thursday November 07, 2024
Jump to navigationJump to search

Documentation for this module may be created at Module:Page reports/data/User:DePiep/doc

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