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": {
        "gapcontinue": "Recharge_now_call_1-8OO-311-5896_Itunes_support_phone_number_Itunes_support_number_green_Recharge",
        "continue": "gapcontinue||"
    },
    "warnings": {
        "main": {
            "*": "Subscribe to the mediawiki-api-announce mailing list at <https://lists.wikimedia.org/mailman/listinfo/mediawiki-api-announce> for notice of API deprecations and breaking changes."
        },
        "revisions": {
            "*": "Because \"rvslots\" was not specified, a legacy format has been used for the output. This format is deprecated, and in the future the new format will always be used."
        }
    },
    "query": {
        "pages": {
            "504": {
                "pageid": 504,
                "ns": 0,
                "title": "Re-builder",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "== Introduction ==\n\nAn interactive Emacs tool to build a '''regexp''' (regular expression).\n\nRE-Builder allows you to interactively develop a '''regexp''' on the contents of the currently active buffer. \nImmediately after you type each character, the subject buffer is updated to highlight all those strings that match the\n'''regexp''' you've created thus far. Only the first 200 matches (if there are more than 200) are shown.\n\n== Invocation ==\n\n'''M-x re-builder'''\n\nA new window is created just above the minibuffer with a single a pair of quotation marks (\"\").\nThis is the '''*RE-Builder*''' buffer.\n\nYou ''build'' your '''regexp''' between the quotation marks in this buffer.\n\n== Examples =="
                    }
                ]
            },
            "386": {
                "pageid": 386,
                "ns": 0,
                "title": "Recentf",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "{{Package\n|name=recentf\n|description=helps opening a file that is recently visited \n|author = David Ponce\n|maintainer=[[FSF]]\n|source=http://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/recentf.el\n|in_emacs=yes\n|Development status=active\n}}\n\n'''recentf''' helps you to open files that are recently accessed.This package maintains a menu for visiting files that were operated on recently.  When enabled a new \"Open Recent\" sub menu is displayed in the \"File\" menu.  The recent files list is automatically saved across Emacs sessions.  You can customize the number of recent files displayed, the location of the menu and others options (see the source code for details).\n\n\n== Basic setup ==\n\nTo enable this package, add the following to your [[.emacs]]\n\n{{Snippet | (recentf-mode 1)}}\n\n==Customization==\n\n=== Alternative Ways to Access Recent Files ===\n\nThere are a variety of ways to use the recent file list maintained by [[Recentf]].\n\n==== Use Ido selection ====\n\nTo use [[Ido]] selection to choose a recent file, add the following function to your {{EmacsConfigFile}} and bind it to your preferred [[Key Bindings|key sequence]]. This example uses {{Keys|C-c f}}.\n\n<syntaxhighlight lang=\"lisp\">\n(defun ido-choose-from-recentf ()\n  \"Use ido to select a recently visited file from the `recentf-list'\"\n  (interactive)\n  (find-file (ido-completing-read \"Open file: \" recentf-list nil t)))\n\n  ;;; bind it to \"C-c f\"\n(global-set-key (kbd \"C-c f\") 'ido-choose-from-recentf)\n</syntaxhighlight>\n\n==== Show recent files when switching buffers ====\n\nIf you use [[Ido]] to switch buffers, there is an option to include recent files at the end of the buffer list. Try {{CustomizeVariable|ido-use-virtual-buffers}}. See [[Ido#Virtual Buffers]].\n\n==== Use Helm selection ==== \n\nYou can use [[Helm]] to select a recent file, see {{Command|helm-recentf}}.\n\n== See Also ==\n[[Bookmarks]]\n\n[[Category:Built-in Package]]\n[[Category:File Navigation]]\n[[Category:Minor Mode]]"
                    }
                ]
            }
        }
    }
}