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": "20250505154415|3853", "continue": "-||" }, "query": { "logevents": [ { "logid": 3863, "ns": 828, "title": "Module:Navbar/configuration", "pageid": 2288, "logpage": 2288, "params": {}, "type": "create", "action": "create", "user": "RiceEmpress", "timestamp": "2025-05-05T20:39:00Z", "comment": "Created page with \"return { \t['templatestyles'] = 'Module:Navbar/styles.css', \t['hlist_templatestyles'] = 'Hlist/styles.css', \t['box_text'] = 'This box: ',\t\t\t-- default text box when not plain or mini \t['title_namespace'] = 'Template',\t\t-- namespace to default to for title \t['invalid_title'] = 'Invalid title ', \t['classes'] = { -- set a line to nil if you don't want it \t\t['navbar'] = 'navbar', \t\t['plainlinks'] = 'plainlinks', -- plainlinks \t\t['horizontal_list'] = 'hlist', -- horizontal lis...\"" }, { "logid": 3862, "ns": 828, "title": "Module:Navbar", "pageid": 2287, "logpage": 2287, "params": {}, "type": "create", "action": "create", "user": "RiceEmpress", "timestamp": "2025-05-05T20:37:37Z", "comment": "Created page with \"local p = {} local cfg = mw.loadData('Module:Navbar/configuration') local function get_title_arg(is_collapsible, template) \tlocal title_arg = 1 \tif is_collapsible then title_arg = 2 end \tif template then title_arg = 'template' end \treturn title_arg end local function choose_links(template, args) \t-- The show table indicates the default displayed items. \t-- view, talk, edit, hist, move, watch \t-- TODO: Move to configuration. \tlocal show = {true, true, true, false, false...\"" }, { "logid": 3861, "ns": 828, "title": "Module:Message box/configuration", "pageid": 2286, "logpage": 2286, "params": {}, "type": "create", "action": "create", "user": "RiceEmpress", "timestamp": "2025-05-05T20:34:02Z", "comment": "Created page with \"-------------------------------------------------------------------------------- -- Message box configuration -- -- -- -- This module contains configuration data for [[Module:Message box]]. -- -------------------------------------------------------------------------------- return { \tambox = { \t\ttypes = { \t\t\tspeedy = { \t\t\t\tclass = 'ambox-spee...\"" }, { "logid": 3860, "ns": 10, "title": "Template:Infobox", "pageid": 2285, "logpage": 2285, "params": {}, "type": "create", "action": "create", "user": "RiceEmpress", "timestamp": "2025-05-05T20:32:50Z", "comment": "Created page with \"{{#invoke:Infobox|infobox}}<includeonly>{{template other|{{#ifeq:{{PAGENAME}}|Infobox||{{#ifeq:{{str left|{{SUBPAGENAME}}|7}}|Infobox|[[Category:Infobox templates|{{remove first word|{{SUBPAGENAME}}}}]]}}}}|}}</includeonly><noinclude> {{documentation}} <!-- Categories go in the /doc subpage, and interwikis go in Wikidata. --> </noinclude>\"" }, { "logid": 3859, "ns": 828, "title": "Module:Infobox", "pageid": 2284, "logpage": 2284, "params": {}, "type": "create", "action": "create", "user": "RiceEmpress", "timestamp": "2025-05-05T20:30:56Z", "comment": "Created page with \"local p = {} local args = {} local origArgs = {} local root local empty_row_categories = {} local category_in_empty_row_pattern = '%[%[%s*[Cc][Aa][Tt][Ee][Gg][Oo][Rr][Yy]%s*:[^]]*]]' local has_rows = false local lists = { \tplainlist_t = { \t\tpatterns = { \t\t\t'^plainlist$', \t\t\t'%splainlist$', \t\t\t'^plainlist%s', \t\t\t'%splainlist%s' \t\t}, \t\tfound = false, \t\tstyles = 'Plainlist/styles.css' \t}, \thlist_t = { \t\tpatterns = { \t\t\t'^hlist$', \t\t\t'%shlist$', \t\t\t'^hlist%s', \t\t\t'%shlist%s'...\"" }, { "logid": 3858, "ns": 828, "title": "Module:Arguments", "pageid": 2283, "logpage": 2283, "params": {}, "type": "create", "action": "create", "user": "RiceEmpress", "timestamp": "2025-05-05T20:01:20Z", "comment": "Created page with \"-- This module provides easy processing of arguments passed to Scribunto from -- #invoke. It is intended for use by other Lua modules, and should not be -- called from #invoke directly. local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local arguments = {} -- Generate four different tidyVal functions, so that we don't have to check the -- options every time we call it. local function tidyValDefault(key, val) \tif type(val) == 'string'...\"" }, { "logid": 3857, "ns": 828, "title": "Module:Yesno", "pageid": 2282, "logpage": 2282, "params": {}, "type": "create", "action": "create", "user": "RiceEmpress", "timestamp": "2025-05-05T20:00:16Z", "comment": "Created page with \"-- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default) \t-- If your wiki uses non-ascii characters for any of \"yes\", \"no\", etc., you \t-- should replace \"val:lower()\" with \"mw.ustring.lower(val)\" in the \t-- following line. \tval = type(val) == 'string' and val:lower() or val \tif val == nil then \t\treturn nil \telseif val == true \t\tor val == 'yes' \t\tor val == 'y' \t\tor val =...\"" }, { "logid": 3856, "ns": 828, "title": "Module:Message box", "pageid": 2281, "logpage": 2281, "params": {}, "type": "create", "action": "create", "user": "RiceEmpress", "timestamp": "2025-05-05T19:58:02Z", "comment": "Created page with \"-- This is a meta-module for producing message box templates, including -- {{mbox}}, {{ambox}}, {{imbox}}, {{tmbox}}, {{ombox}}, {{cmbox}} and {{fmbox}}. -- Load necessary modules. require('strict') local getArgs local yesno = require('Module:Yesno') -- Get a language object for formatDate and ucfirst. local lang = mw.language.getContentLanguage() -- Define constants local CONFIG_MODULE = 'Module:Message box/configuration' local DEMOSPACES = {talk = 'tmbox', image = '...\"" }, { "logid": 3855, "ns": 0, "title": "Undefined", "pageid": 2280, "logpage": 2280, "params": {}, "type": "create", "action": "create", "user": "RiceEmpress", "timestamp": "2025-05-05T15:57:34Z", "comment": "Redirected page to [[\u2800]]" }, { "logid": 3854, "ns": 0, "title": "Chiisana", "pageid": 2279, "logpage": 2279, "params": {}, "type": "create", "action": "create", "user": "RiceEmpress", "timestamp": "2025-05-05T15:44:51Z", "comment": "Redirected page to [[Songs featuring chiisa]]" } ] } }