ناتج API ميدياويكي

هذا هو تمثيل HTML لتنسيق JSON، HTML مفيد في تصحيح الأخطاء، ولكنه غير مناسب لاستخدام التطبيق.

حدد الوسيط format لتغيير نسق المخرجات، لمشاهدة تمثيل غير HTML لتنسيق JSON; اضبط format=json.

راجع التوثيق كاملا، أو مساعدة API لمزيد من المعلومات.

{
    "batchcomplete": "",
    "continue": {
        "lecontinue": "20240321135021|124",
        "continue": "-||"
    },
    "query": {
        "logevents": [
            {
                "logid": 134,
                "ns": 828,
                "title": "\u0648\u062d\u062f\u0629:TNT",
                "pageid": 136,
                "logpage": 136,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Aleppo Comparative Wiki",
                "timestamp": "2024-03-21T15:08:14Z",
                "comment": "\u0623\u0646\u0634\u0623 \u0627\u0644\u0635\u0641\u062d\u0629 \u0628'-- -- INTRO:   (!!! DO NOT RENAME THIS PAGE !!!) --    This module allows any template or module to be copy/pasted between --    wikis without any translation changes. All translation text is stored --    in the global  Data:*.tab  pages on Commons, and used everywhere. -- -- SEE:   https://www.mediawiki.org/wiki/Multilingual_Templates_and_Modules -- -- ATTENTION: --    Please do NOT rename this module - it has to be identical on all wikis. --    This code is maint...'"
            },
            {
                "logid": 133,
                "ns": 828,
                "title": "\u0648\u062d\u062f\u0629:Message box",
                "pageid": 135,
                "logpage": 135,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Aleppo Comparative Wiki",
                "timestamp": "2024-03-21T15:07:04Z",
                "comment": "\u0623\u0646\u0634\u0623 \u0627\u0644\u0635\u0641\u062d\u0629 \u0628'require('strict') local getArgs local yesno = require('Module:Yesno') local lang = mw.language.getContentLanguage()  local CONFIG_MODULE = 'Module:Message box/configuration' local DEMOSPACES = {talk = 'tmbox', image = 'imbox', file = 'imbox', category = 'cmbox', article = 'ambox', main = 'ambox'}  -------------------------------------------------------------------------------- -- Helper functions ---------------------------------------------------------------------...'"
            },
            {
                "logid": 132,
                "ns": 828,
                "title": "\u0648\u062d\u062f\u0629:TableTools",
                "pageid": 134,
                "logpage": 134,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Aleppo Comparative Wiki",
                "timestamp": "2024-03-21T15:06:14Z",
                "comment": "\u0623\u0646\u0634\u0623 \u0627\u0644\u0635\u0641\u062d\u0629 \u0628'------------------------------------------------------------------------------------ --                                   TableTools                                   -- --                                                                                -- -- This module includes a number of functions for dealing with Lua tables.        -- -- It is a meta-module, meant to be called from other Lua modules, and should not -- -- be called directly from #invoke....'"
            },
            {
                "logid": 131,
                "ns": 828,
                "title": "\u0648\u062d\u062f\u0629:List",
                "pageid": 133,
                "logpage": 133,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Aleppo Comparative Wiki",
                "timestamp": "2024-03-21T15:05:08Z",
                "comment": "\u0623\u0646\u0634\u0623 \u0627\u0644\u0635\u0641\u062d\u0629 \u0628'-- This module outputs different kinds of lists. At the moment, bulleted, -- unbulleted, horizontal, ordered, and horizontal ordered lists are supported.  local libUtil = require('libraryUtil') local checkType = libUtil.checkType local mTableTools = require('Module:TableTools')  local p = {}  local listTypes = { \t['bulleted'] = true, \t['unbulleted'] = true, \t['horizontal'] = true, \t['ordered'] = true, \t['horizontal_ordered'] = true }  function p.makeListData(listTy...'"
            },
            {
                "logid": 130,
                "ns": 828,
                "title": "\u0648\u062d\u062f\u0629:Yesno",
                "pageid": 132,
                "logpage": 132,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Aleppo Comparative Wiki",
                "timestamp": "2024-03-21T15:04:04Z",
                "comment": "\u0623\u0646\u0634\u0623 \u0627\u0644\u0635\u0641\u062d\u0629 \u0628'-- 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 == '\u0646\u0639\u0645'...'"
            },
            {
                "logid": 129,
                "ns": 828,
                "title": "\u0648\u062d\u062f\u0629:\u062a\u0648\u062b\u064a\u0642",
                "pageid": 131,
                "logpage": 131,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Aleppo Comparative Wiki",
                "timestamp": "2024-03-21T15:01:15Z",
                "comment": "\u0623\u0646\u0634\u0623 \u0627\u0644\u0635\u0641\u062d\u0629 \u0628'-- This module implements {{documentation}}.  -- Get required modules. local getArgs = require('Module:Arguments').getArgs  -- Get the config table. local cfg = mw.loadData('\u0648\u062d\u062f\u0629:\u062a\u0648\u062b\u064a\u0642/\u0636\u0628\u0637')  local p = {}  -- Often-used functions. local ugsub = mw.ustring.gsub local format = mw.ustring.format  ---------------------------------------------------------------------------- -- Helper functions -- -- These are defined as local functions, but are made availabl...'"
            },
            {
                "logid": 128,
                "ns": 10,
                "title": "\u0642\u0627\u0644\u0628:\u0645\u0631\u0627\u062c\u0639",
                "pageid": 130,
                "logpage": 130,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Aleppo Comparative Wiki",
                "timestamp": "2024-03-21T14:57:09Z",
                "comment": "\u0623\u0646\u0634\u0623 \u0627\u0644\u0635\u0641\u062d\u0629 \u0628'<templatestyles src=\"\u0645\u0631\u0627\u062c\u0639/styles.css\" /><div class=\"reflist <!-- -->{{#if:{{{1|}}}{{{colwidth|}}}|reflist-columns references-column-width}} <!-- -->{{#switch:{{{group|{{{\u0645\u062c\u0645\u0648\u0639\u0629|}}}}}}|arabic-abajed|arabic-alfabeth|upper-alpha|upper-roman|lower-alpha|lower-greek|lower-roman=reflist-{{{group|{{{\u0645\u062c\u0645\u0648\u0639\u0629}}}}}}}} <!-- -->{{#if:{{{\u0645\u062d\u0627\u0630\u0627\u0629|}}}|mw-content-ltr|}}\" {{#if:{{{\u0645\u062d\u0627\u0630\u0627\u0629|}}}|dir=\"ltr\"|}}<!-- end class -->{{#if:{{{1|}}}{{{colwidth|}}}{{{l...'"
            },
            {
                "logid": 127,
                "ns": 828,
                "title": "\u0648\u062d\u062f\u0629:Unsubst/\u0634\u0631\u062d",
                "pageid": 129,
                "logpage": 129,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Aleppo Comparative Wiki",
                "timestamp": "2024-03-21T14:55:39Z",
                "comment": "\u0623\u0646\u0634\u0623 \u0627\u0644\u0635\u0641\u062d\u0629 \u0628'{{\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0648\u0627\u0633\u0639|+973560}}  \u0647\u0630\u0647 \u0627\u0644\u0648\u062d\u062f\u0629 \u0645\u0633\u0627\u0639\u062f\u0629 \u0644\u062a\u0633\u0647\u064a\u0644 \u0627\u0633\u062a\u0628\u062f\u0627\u0644 \u0627\u0644\u0642\u0648\u0627\u0644\u0628\u060c \u0623\u0648 \u0645\u0646\u0639 \u0646\u0633\u062e\u0647\u0627.  \u0642\u0648\u0627\u0644\u0628 \u0627\u0644\u0635\u064a\u0627\u0646\u0629\u060c \u0645\u062b\u0644 {{\u0642\u0627|\u0628\u062d\u0627\u062c\u0629 \u0644\u0645\u0635\u062f\u0631}} \u0623\u0648 {{\u0642\u0627|\u0645\u0635\u0627\u062f\u0631 \u0623\u0643\u062b\u0631}}\u060c \u0648\u063a\u064a\u0631\u0647\u0627 \u0645\u0646 \u0642\u0648\u0627\u0644\u0628 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a\u060c \u0627\u0644\u062a\u064a \u0644\u0627 \u064a\u0646\u0628\u063a\u064a \u0623\u0628\u062f\u0627 \u0623\u0646 \u062a\u0643\u0648\u0646 \u0645\u0646\u0633\u0648\u062e\u0629. \u0648\u0644\u062a\u062c\u0646\u0628 \u0646\u0633\u062e\u0647\u0627\u060c \u0646\u0633\u062a\u062e\u062f\u0645 \u0647\u0630\u0647 \u0627\u0644\u0648\u062d\u062f\u0629.  == \u0627\u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645 == \u0644\u0639\u0631\u0636 \u0646\u0635\u0648\u0635 \u0648\u064a\u0643\u064a Wi...'"
            },
            {
                "logid": 126,
                "ns": 828,
                "title": "\u0648\u062d\u062f\u0629:Unsubst",
                "pageid": 128,
                "logpage": 128,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Aleppo Comparative Wiki",
                "timestamp": "2024-03-21T14:54:48Z",
                "comment": "\u0623\u0646\u0634\u0623 \u0627\u0644\u0635\u0641\u062d\u0629 \u0628'local checkType = require('libraryUtil').checkType  local p = {}  local BODY_PARAM = '$B'  local specialParams = { \t--#line for get function \t['$N'] = 'template name', -- Deprecated, but keeping until it is removed from transcluding templates \t['$params'] = 'parameter list', \t['$aliases'] = 'parameter aliases', \t['$flags'] = 'flags', \t['$B'] = 'template content', \t['$template-name'] = 'template invocation name override', }  function p.main(frame, body) \t-- If we ar...'"
            },
            {
                "logid": 125,
                "ns": 828,
                "title": "\u0648\u062d\u062f\u0629:Lua banner",
                "pageid": 127,
                "logpage": 127,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Aleppo Comparative Wiki",
                "timestamp": "2024-03-21T14:51:51Z",
                "comment": "\u0623\u0646\u0634\u0623 \u0627\u0644\u0635\u0641\u062d\u0629 \u0628'-- This module implements the {{lua}} template.  local yesno = require('Module:Yesno') local mList = require('Module:List') local mTableTools = require('Module:TableTools') local mMessageBox = require('Module:Message box') local TNT = require('Module:TNT')  local p = {}  local function format(msg) \treturn TNT.format('I18n/Lua banner', msg) end  local function getConfig() \treturn mw.loadData('Module:Lua banner/config') end  function p.main(frame) \tlocal origArgs = f...'"
            }
        ]
    }
}