dos h0068 commentExternal - cwtickle/danoniplus-docs GitHub Wiki
English | Japanese
Home > Chart settings specification > Initial settings for title and result screens
| <- commentAutoBr | commentExternal | masktitleButton -> |
- Setting to place comments outside of the body
|commentExternal=true|
Sets whether commentVal is displayed off-screen instead of in the title. To display it off-screen, one of the following must be described in the html.
<span id="commentArea"></span>
<div id="commentArea"></div>
<p id="commentArea"></p>
Value | Default | Description |
---|---|---|
false | * | Place the work comment (commentVal) in the title screen |
true | Display work comments (commentVal) off-screen |
- commentVal 📝 Setting comments to be displayed on the title screen
- commentAutoBr 📝 Setting to automatically insert line break tags when displaying comments
Version | Change details |
---|---|
v15.2.0 | - Initial implementation |
| <- commentAutoBr | commentExternal | masktitleButton -> |