Difference between revisions of "URL Parameters"

From MSX - Wiki
Jump to navigation Jump to search
Line 19: Line 19:
 
* <code>1/code>: JS
 
* <code>1/code>: JS
 
* <code>2/code>: CSS (default for most platforms)
 
* <code>2/code>: CSS (default for most platforms)
|-
+
|}

Revision as of 14:14, 13 January 2021

These parameters are only relevant for the web version and can be used to override some application settings with fixed values and to set some platform-specific functions. They are only valid for version 0.1.120+. Please ensure that you are using the correct version, because the syntax in previous versions can be different.

Note: If you set some application settings via these parameters, the corresponding settings in the application are disabled. For example, if you set the start parameter, the start parameter in the application settings is disabled.

Parameter Syntax[edit]

Parameter syntax of URL parameters
Parameter Name Parameter Type Example Description
animate number

animate=0
animate=1
animate=2

Sets the animation settings.

  • 0: Off
  • 1/code>: JS
  • 2/code>: CSS (default for most platforms)