SpecialCharacters - cwtickle/danoniplus-docs GitHub Wiki

English | Japanese

| < Query parameter specification for work URL | Special characters in chart data | Key type's specification > |

Special characters in chart data

  • Since chart data uses | and &,, as delimiters, they cannot be used as they are.
  • In this case, special strings can be used instead.

Special character usage rules

Alternative character Converted character Reading and meaning
*pipe* | Pipe
*amp* & Ampersand
*rsquo* Right single quotation mark
*squo* ' Single quotation mark
*quot* " Double quotation mark
*bkquo* ` Back quotation mark
*comma* , Comma
*dollar* $ Dollar
*lt* < Tag brackets (left)
*gt* > Tag brackets (right)
*lbrace* { Left brace
*rbrace* } Right brace

Examples of special character usage

|difData=7,*pipe*3-9*pipe*,3.5| -> In this case, the chart name is |3-9|.

Notes

  • Not all chart data can be used. Cannot be used where numbers, directory paths, etc. are specified.
  • Designations such as pictograms (😃&#x1f603;) should be used as they are. There is no need to replace &.

Examples of available chart data

  • Music title, maker name, chart name, lyrics display body, background and mask motion text display area, etc.

Example of unavailable chart data

  • Key type, main body of chart data (left_data, etc.), "setColor", "frzColor", "preloadImages", chart settings assuming "true/false", etc.

Changelog

Version Change details
v26.1.0 - Add brace characters to target
v18.4.0 - Add tag bracket characters to target
v14.5.1 - Add back quotation (`) and single quotation (') characters to the target
v14.4.0 - Add comma (,), dollar ($) characters to target
v14.3.4 - Initial implementation

| < Query parameter specification for work URL | Special characters in chart data | Key type's specification > |