More actions
trailblazing |
No edit summary |
||
| (6 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
'''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]. The following tags are currently supported for use on paper<ref name="supported-tags"/>: | [[File:Pens.rsi_(luxury_pen,_Textures-Objects-Misc).png|64px|right|class=sprite]] | ||
* Bold | |||
* Italic | '''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]. | ||
* Bold | |||
* Bullet | == Usage == | ||
* Color | |||
* Heading | The following tags are currently supported for use on paper<ref name="supported-tags"/>: | ||
* Mono | * Bold <code>[bold]</code> | ||
* Italic <code>[italic]</code> | |||
* Bold italic <code>[bolditalic]</code> | |||
* Bullet <code>[bullet]</code> | |||
* Color <code>[color=#ff5733]</code> | |||
* Heading <code>[head=2]</code> | |||
* 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.