Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Writing: Difference between revisions

From starcup wiki
Added a disclaimer for RMC14-document-simu
No edit summary
 
Line 16: Line 16:
** Size in pixels, between 4 and 20
** Size in pixels, between 4 and 20
* Font <code>[font="BoxRound"]</code>
* Font <code>[font="BoxRound"]</code>
** See [https://github.com/teamstarcup/starcup/blob/main/Resources/Prototypes/fonts.yml this page] for a list of available fonts.
** See [https://github.com/teamstarcup/starcup/blob/main/Resources/Prototypes/fonts.yml these] [https://github.com/teamstarcup/starcup/blob/main/Resources/Prototypes/_starcup/fonts.yml pages] for a list of available fonts.
* Emoji <code>[emoji]</code>
* Emoji <code>[emoji]</code>
** A shortcut for <code>[font="Emoji"]</code>
** A shortcut for <code>[font="Emoji"]</code>

Latest revision as of 06:52, 21 October 2025

Writing may be performed by using a pen on an unsigned and unstamped piece of paper. The game supports rich text features through a modified implementation of bbcode.

Usage

The following tags are currently supported for use on paper[1]:

  • Bold [bold]
  • Italic [italic]
  • Bold italic [bolditalic]
  • Bullet [bullet]
  • Color [color=#ff5733]
  • Heading [head=2]
  • Mono [mono]
  • Size [size=12]
    • Size in pixels, between 4 and 20
  • Font [font="BoxRound"]
  • Emoji [emoji]
    • A shortcut for [font="Emoji"]

Utilities

A pure-HTML document rendering emulator: RMC14-document-simu Please note that RMC14-document-simu is not a 1:1 renderer, and may also not support our custom tags.

References