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": "Reflection_Material_(RW_Section)",
        "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": {
            "1318": {
                "pageid": 1318,
                "ns": 0,
                "title": "Real Time Clock",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "This code snippet is a modification that attempts to make one game minute equal to one real minute.\n==Installation==\nThis installation guide uses the latest version of the [[Sanny Builder]].\n\nFind:\n<source lang=\"scm\">004F: create_thread @MS_BIKE_MISSIONS</source>\n\nand add below:\n<source lang=\"scm\">004F: create_thread @RTMOD</source>\n\nFind:\n<source lang=\"scm\">//-------------Mission 0---------------</source>\n\nand add above:\n<source lang=\"scm\">:RTMOD\n03A4: name_thread 'RTMOD' // This is the name of the thread.\n \n:RTMOD_11\n0001: wait 0 ms // The code is in loop so you need a wait here to prevent a crash.\n00BF: 0@ = current_time_hours, 1@ = current_time_minutes // This stores the game's current time in hours as 0@ and in minutes as 1@.\n00C0: set_current_time_hours_to 0@ minutes_to 1@ // This forces the time to stay still.\n01B6: set_weather 0 // Because of the manipulation of time in loop, the weather would change constantly. This prevents the weather from doing that.\n00D6: if\n0019:   32@ > 59999 // Checks if 59999 milliseconds has passed (1 minute).\n004D: jump_if_false @RTMOD_11 // If not, loop back up. If yes, continue.\n0006: 32@ = 0 // Internal timer 32@ is reset so it can check if one minute has passed again later on.\n000A: 1@ += 1 // One game minute is added.\n00D6: if\n0019:   1@ > 59 // Checks if time in minutes passed 59 minutes.\n004D: jump_if_false @RTMOD_128 // If not, jump to next label. If yes, continue.\n0006: 1@ = 0 // Resets the minute.\n000A: 0@ += 1 // One game hour is added because 59 minutes has passed.\n00D6: if\n0019:   0@ > 23 // Checks if time in hours passed 23 hours.\n004D: jump_if_false @RTMOD_128 // If not, jump to next label. If yes, continue.\n0006: 0@ = 0 // Resets the hour.\n\n:RTMOD_128\n00C0: set_current_time_hours_to 0@ minutes_to 1@ // Game time is forced to set at those values.\n0002: jump @RTMOD_11 // Loops back up.</source>\n\n==Information==\nAuthor: [[Barton Waterduck]]<br>\nGames: [[GTA 3]], [[GTA VC]], [[GTA SA]]\n\n[[Category:Code Snippets]][[Category:GTA 3]][[Category:GTA VC]][[Category:GTA SA]]"
                    }
                ]
            },
            "1020": {
                "pageid": 1020,
                "ns": 0,
                "title": "Referring to GTA Versions",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "The titles of some games in the Grand Theft Auto (GTA) series are very long.  The online community, the games publishers and the press frequently shorten the titles by using initials.  However, there is no standard manner in which to shorten the titles and so it can be difficult to be sure exactly which title is being referred to.  This causes a real problem due to the GTA having so many editions on so many platforms, with some editions having several versions on the same platform.\n\nTo try and overcome this, some authors have developed a standard format of referring to games in the GTA series, with full and shortened titles.  This format is not authoritative and is likely to be incomplete.  GTAMods Wiki welcomes responsible additions and amendments to it.\n\n== Referring to the Entire Series ==\nThe first game in the series was simply called \"Grand Theft Auto\" without any number or other identifying marks.  This usage is ambiguous as it could mean the first edition or be a reference to the entire series.  To resolve this problem, some authors do the following:-\n* When referring to the entire series, use \"Grand Theft Auto\" or \"GTA\".\n* When referring specifically to the first edition, use \"Grand Theft Auto 1\" or GTA 1\".\n\n== Shorter Game Titles ==\nThe simplest way to shorten the titles is to use the first letter of each word the title is made from.  One edition uses a number (Grand Theft Auto 2) while another uses Roman Numerals (Grand Theft Auto III).  Numbers are preferable to numerals in this context as the purpose is to create a shorter version.\n\n=== Common Format ===\nBelow is a standard which has been developed by various authors to shorten references to any games in the GTA series.\n\nTitles are grouped by edition and not by the date they were released.  This is to keep the different versions of each edition next to each other.  Where an edition has several versions, using the edition name alone indicates that all versions are being referred to.  Authors can use the exact title when referring to specific versions.\n{| {{Prettytable}} summary=\"Complete titles of GTA games with their shortened title.\" width=\"100%\"\n|-\n!width=\"40%\"|Complete Game Title\n! Shortened Game Title\n|-\n| Grand Theft Auto (entire series)\n| GTA\n|-style=\"background:#e7e9fd\"\n| {{Icon|1}} [[:Category:GTA 1|Grand Theft Auto]] (first edition and \"London\" versions)\n| GTA 1\n|-style=\"background:#e7e9fd\"\n| Grand Theft Auto: London 1969\n| GTA L 1969\n|-style=\"background:#e7e9fd\"\n| Grand Theft Auto: London 1961\n| GTA L 1961\n|-style=\"background:#e7e9fd\"\n| {{Icon|2}} [[:Category:GTA 2|Grand Theft Auto 2]] (all versions)\n| GTA 2\n|-style=\"background:#e7e9fd\"\n| Grand Theft Auto 2 version 9.6\n| GTA 2 v9.6\n|-style=\"background:#e7e9fd\"\n| Grand Theft Auto 2 version 9.6 Free Edition from R* Classics\n| GTA 2 v9.6f\n|-style=\"background:#e7e9fd\"\n| Grand Theft Auto 2 version 10.3\n| GTA 2 v10.3\n|-style=\"background:#e7e9fd\"\n| Grand Theft Auto 2 version 10.5 Free Edition from Freeloader.com\n| GTA 2 v10.5\n|-style=\"background:#d0f8ce\"\n| {{Icon|3}} [[Grand Theft Auto III]] (all versions)\n| [[GTA 3]] or [[GTA III]]\n|-style=\"background:#d0f8ce\"\n| Grand Theft Auto III version 1.0\n| GTA 3 v1.0\n|-style=\"background:#d0f8ce\"\n| Grand Theft Auto III version 1.1\n| GTA 3 v1.1\n|-style=\"background:#e7e9fd\"\n| Grand Theft Auto Advance\n| GTA A\n|-style=\"background:#d0f8ce\"\n| {{Icon|VC}} [[GTA Vice City|Grand Theft Auto: Vice City]] (all versions)\n| [[GTA VC]]\n|-style=\"background:#d0f8ce\"\n| Grand Theft Auto: Vice City version 1.0\n| GTA VC v1.0\n|-style=\"background:#d0f8ce\"\n| Grand Theft Auto: Vice City version 1.1\n| GTA VC v1.1\n|-style=\"background:#d0f8ce\"\n| {{Icon|SA}} [[GTA San Andreas|Grand Theft Auto: San Andreas]] ([[San Andreas Versions|all versions]])\n| [[GTA SA]]\n|-style=\"background:#d0f8ce\"\n| Grand Theft Auto: San Andreas version 1.0\n| GTA SA v1.0\n|-style=\"background:#d0f8ce\"\n| Grand Theft Auto: San Andreas version 1.01\n| GTA SA v1.01\n|-style=\"background:#d0f8ce\"\n| Grand Theft Auto: San Andreas version 2.0\n| GTA SA v2.0\n|-style=\"background:#d0f8ce\"\n| Grand Theft Auto: San Andreas version 3.0\n| GTA SA v3.0 (old Steam version)\n|-style=\"background:#d0f8ce\"\n| Grand Theft Auto: San Andreas (7th Nov 2014 Steam update)\n| GTA SA newsteam r1\n|-style=\"background:#d0f8ce\"\n| Grand Theft Auto: San Andreas (9th Dec 2014 Steam update)\n| GTA SA newsteam r2\n|-style=\"background:#d0f8ce\"\n| {{Icon|LCS}} [[GTA LCS|Grand Theft Auto: Liberty City Stories]]\n| [[GTA LCS]]\n|-style=\"background:#d0f8ce\"\n| {{Icon|VCS}} [[GTA VCS|Grand Theft Auto: Vice City Stories]]\n| [[GTA VCS]]\n|-style=\"background:#ffe0b2\"\n| {{Icon|IV}} [[Grand Theft Auto IV]] (all versions)\n| [[GTA 4]] or [[GTA IV]]\n|-style=\"background:#ffe0b2\"\n| Grand Theft Auto IV version 1.0.{{hint|x|1-8}}.0\n| GTA 4 patch {{hint|x|1-8}}\n|-style=\"background:#ffe0b2\"\n| Grand Theft Auto IV version 1.0.{{hint|x|1-7}}.1 (Russian)\n| GTA 4 RU patch {{hint|x|1-7}}\n|-style=\"background:#ffe0b2\"\n| Grand Theft Auto IV version 1.0.{{hint|x|1-6}}.2 (Japanese)\n| GTA 4 JP patch {{hint|x|1-6}}\n|-style=\"background:#ffe0b2\"\n| Grand Theft Auto IV: The Lost and Damned (downloadable content)\n| TLAD\n|-style=\"background:#ffe0b2\"\n| Grand Theft Auto: The Ballad of Gay Tony (downloadable content)\n| TBOGT\n|-style=\"background:#ffe0b2\"\n| Grand Theft Auto: Episodes From Liberty City\n| EFLC\n|-style=\"background:#ffe0b2\"\n| Grand Theft Auto: Episodes From Liberty City version 1.1.{{hint|x|1-3}}.0\n| EFLC patch {{hint|x|1-3}}\n|-style=\"background:#ffe0b2\"\n| Grand Theft Auto IV: Complete Edition\n| GTA 4 CE\n|-style=\"background:#ffe0b2\"\n| Grand Theft Auto IV: Complete Edition version 1.2.0.{{hint|x|31-32,43}}\n| GTA 4 CE v1.2.0.{{hint|x|31-32,43}}\n|-style=\"background:#efebe9\"\n| Grand Theft Auto: Chinatown Wars\n| GTA CW or GTA CTW\n|-style=\"background:#efebe9\"\n| Grand Theft Auto III: 10 Year Anniversary Edition\n| GTA 3 mobile version\n|-style=\"background:#efebe9\"\n| Grand Theft Auto: Vice City 10th Anniversary Edition\n| GTA VC mobile version\n|-style=\"background:#ffe0b2\"\n| {{Icon|V}} [[Grand Theft Auto V]]\n| [[GTA 5]]\n|-style=\"background:#efebe9\"\n| Grand Theft Auto: San Andreas Mobile\n| GTA SA mobile version\n|}\n\n=== Punctuation ===\nSome authors choose to keep the colon (:) present in some titles.  This usage makes the shortened title more similar to the full term but it has some drawbacks.  The differences between author styles mean there is no standard for deciding when a colon is kept, causing inconsistencies between documents.  This makes it harder for a reader to be sure if one document is referring to the same version as another document or not.  By removing colon from all titles, such problems do not arise.\n\nA common practice is for dates to be separated from other details by a space.  This avoids the problem of shortened titles becoming unintelligible sequences of letters and numbers.  Version numbers and details are separated from other letters by a space for the same reason.\n\n=== Version Details ===\nWhen popular products use a version number in their name, the number is included as though it were part of the title and not really a version number.  A good example is \"Internet Explorer 6\" and its shortened format of \"IE6\".  In products where the version number is not part of the product name, the version number is separated from other letters by a space.  However, since GTA games are also identified by roman numerals, the major version is commonly separated by a space to avoid confusion.  The detailed version number is often prefixed with a lowercase \"v\" to indicate more clearly the purpose of this number.\n\nSome editions of GTA are identified with a number, so the purpose of any version numbers must be made explicit to avoid confusion.  To achieve this, version details are normally seperated with a space and prefixed with a lowercase \"v\" for the shortened titles.  In the full titles, the word \"Version\" is normally used instead of the lowercase \"v\".\n\n== Shorter Platform Titles ==\nGames in the GTA series have been released for many different computer platforms.  These platforms have included handheld devices like the Gameboy Color, modern consoles like the Playstation 2 and for the Personal Computer (PC).  In a similar way to titles of GTA games, these platform names can be shortened to their initials to make references shorter.\n\n=== Common Format ===\nIn some cases, the manufacturers of a platform have created an official shortened term.  This is often used as the trademark for that product.  The following table of shortened platform titles has been gathered from common usage in advertising, interviews and press releases from manufacturers and is thought to be authoritative.\n\nThe editions of GTA which have appeared on each platform are included in this table.  These have been checked with publisher websites and are also thought to be authoritative.\n{| {{Prettytable}} summary=\"Complete titles of platforms with their shortened title.\"\n! Complete Platform Title\n! Shortened Platform Title\n! GTA Editions on this Platform\n|-\n| Android\n| Android\n| GTA 3 mobile\n|-\n| Dreamcast\n| DC\n| GTA 2\n|-\n| Gameboy Advance\n| GBA\n| GTA A\n|-\n| Gameboy Colour\n| GBC\n| GTA 1, GTA 2\n|-\n| iPhone/iPod touch/iPad\n| iOS\n| GTA CW, GTA 3 mobile\n|-\n| Macintosh\n| Mac\n| GTA 3, GTA VC, GTA SA\n|-\n| Nintendo DS\n| DS\n| GTA CW\n|-\n| Personal Computer\n| PC\n| GTA 1, GTA L 1969, GTA L 1961, GTA 2, GTA 3, GTA VC, GTA SA, GTA 4, TLAD, TBOGT, EFLC\n|-\n| Playstation/PS-One\n| PS1\n| GTA 1, GTA L 1969, GTA 2\n|-\n| Playstation 2/PS-Two\n| PS2\n| GTA 3, GTA VC, GTA SA, GTA LCS, GTA VCS\n|-\n| Playstation 3\n| PS3\n| GTA 4, TLAD, TBOGT, EFLC, GTA 5\n|-\n| Playstion Portable\n| PSP\n| GTA LCS, GTA VCS, GTA CW\n|-\n| Xbox\n| Xbox\n| GTA 3, GTA VC, GTA SA\n|-\n| Xbox 360\n| Xbox360\n| GTA 4, TLAD, TBOGT, EFLC, GTA 5\n|}\n\n{{N|4|LCS|SA|VC|3}}\n[[Category:GTA 1]][[Category:GTA 2]][[Category:GTA VCS]]"
                    }
                ]
            }
        }
    }
}