MediaWiki-API-Ergebnis

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": "ReplaceStandardVar",
        "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": {
            "60": {
                "pageid": 60,
                "ns": 0,
                "title": "ReadDateTime",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "{|class=\"wikitable\"\n=== RAP-Funktion \"{{SEITENNAME}}\" ===\n|'''Beschreibung''' || \n    function ReadDateTime(aPrompt: String; var D,T1,T2: TDateTime; IsIntervall: Boolean): Boolean;\n|-\n|'''Parameter''' || \n    aPrompt            - Hinweistext im Dialogtitel\n    D                  - Datum)\n    T1                 - Uhrzeit (Beginn)\n    T2                 - Uhrzeit(Ende\n    IsIntervall        - Falls True, wird die Uhrzeit (Ende) eingeblendet\n                         und kann ver\u00e4ndert werden\n|-\n|'''R\u00fcckgabewert''' ||\n    True: Dialog durch \u201eOk\u201c beendet, False sonst\n|- \n|'''Beispiel''' || \n    Procedure Label1OnGetText(var Text: String);\n     var\n       D,T1,T2 : Datetime;\n     begin\n       If ReadDateTime('Sprechtag', D, T1, T2, True) then\n         Text:='Elternsprechtag am ' + DateToStr(D)\n         + ' von ' + TimeToStr(T1) + ' Uhr'\n         + ' bis ' + TimeToStr(T2) + ' Uhr'\n       else\n         Text:='---';\n     end;\n|}\n\n\n\n'''Zur\u00fcck zu [[RAP-Funktionen]]'''"
                    }
                ]
            },
            "61": {
                "pageid": 61,
                "ns": 0,
                "title": "ReplaceDefault",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "{|class=\"wikitable\"\n=== RAP-Funktion \"{{SEITENNAME}}\" ===\n|'''Beschreibung''' || \n    function ReplaceDefault(aText: String): String;\n    \n       Platzhalter              | Wird ersetzt durch\n      --------------------------+----------------------------------\n       $_NAME$                  | Schueler['Name']\n       $_VORNAME$               | Schueler['Vorname']\n       $_NAME_VORNAME$          | Schueler['NameVorname']\n       $_VORNAME_NAME$          | Schueler['VornameName']\n       $_ANREDE$                | Schueler['Anrede']\n       $_ER_ODER_SIE$           | Schueler['ErSie']\n       $_SOHN_ODER_TOCHTER$     | Schueler['SohnOderTochter']\n       $_ADRESSANREDE$          | Schueler['AdressAnrede']\n       $_STRASSE$               | Schueler['Strasse']\n       $_PLZ_ORT$               | Schueler['PLZ + ' ' + Schueler['OrtAbk']\n       $_ERZ_ADRESSANREDE$      | SchErzAdr['BriefAnrede']\n       $_ERZ_FORMALEANREDE$     | SchErzAdr['FormaleAnrede']\n       $_ERZ_VORNAMEN_UND_NAME$ | SchErzAdr['VornamenUndName']\n       $_ERZ_STRASSE$           | SchErzAdr['ErzStrasse']\n       $_ERZ_PLZ_ORT$           | SchErzAdr['ErzPLZ + ' ' + SchErzAdrOrt']\n\n    Zus\u00e4tzlich werden im Text geschlechtsspezifische Umwandlungen nach dem Muster\n    der Bemerkungsfelder vorgenommen, d.h. aus &Text_m\u00e4nnlich%Text_weiblich& wird\n    in Abh\u00e4ngigkeit vom Geschlecht des Sch\u00fclerdatensatzes die korrekte Form gew\u00e4hlt.\n|-\n|'''Parameter''' || \n    aText - Text, in dem die oder der Standard-Platzhalter ersetzt\n            werden sollen.\n|-\n|'''R\u00fcckgabewert''' ||\n    ...\n|- \n|'''Beispiel''' || \n     Procedure DetailBeforePrint;\n     begin\n       ...\n       RichText1.Richtext:=ReplaceDefault(RichText1.Richtext);\n       ...\n     end;\n|}\n\n\n\n'''Zur\u00fcck zu [[RAP-Funktionen]]'''"
                    }
                ]
            }
        }
    }
}