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 tag examples
Added new formatting tags
Line 6: Line 6:


The following tags are currently supported for use on paper<ref name="supported-tags"/>:
The following tags are currently supported for use on paper<ref name="supported-tags"/>:
* Bold [bold]
* Bold <code>[bold]</code>
* Italic [italic]
* Italic <code>[italic]</code>
* Bold italic [bolditalic]
* Bold italic <code>[bolditalic]</code>
* Bullet [bullet]
* Bullet <code>[bullet]</code>
* Color [color=#ff5733]
* Color <code>[color=#ff5733]</code>
* Heading [head=2]
* Heading <code>[head=2]</code>
* Mono [mono]
* Mono <code>[mono]</code>
* Size <code>[size=12]</code>
** Size in pixels, between 4 and 20
* 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.
* Emoji <code>[emoji]</code>
** A shortcut for <code>[font="Emoji"]</code>


== Utilities ==
== Utilities ==

Revision as of 05:59, 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

References