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": "Requirements_Engineering_(CPRE-AL)",
        "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": {
            "854": {
                "pageid": 854,
                "ns": 0,
                "title": "Registration",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "{{Language|master page=Trainingsanmeldung|language=en}}\n[http://training.bitplan.com/Registration/ Here to the training registration]\n{{UseFrame|Registration.rythm}}\n[[Category:frontend]]"
                    }
                ]
            },
            "850": {
                "pageid": 850,
                "ns": 0,
                "title": "Registration.rythm",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "= Links =\n* https://codepen.io/jaycbrf/pen/iBszr\n* {{Link|target=MediaWiki:Bootstrap.rythm}}\n* {{Link|target=MediaWiki:BITPlan.rythm}}\n* {{Link|target=MediaWiki:Form.rythm}}\n* https://www.w3schools.com/bootstrap/bootstrap_ref_comp_glyphs.asp\n\n= Rythm template =\n<source lang='html'>\n@// Rythm template for the WikiCMS approach\n@include(wiki.MediaWiki.BITPlan.rythm)\n@{\n  SelectField trainingField=new SelectField(\"training\",\"Seminar\",\"Training\",\"CPSA-F\",\"CPSA-F\",\"book\",0);\n  String [] trainings={\"iSAQB CPSA-F (4 Tage) EUR 2280,-\",\"IREB CPRE-FL (4 Tage) EUR 1960,-\",\"IREB CPRE-AL Requirements Management (3 Tage) EUR 1830,-\",\"UML-Tag (1 Tag) EUR 599,-\"};\n  trainingField.addSelections(trainings);\n  SelectField locationField=new SelectField(\"location\",\"Location\",\"Seminarort\",\"D\u00fcsseldorf\",\"D\u00fcsseldorf\",\"map-marker\",0);\n  String [] locations={\"D\u00fcsseldorf\",\"Berlin\",\"Hannover\"};\n  locationField.addSelections(locations);\n  Field[] fields={\n    trainingField,\n    locationField,\n    new TextField(\"date\",\"Date\",\"Termin\",\"November 12th, 2018\",\"12.11.2018\",\"calendar\",2),\n    new TextField(\"name\",\"Name\",\"Name\",\"John Doe\",\"Erika Mustermann\",\"user\",2),\n    new TextField(\"organisation\",\"Organization\",\"Organisation\",\"Doe Inc.\",\"Mustermann GmbH\",\"user\",2),\n    new TextField(\"email\",\"E-Mail Address\",\"E-Mail Adresse\",\"john@doe.com\",\"erika@mustermann.de\",\"envelope\",5),\n    new TextField(\"phone\",\"Phone number\",\"Telefon\",\"+1 845 555-1212\",\"+49 30 675797\",\"earphone\",8),\n    new TextField(\"address\",\"Address\",\"Adresse\",\"12 Westend Ave\",\"Mauerstr. 12\",\"home\",8),\n    new TextField(\"zip\",\"ZIP Code\",\"PLZ\",\"10023\",\"10117\",\"home\",3),\n    new TextField(\"city\",\"City\",\"Ort\",\"New York\",\"Berlin\",\"home\",2),\n    new TextAreaField(\"message\",\"Your Message to us\",\"Ihre Nachricht an uns\",\"Your Message\",\"Ihre Nachricht\",\"pencil\",10)\n  };\n  Form form=new Form(de,postService,postToken,fields);\n  form.setTitle(\"Your binding registration\",\"Ihre verbindliche Anmeldung\");\n  form.setSuccess(\"Thanks for for your order, we will get back to you shortly\",\"Vielen Dank f\u00fcr Ihren Auftrag, wir melden uns unverz\u00fcglich\");\n  form.setSubmit(\"Register\",\"Anmelden\");\n  form.setSubject(\"Trainingregistration\");\n}\n@BITPlanHeader(languageCode,title)\n@BITPlanForm(de,form)\n</source>\n[[Category:RythmTemplate]]"
                    }
                ]
            }
        }
    }
}