More actions
m split introductory paragraph |
No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
'''Writing''' may be performed by using a pen on an unsigned and unstamped piece of [[Entity:Paper|paper]]. The game supports rich text features through a modified implementation of [https://www.phpbb.com/community/help/bbcode bbcode]. | '''Writing''' may be performed by using a pen on an unsigned and unstamped piece of [[Entity:Paper|paper]]. The game supports rich text features through a modified implementation of [https://www.phpbb.com/community/help/bbcode bbcode]. | ||
== Usage == | |||
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 <code>[bold]</code> | ||
* Italic | * Italic <code>[italic]</code> | ||
* Bold | * Bold italic <code>[bolditalic]</code> | ||
* Bullet | * Bullet <code>[bullet]</code> | ||
* Color | * Color <code>[color=#ff5733]</code> | ||
* Heading | * Heading <code>[head=2]</code> | ||
* 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 these] [https://github.com/teamstarcup/starcup/blob/main/Resources/Prototypes/_starcup/fonts.yml pages] for a list of available fonts. | |||
* Emoji <code>[emoji]</code> | |||
** A shortcut for <code>[font="Emoji"]</code> | |||
== Utilities == | == Utilities == | ||
A pure-HTML document rendering emulator: [https://yagwog.github.io/RMC14-document-simu/ RMC14-document-simu] | A pure-HTML document rendering emulator: [https://yagwog.github.io/RMC14-document-simu/ RMC14-document-simu] | ||
Please note that RMC14-document-simu is not a 1:1 renderer, and may also not support our custom tags. | |||
== References == | == References == | ||
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]:
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.