QueryParameter - cwtickle/danoniplus-docs GitHub Wiki

English | Japanese

| < CSS skin specification | Query parameter specification for work URL | Special characters in chart data > |

Query parameter specification for work URL

  • This is the query parameter specification to be given after the URL. Specify like http://localhost/danoniplus/danoni/dTemplate.html?dos=0001_ThrustUp.

dos

  • Specifies the name of the chart file. If you specify this, you need to prepare a chart file named "dos" under the "dos" folder under the works folder. under the "dos" folder under the work folder.

dosDivide

  • If the chart data is set to an external file, this parameter determines whether the file is split into separate files for each chart or not.
    If "chart" is specified as the chart file name, the first score is created as "chart.txt", the second as "chart2.txt", the third as "chart3.txt", and so on.
Value Default Description
false * Do not split chart files by chart
true Split chart files by chart

dosLock

  • Normally, the chart number is "2" for the second chart and "3" for the third chart, but if you do not want to change the chart number after splitting the file, you can make the chart number the same by enabling this setting.
Value Default Description
false * Change the chart number according to the chart
true Always fix the chart number at 1

scoreNo

  • Specifies the number (0 or higher) of the chart to be initially displayed when accessed for the first time. Specify the number of the first chart: 0, the second chart: 1, the third chart: 2, ..., and so on.

h

  • Changes the height of the screen window on first access. It can be specified between 400px and 1000px in px units. The "heightVariable" in the chart settings or "g_presetObj.heightVariable" in the common settings file must be enabled.

Related pages

Changelog

Version Change details
v35.0.0 - Added "h" (height) setting.
v15.2.0 - Added "dos", "dosDivide", "dosLock" setting.
v7.3.0 - Initial implementation (scoreNo)

| < CSS skin specification | Query parameter specification for work URL | Special characters in chart data > |