MediaWiki API result
This is the HTML representation of the JSON format. HTML is good for debugging, but is unsuitable for application use.
Specify the format parameter to change the output format. To see the non-HTML representation of the JSON format, set format=json.
See the complete documentation, or the API help for more information.
{
"batchcomplete": "",
"continue": {
"lecontinue": "20250810161054|339",
"continue": "-||"
},
"query": {
"logevents": [
{
"logid": 349,
"ns": 10,
"title": "Stampa:Pp-template",
"pageid": 0,
"logpage": 269,
"params": {},
"type": "delete",
"action": "delete",
"user": "Kujdestari7",
"timestamp": "2025-08-16T22:53:59Z",
"comment": "p\u00ebrmbajtja ishte: \"#RIDREJTO [[Stampa:pp-template]]\" dhe i vetmi redaktor ishte \"[[Special:Contributions/Kujdestari7|Kujdestari7]]\" ([[User talk:Kujdestari7|diskutimet]])"
},
{
"logid": 348,
"ns": 10,
"title": "Stampa:Pp-template",
"pageid": 0,
"logpage": 268,
"params": {
"target_ns": 10,
"target_title": "Stampa:pp-template"
},
"type": "move",
"action": "move",
"user": "Kujdestari7",
"timestamp": "2025-08-16T22:52:45Z",
"comment": ""
},
{
"logid": 347,
"ns": 10,
"title": "Stampa:Pp-template",
"pageid": 0,
"logpage": 268,
"params": {},
"type": "create",
"action": "create",
"user": "Kujdestari7",
"timestamp": "2025-08-16T22:50:42Z",
"comment": "Krijoi faqen me \"<includeonly>{{#invoke:Protection banner|main}}</includeonly><noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>\""
},
{
"logid": 346,
"ns": 828,
"title": "Moduli:parse interface",
"pageid": 267,
"logpage": 267,
"params": {},
"type": "create",
"action": "create",
"user": "Kujdestari7",
"timestamp": "2025-08-10T18:28:07Z",
"comment": "Krijoi faqen me \"local export = {} local string_utilities_module = \"Module:string utilities\" local parse_utilities_module = \"Module:parse utilities\" local table_module = \"Module:table\" --[=[ Loaders for functions in other modules, which overwrite themselves with the target function when called. This ensures modules are only loaded when needed, retains the speed/convenience of locally-declared pre-loaded functions, and has no overhead after the first call, since the target functions are c...\""
},
{
"logid": 345,
"ns": 828,
"title": "Moduli:parameter utilities",
"pageid": 266,
"logpage": 266,
"params": {},
"type": "create",
"action": "create",
"user": "Kujdestari7",
"timestamp": "2025-08-10T18:27:24Z",
"comment": "Krijoi faqen me \"local export = {} local debug_track_module = \"Module:debug/track\" local functions_module = \"Module:fun\" local parameters_module = \"Module:parameters\" local parse_interface_module = \"Module:parse interface\" local parse_utilities_module = \"Module:parse utilities\" local table_module = \"Module:table\" local dump = mw.dumpObject local error = error local insert = table.insert local ipairs = ipairs local next = next local pairs = pairs local require = require local tonumber = t...\""
},
{
"logid": 344,
"ns": 10,
"title": "Stampa:no deprecated lang param usage",
"pageid": 265,
"logpage": 265,
"params": {},
"type": "create",
"action": "create",
"user": "Kujdestari7",
"timestamp": "2025-08-10T18:26:08Z",
"comment": "Krijoi faqen me \"<onlyinclude>{{{1|}}}</onlyinclude>{{documentation}}\""
},
{
"logid": 343,
"ns": 828,
"title": "Moduli:table/listToSet",
"pageid": 264,
"logpage": 264,
"params": {},
"type": "create",
"action": "create",
"user": "Kujdestari7",
"timestamp": "2025-08-10T16:27:38Z",
"comment": "Krijoi faqen me \"local fun_is_callable_module = \"Module:fun/isCallable\" local function is_callable(...) \tis_callable = require(fun_is_callable_module) \treturn is_callable(...) end --[==[ Convert `list` (a table with a list of values) into a set (a table where those values are keys instead). This is a useful way to create a fast lookup table, since looking up a table key is much, much faster than iterating over the whole list to see if it contains a given value. By default, each item is...\""
},
{
"logid": 342,
"ns": 828,
"title": "Moduli:table/deepEquals",
"pageid": 263,
"logpage": 263,
"params": {},
"type": "create",
"action": "create",
"user": "Kujdestari7",
"timestamp": "2025-08-10T16:13:58Z",
"comment": "Krijoi faqen me \"local getmetatable = getmetatable local next = next local pairs = pairs local type = type local function is_eq(a, b, seen, include_mt) \t-- If `a` and `b` have been compared before, return the memoized result. This will usually be true, since failures normally fail the whole check outright, but match failures are tolerated during the laborious check without this happening, since it compares key/value pairs until it finds a match, so it could be false. \tlocal memo_a = seen[...\""
},
{
"logid": 341,
"ns": 828,
"title": "Moduli:table/find",
"pageid": 262,
"logpage": 262,
"params": {},
"type": "create",
"action": "create",
"user": "Kujdestari7",
"timestamp": "2025-08-10T16:13:19Z",
"comment": "Krijoi faqen me \"local table_deep_equals_module = \"Module:table/deepEquals\" local deep_equals local function get_deep_equals() \tdeep_equals, get_deep_equals = require(table_deep_equals_module), nil \treturn deep_equals end local function equality_op(a, b) \treturn a == b end --[==[ Given a list and a value to be found, returns the value's index if the value is in the array portion of the list, or {nil} if not found. `options` is an optional table of additional options to control the beha...\""
},
{
"logid": 340,
"ns": 828,
"title": "Moduli:table/insertIfNot",
"pageid": 261,
"logpage": 261,
"params": {},
"type": "create",
"action": "create",
"user": "Kujdestari7",
"timestamp": "2025-08-10T16:12:47Z",
"comment": "Krijoi faqen me \"local table_find_module = \"Module:table/find\" local insert = table.insert local type = type local function table_find(...) \ttable_find = require(table_find_module) \treturn table_find(...) end --[==[ Given a `list` and a `new_item` to be inserted, append the value to the end of the list if not already present (or insert at an arbitrary position, if `options.pos` is given; see below). Comparison is by value, using {deepEquals}. `options` is an optional table of additiona...\""
}
]
}
}